/src/sys/arch/sh3/include/ |
ieeefp.h | 32 FP_RN=FE_TONEAREST, /* round to nearest representable number */ 49 FP_RN=0, /* round to nearest representable number */ 99 return FP_RN; 107 return FP_RN; 116 case FP_RN:
|
/src/lib/libc/arch/or1k/gen/ |
flt_rounds.c | 46 (1 << (FP_RN * 2)) /* round to nearest */
|
/src/lib/libc/arch/riscv/gen/ |
flt_rounds.c | 44 (1 << (FP_RN * 2)) /* round to nearest */
|
/src/sys/arch/hppa/include/ |
ieeefp.h | 25 FP_RN=0, /* round to nearest representable number */
|
/src/sys/arch/or1k/include/ |
ieeefp.h | 34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
|
/src/sys/arch/riscv/include/ |
ieeefp.h | 34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
|
/src/sys/arch/sparc/include/ |
ieeefp.h | 24 FP_RN=0, /* round to nearest representable number */
|
/src/tests/lib/libc/gen/ |
t_fpsetround.c | 65 { "RN", FP_RN, 1 }, 129 ATF_CHECK_EQ(r = fpgetround(), FP_RN); 130 if (FP_RN != r) 131 fprintf(stderr, "default expected=%s got=%s\n", getname(FP_RN), 183 ATF_CHECK_EQ_MSG((r = fpsetround(FP_RN)), FP_RN, 184 "r=%d FP_RN=%d", r, FP_RN); 189 ATF_CHECK_EQ_MSG((r = fpsetround(FP_RN)), FP_RN, [all...] |
/src/lib/libc/arch/alpha/gen/ |
flt_rounds.c | 51 | (1 << (FP_RN*2)) /* round to nearest */ \
|
/src/sys/arch/ia64/include/ |
ieeefp.h | 47 FP_RN = FE_TONEAREST, /* round to nearest representable number */
|
/src/sys/arch/x86/include/ |
ieeefp.h | 23 FP_RN=FE_TONEAREST, /* round to nearest representable num */
|
/src/lib/libc/arch/arm/hardfloat/ |
fpgetround.c | 59 __CTASSERT(__SHIFTOUT(VFP_FPSCR_RN, VFP_FPSCR_RMODE) == FP_RN);
|
fpsetround.c | 59 __CTASSERT(__SHIFTOUT(VFP_FPSCR_RN, VFP_FPSCR_RMODE) == FP_RN);
|
/src/sys/arch/arm/include/ |
ieeefp.h | 40 FP_RN=FE_TONEAREST, /* round to nearest representable number */
|
/src/sys/arch/mips/include/ |
ieeefp.h | 34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
|
/src/sys/arch/powerpc/include/ |
ieeefp.h | 34 FP_RN=__FPR(FE_TONEAREST), /* round to nearest representable number */
|
/src/sys/arch/alpha/include/ |
ieeefp.h | 56 FP_RN = FE_TONEAREST, /* round to nearest representable number */
|
fpu.h | 76 #define FPCR_DEFAULT (__SHIFTIN(FP_RN, FPCR_DYN_RM) | \
|
/src/sys/arch/m68k/include/ |
ieeefp.h | 35 FP_RN=__FPR(FE_TONEAREST), /* round to nearest representable number */
|
/src/tests/lib/libm/ |
t_fenv.c | 198 fpsetround(FP_RN); 243 ATF_CHECK_EQ_MSG(fpgetround(), FP_RN, 244 "fpgetround()=%d FP_RN=%d", 245 (int)fpgetround(), (int)FP_RN);
|
/src/lib/libc/arch/aarch64/softfloat/ |
softfloat.h | 94 #define float_round_nearest_even FP_RN
|
/src/lib/libc/arch/arm/softfloat/ |
softfloat.h | 88 #define float_round_nearest_even FP_RN
|
/src/lib/libc/arch/mips/softfloat/ |
softfloat.h | 89 #define float_round_nearest_even FP_RN
|
/src/lib/libc/arch/or1k/softfloat/ |
softfloat.h | 87 #define float_round_nearest_even FP_RN
|
/src/lib/libc/arch/powerpc/softfloat/ |
softfloat.h | 87 #define float_round_nearest_even FP_RN
|