Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_fenv.c57 if (0 == fpsetround(fpsetround(FP_RZ))) \
83 fpsetround(FP_RZ); in ATF_TC_BODY()
107 ATF_CHECK(fpgetround() == FP_RZ); in ATF_TC_BODY()
/freebsd/sys/arm/include/
H A Dieeefp.h37 FP_RZ=3 /* round to zero (truncate) */ enumerator
/freebsd/sys/powerpc/include/
H A Dieeefp.h29 FP_RZ=1, /* round to zero (truncate) */ enumerator
/freebsd/sys/arm64/include/
H A Dieeefp.h36 FP_RZ = (3 << 22) /* round to zero (truncate) */ enumerator
/freebsd/sys/x86/include/
H A Dx86_ieeefp.h54 FP_RZ /* truncate */ enumerator
/freebsd/sys/powerpc/fpu/
H A Dfpu_implode.c115 case FP_RZ: in round()
170 case FP_RZ: /* toward 0 => never towards Inf */ in toinf()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetround.c68 { "RZ", FP_RZ, 0 },
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h89 float_round_to_zero = FP_RZ,
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h89 float_round_to_zero = FP_RZ,
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h89 float_round_to_zero = FP_RZ,
/freebsd/sys/powerpc/booke/
H A Dspe.c344 fpemu->fe_cx |= FP_RZ; in spe_emu_instr()
350 fpemu->fe_cx |= FP_RZ; in spe_emu_instr()