Searched refs:FLT_ROUNDS (Results 1 – 18 of 18) sorted by relevance
/freebsd/sys/arm/include/ |
H A D | float.h | 43 #define FLT_ROUNDS __flt_rounds() macro 45 #define FLT_ROUNDS (-1)
|
/freebsd/sys/powerpc/include/ |
H A D | float.h | 42 #define FLT_ROUNDS __flt_rounds() macro 44 #define FLT_ROUNDS (-1)
|
/freebsd/lib/msun/tests/ |
H A D | fenv_test.c | 311 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 D | t_fpsetround.c | 133 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 D | float.h | 40 # undef FLT_ROUNDS 109 #define FLT_ROUNDS (__builtin_flt_rounds()) macro
|
/freebsd/lib/libc/gdtoa/ |
H A D | machdep_ldisQ.c | 49 strtorQ_l(s, sp, FLT_ROUNDS, &result, locale); in strtold_l()
|
H A D | machdep_ldisx.c | 50 strtorx_l(s, sp, FLT_ROUNDS, &result, locale); in strtold_l()
|
H A D | _ldtoa.c | 53 FLT_ROUNDS, /* rounding */ in __ldtoa()
|
/freebsd/sys/arm64/include/ |
H A D | float.h | 44 #define FLT_ROUNDS __flt_rounds() macro
|
/freebsd/sys/riscv/include/ |
H A D | float.h | 40 #define FLT_ROUNDS __flt_rounds() macro
|
/freebsd/sys/x86/include/ |
H A D | float.h | 42 #define FLT_ROUNDS __flt_rounds() macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cfloat | 18 FLT_ROUNDS
|
/freebsd/contrib/gdtoa/ |
H A D | gdtoaimp.h | 350 #ifdef FLT_ROUNDS 351 #define Flt_Rounds FLT_ROUNDS
|
H A D | README | 343 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 D | changes | 291 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 D | printf.c0 | 93 enum { /* FPI.rounding values: same as FLT_ROUNDS */
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 77 SYMBOL(FLT_ROUNDS, None, <float.h>)
|
H A D | StdSymbolMap.inc | 273 SYMBOL(FLT_ROUNDS, None, <cfloat>) 274 SYMBOL(FLT_ROUNDS, None, <float.h>)
|