Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_fenv.c85 fpsetround(FP_RM); in ATF_TC_BODY()
109 ATF_CHECK(fpgetround() == FP_RM); in ATF_TC_BODY()
/freebsd/sys/powerpc/fpu/
H A Dfpu_add.c105 if (rd != FP_RM) /* only -0 + -0 gives -0 */ in fpu_add()
193 r->fp_sign = rd == FP_RM; in fpu_add()
H A Dfpu_implode.c119 case FP_RM: in round()
178 case FP_RM: /* toward -Inf iff negative */ in toinf()
/freebsd/sys/arm/include/
H A Dieeefp.h36 FP_RM=2, /* round toward negative infinity */ enumerator
/freebsd/sys/powerpc/include/
H A Dieeefp.h31 FP_RM=3 /* round toward negative infinity */ enumerator
/freebsd/sys/arm64/include/
H A Dieeefp.h35 FP_RM = (2 << 22), /* round toward negative infinity */ enumerator
/freebsd/sys/x86/include/
H A Dx86_ieeefp.h52 FP_RM, /* round down towards minus infinity */ enumerator
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetround.c67 { "RM", FP_RM, 3 },
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h90 float_round_down = FP_RM,
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h90 float_round_down = FP_RM,
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h90 float_round_down = FP_RM,