Searched refs:FP_RM (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dieeefp.h37 FP_RM=2, /* round toward negative infinity */ enumerator in enum:__anon7269
/freebsd-11-stable/sys/powerpc/include/
H A Dieeefp.h24 FP_RM=3 /* round toward negative infinity */ enumerator in enum:__anon13179
/freebsd-11-stable/sys/mips/include/
H A Dieeefp.h29 FP_RM=3 /* round toward negative infinity */ enumerator in enum:__anon12186
/freebsd-11-stable/sys/arm64/include/
H A Dieeefp.h32 FP_RM = (2 << 22), /* round toward negative infinity */ enumerator in enum:__anon7323
/freebsd-11-stable/sys/sparc64/include/
H A Dieeefp.h25 FP_RM = FSR_RD_NINF /* round toward negative infinity */ enumerator in enum:__anon13281
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_fenv.c85 fpsetround(FP_RM);
109 ATF_CHECK(fpgetround() == FP_RM);
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_add.c109 if (rd != FP_RM) /* only -0 + -0 gives -0 */
197 r->fp_sign = rd == FP_RM;
H A Dfpu_implode.c124 case FP_RM:
184 case FP_RM: /* toward -Inf iff negative */
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetround.c67 { "RM", FP_RM, 3 },
/freebsd-11-stable/sys/i386/include/
H A Dieeefp.h57 FP_RM, /* round down towards minus infinity */ enumerator in enum:__anon7991
/freebsd-11-stable/sys/amd64/include/
H A Dieeefp.h57 FP_RM, /* round down towards minus infinity */ enumerator in enum:__anon5101
/freebsd-11-stable/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h91 float_round_down = FP_RM,
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h91 float_round_down = FP_RM,

Completed in 206 milliseconds