Home
last modified time | relevance | path

Searched refs:FP_RP (Results 1 – 21 of 21) sorted by relevance

/openbsd/regress/lib/libc/ieeefp/round/
H A Dround.c28 assert(fpsetround(FP_RP) == FP_RN); in main()
29 assert(fpgetround() == FP_RP); in main()
32 assert(fpsetround(FP_RM) == FP_RP); in main()
/openbsd/sys/arch/sparc64/include/
H A Dieeefp.h20 FP_RP=2, /* round toward positive infinity */ enumerator
/openbsd/sys/arch/powerpc/include/
H A Dieeefp.h21 FP_RP=2, /* round toward positive infinity */ enumerator
/openbsd/sys/arch/hppa/include/
H A Dieeefp.h20 FP_RP=2, /* round toward positive infinity */ enumerator
/openbsd/sys/arch/arm64/include/
H A Dieeefp.h20 FP_RP=1, /* round toward positive infinity */ enumerator
/openbsd/sys/arch/powerpc64/include/
H A Dieeefp.h21 FP_RP=2, /* round toward positive infinity */ enumerator
/openbsd/sys/arch/sh/include/
H A Dieeefp.h23 FP_RP=2, /* round toward positive infinity */ enumerator
/openbsd/sys/arch/riscv64/include/
H A Dieeefp.h22 FP_RP=3 /* round toward positive infinity */ enumerator
/openbsd/sys/arch/amd64/include/
H A Dieeefp.h22 FP_RP=2, /* round toward positive infinity */ enumerator
/openbsd/sys/arch/i386/include/
H A Dieeefp.h22 FP_RP=2, /* round toward positive infinity */ enumerator
/openbsd/sys/arch/arm/include/
H A Dieeefp.h36 FP_RP=1, /* round toward positive infinity */ enumerator
/openbsd/lib/libm/arch/hppa/
H A Ds_ceilf.c17 ((u_int64_t)FP_RP << (9 + 32)); in ceilf()
H A Ds_ceil.c17 ((u_int64_t)FP_RP << (9 + 32)); in ceil()
/openbsd/sys/arch/alpha/include/
H A Dieeefp.h50 FP_RP = 3 /* round toward positive infinity */ enumerator
/openbsd/sys/arch/mips64/include/
H A Dieeefp.h21 FP_RP=2, /* round toward positive infinity */ enumerator
/openbsd/sys/arch/m88k/include/
H A Dieeefp.h53 FP_RP=3 /* round toward positive infinity */ enumerator
/openbsd/regress/lib/libm/rint/
H A Drint.c64 fpsetround(FP_RP); in main()
/openbsd/sys/lib/libkern/
H A Dsoftfloat.h140 float_round_up = FP_RP
/openbsd/lib/libc/softfloat/
H A Dsoftfloat.h93 float_round_up = FP_RP
/openbsd/sys/arch/mips64/mips64/
H A Dfp_emulate.c976 return fpu_int_l(p, tf, fmt, ft, fs, fd, FP_RP); in fpu_ceil_l()
984 return fpu_int_w(p, tf, fmt, ft, fs, fd, FP_RP); in fpu_ceil_w()
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs1037 case FP_RP: return FE_UPWARD; in my_fegetround()
2363 case FE_UPWARD: RETVAL = fpsetround(FP_RP); break;