Home
last modified time | relevance | path

Searched refs:FLT_ROUNDS (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/arm/include/
H A Dfloat.h43 #define FLT_ROUNDS __flt_rounds() macro
45 #define FLT_ROUNDS (-1)
/freebsd/sys/powerpc/include/
H A Dfloat.h42 #define FLT_ROUNDS __flt_rounds() macro
44 #define FLT_ROUNDS (-1)
/freebsd/lib/msun/tests/
H A Dfenv_test.c311 ATF_CHECK_EQ(1, FLT_ROUNDS); in ATF_TC_BODY()
316 ATF_CHECK_EQ(3, FLT_ROUNDS); in ATF_TC_BODY()
321 ATF_CHECK_EQ(2, FLT_ROUNDS); in ATF_TC_BODY()
326 ATF_CHECK_EQ(0, FLT_ROUNDS); in ATF_TC_BODY()
330 ATF_CHECK_EQ(1, FLT_ROUNDS); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetround.c133 ATF_CHECK_EQ(FLT_ROUNDS, 1); in ATF_TC_BODY()
148 ATF_CHECK_EQ(r = FLT_ROUNDS, rnd[j].rf); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dfloat.h40 # undef FLT_ROUNDS
109 #define FLT_ROUNDS (__builtin_flt_rounds()) macro
/freebsd/lib/libc/gdtoa/
H A Dmachdep_ldisQ.c49 strtorQ_l(s, sp, FLT_ROUNDS, &result, locale); in strtold_l()
H A Dmachdep_ldisx.c50 strtorx_l(s, sp, FLT_ROUNDS, &result, locale); in strtold_l()
H A D_ldtoa.c53 FLT_ROUNDS, /* rounding */ in __ldtoa()
/freebsd/sys/arm64/include/
H A Dfloat.h44 #define FLT_ROUNDS __flt_rounds() macro
/freebsd/sys/riscv/include/
H A Dfloat.h40 #define FLT_ROUNDS __flt_rounds() macro
/freebsd/sys/x86/include/
H A Dfloat.h42 #define FLT_ROUNDS __flt_rounds() macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcfloat18 FLT_ROUNDS
/freebsd/contrib/gdtoa/
H A Dgdtoaimp.h350 #ifdef FLT_ROUNDS
351 #define Flt_Rounds FLT_ROUNDS
H A DREADME343 FLT_ROUNDS and fegetround() as specified in the C99 standard), they
344 honor the current rounding mode. Because FLT_ROUNDS is buggy on some
348 FLT_ROUNDS, unless Trust_FLT_ROUNDS is also #defined.
H A Dchanges291 strtod and dtoa to round according to FLT_ROUNDS:
471 the largest finite floating-point number. Since FLT_ROUNDS is buggy
474 rounding mode from fegetround() rather than FLT_ROUNDS, unless
H A Dprintf.c093 enum { /* FPI.rounding values: same as FLT_ROUNDS */
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc77 SYMBOL(FLT_ROUNDS, None, <float.h>)
H A DStdSymbolMap.inc273 SYMBOL(FLT_ROUNDS, None, <cfloat>)
274 SYMBOL(FLT_ROUNDS, None, <float.h>)