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

/freebsd-13-stable/sys/mips/include/
H A Dieeefp.h26 FP_RN=0, /* round to nearest representable number */ enumerator in enum:__anon14809
/freebsd-13-stable/sys/arm/include/
H A Dieeefp.h35 FP_RN=0, /* round to nearest representable number */ enumerator in enum:__anon8456
/freebsd-13-stable/sys/arm64/include/
H A Dieeefp.h30 FP_RN = (0 << 22), /* round to nearest representable number */ enumerator in enum:__anon8498
/freebsd-13-stable/contrib/netbsd-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),
/freebsd-13-stable/sys/powerpc/include/
H A Dieeefp.h29 FP_RN=0, /* round to nearest representable number */ enumerator in enum:__anon15650
/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_fenv.c87 fpsetround(FP_RN);
111 ATF_CHECK(fpgetround() == FP_RN);
/freebsd-13-stable/sys/i386/include/
H A Dieeefp.h58 FP_RN=0, /* round to nearest */ enumerator in enum:__anon14702
/freebsd-13-stable/sys/amd64/include/
H A Dieeefp.h58 FP_RN=0, /* round to nearest */ enumerator in enum:__anon8282
/freebsd-13-stable/sys/powerpc/fpu/
H A Dfpu_implode.c108 case FP_RN:
172 case FP_RN: /* the nearest value is always Inf */
/freebsd-13-stable/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h89 float_round_nearest_even = FP_RN,
/freebsd-13-stable/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h89 float_round_nearest_even = FP_RN,
/freebsd-13-stable/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h89 float_round_nearest_even = FP_RN,

Completed in 188 milliseconds