Home
last modified time | relevance | path

Searched refs:FP_RM (Results 1 – 25 of 25) sorted by relevance

/openbsd/src/regress/lib/libc/ieeefp/round/
Dround.c32 assert(fpsetround(FP_RM) == FP_RP); in main()
33 assert(fpgetround() == FP_RM); in main()
36 assert(fpsetround(FP_RZ) == FP_RM); in main()
/openbsd/src/sys/arch/hppa/include/
Dieeefp.h21 FP_RM=3 /* round toward negative infinity */ enumerator
/openbsd/src/sys/arch/sh/include/
Dieeefp.h24 FP_RM=3 /* round toward negative infinity */ enumerator
/openbsd/src/sys/arch/arm64/include/
Dieeefp.h21 FP_RM=2, /* round toward negative infinity */ enumerator
/openbsd/src/sys/arch/powerpc/include/
Dieeefp.h22 FP_RM=3 /* round toward negative infinity */ enumerator
/openbsd/src/sys/arch/powerpc64/include/
Dieeefp.h22 FP_RM=3 /* round toward negative infinity */ enumerator
/openbsd/src/sys/arch/riscv64/include/
Dieeefp.h21 FP_RM=2, /* round toward negative infinity */ enumerator
/openbsd/src/sys/arch/sparc64/include/
Dieeefp.h21 FP_RM=3 /* round toward negative infinity */ enumerator
/openbsd/src/sys/arch/i386/include/
Dieeefp.h21 FP_RM=1, /* round toward negative infinity */ enumerator
/openbsd/src/sys/arch/amd64/include/
Dieeefp.h21 FP_RM=1, /* round toward negative infinity */ enumerator
/openbsd/src/lib/libm/arch/hppa/
Ds_floorf.c16 fpsr = ofpsr | ((u_int64_t)FP_RM << (9 + 32)); in floorf()
Ds_truncf.c16 fpsr = (ofpsr & ~((u_int64_t)FP_RM << (9 + 32))) | in truncf()
Ds_ceilf.c16 fpsr = (ofpsr & ~((u_int64_t)FP_RM << (9 + 32))) | in ceilf()
Ds_floor.c16 fpsr = ofpsr | ((u_int64_t)FP_RM << (9 + 32)); in floor()
Ds_trunc.c16 fpsr = (ofpsr & ~((u_int64_t)FP_RM << (9 + 32))) | in trunc()
Ds_ceil.c16 fpsr = (ofpsr & ~((u_int64_t)FP_RM << (9 + 32))) | in ceil()
/openbsd/src/sys/arch/arm/include/
Dieeefp.h37 FP_RM=2, /* round toward negative infinity */ enumerator
/openbsd/src/sys/arch/alpha/include/
Dieeefp.h48 FP_RM = 1, /* round toward negative infinity */ enumerator
/openbsd/src/sys/arch/mips64/include/
Dieeefp.h22 FP_RM=3 /* round toward negative infinity */ enumerator
/openbsd/src/sys/arch/m88k/include/
Dieeefp.h52 FP_RM=2, /* round toward negative infinity */ enumerator
/openbsd/src/regress/lib/libm/rint/
Drint.c60 fpsetround(FP_RM); in main()
/openbsd/src/sys/lib/libkern/
Dsoftfloat.h139 float_round_down = FP_RM,
/openbsd/src/lib/libc/softfloat/
Dsoftfloat.h92 float_round_down = FP_RM,
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs1036 case FP_RM: return FE_DOWNWARD; in my_fegetround()
1088 case FP_RM: return MY_ROUND_DOWN(x); in my_rint()
2362 case FE_DOWNWARD: RETVAL = fpsetround(FP_RM); break;
/openbsd/src/sys/arch/mips64/mips64/
Dfp_emulate.c1133 return fpu_int_l(p, tf, fmt, ft, fs, fd, FP_RM); in fpu_floor_l()
1141 return fpu_int_w(p, tf, fmt, ft, fs, fd, FP_RM); in fpu_floor_w()