Searched refs:FP_RN (Results 1 - 22 of 22) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/hardfloat/
H A Dfpsetround.c67 if (rnd_dir != FP_RN)
69 return (FP_RN);
H A Dfpgetround.c71 return(FP_RN);
/netbsd-6-1-5-RELEASE/lib/libc/arch/alpha/gen/
H A Dflt_rounds.c51 | (1 << (FP_RN*2)) /* round to nearest */ \
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dieeefp.h23 FP_RN=FE_TONEAREST, /* round to nearest representable num */ enumerator in enum:__anon6719
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dieeefp.h41 FP_RN=FE_TONEAREST, /* round to nearest representable number */ enumerator in enum:__anon6301
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dieeefp.h43 FP_RN=FE_TONEAREST, /* round to nearest representable number */ enumerator in enum:__anon6384
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dieeefp.h38 FP_RN=FE_TONEAREST, /* round to nearest representable number */ enumerator in enum:__anon6462
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dieeefp.h41 FP_RN=FE_TONEAREST, /* round to nearest representable number */ enumerator in enum:__anon5946
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dieeefp.h43 FP_RN=FE_TONEAREST, /* round to nearest representable number */ enumerator in enum:__anon6143
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dieeefp.h41 FP_RN=FE_TONEAREST, /* round to nearest representable number */ enumerator in enum:__anon6216
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dieeefp.h48 FP_RN=FE_TONEAREST, /* round to nearest representable number */ enumerator in enum:__anon5703
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_fpsetround.c65 { "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),
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dieeefp.h75 FP_RN = FE_TONEAREST, /* round to nearest representable number */ enumerator in enum:__anon5583
/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h87 #define float_round_nearest_even FP_RN
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h87 #define float_round_nearest_even FP_RN
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h89 #define float_round_nearest_even FP_RN
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h87 #define float_round_nearest_even FP_RN
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h87 #define float_round_nearest_even FP_RN
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h89 #define float_round_nearest_even FP_RN
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h122 float_round_nearest_even = FP_RN,
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dsoftfloat.h138 float_round_nearest_even = FP_RN,
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dmachdep.c1640 pcb->pcb_fp.fpr_cr = FPCR_DYN(FP_RN);

Completed in 286 milliseconds