Home
last modified time | relevance | path

Searched refs:FP_RM (Results 1 – 12 of 12) sorted by relevance

/NextBSD/sys/powerpc/fpu/
HDfpu_add.c109 if (rd != FP_RM) /* only -0 + -0 gives -0 */ in fpu_add()
197 r->fp_sign = rd == FP_RM; in fpu_add()
HDfpu_implode.c124 case FP_RM: in round()
184 case FP_RM: /* toward -Inf iff negative */ in toinf()
/NextBSD/sys/mips/include/
HDieeefp.h29 FP_RM=3 /* round toward negative infinity */ enumerator
/NextBSD/sys/powerpc/include/
HDieeefp.h24 FP_RM=3 /* round toward negative infinity */ enumerator
/NextBSD/sys/arm/include/
HDieeefp.h37 FP_RM=2, /* round toward negative infinity */ enumerator
/NextBSD/sys/sparc64/include/
HDieeefp.h25 FP_RM = FSR_RD_NINF /* round toward negative infinity */ enumerator
/NextBSD/sys/arm64/include/
HDieeefp.h32 FP_RM = (2 << 22), /* round toward negative infinity */ enumerator
/NextBSD/contrib/netbsd-tests/lib/libc/gen/
HDt_fpsetround.c67 { "RM", FP_RM, 3 },
/NextBSD/sys/i386/include/
HDieeefp.h57 FP_RM, /* round down towards minus infinity */ enumerator
/NextBSD/sys/amd64/include/
HDieeefp.h57 FP_RM, /* round down towards minus infinity */ enumerator
/NextBSD/lib/libc/powerpc64/softfloat/
HDsoftfloat.h91 float_round_down = FP_RM,
/NextBSD/lib/libc/powerpc/softfloat/
HDsoftfloat.h91 float_round_down = FP_RM,