Searched refs:FLT_ROUNDS (Results 1 – 20 of 20) sorted by relevance
| /trueos/sys/arm/include/ |
| HD | float.h | 48 #define FLT_ROUNDS __flt_rounds() macro 50 #define FLT_ROUNDS (-1)
|
| /trueos/sys/powerpc/include/ |
| HD | float.h | 43 #define FLT_ROUNDS __flt_rounds() macro 45 #define FLT_ROUNDS (-1)
|
| /trueos/sys/mips/include/ |
| HD | float.h | 46 #define FLT_ROUNDS __flt_rounds() /* FP addition rounds to nearest */ macro 48 #define FLT_ROUNDS (-1)
|
| /trueos/tools/regression/lib/msun/ |
| HD | test-fenv.c | 247 assert(FLT_ROUNDS == 1); in test_fegsetround() 252 assert(FLT_ROUNDS == 3); in test_fegsetround() 257 assert(FLT_ROUNDS == 2); in test_fegsetround() 262 assert(FLT_ROUNDS == 0); in test_fegsetround() 266 assert(FLT_ROUNDS == 1); in test_fegsetround()
|
| /trueos/contrib/gcc/ginclude/ |
| HD | float.h | 130 #undef FLT_ROUNDS 131 #define FLT_ROUNDS 1 macro
|
| /trueos/contrib/llvm/tools/clang/lib/Headers/ |
| HD | float.h | 37 # undef FLT_ROUNDS 77 #define FLT_ROUNDS (__builtin_flt_rounds()) macro
|
| /trueos/contrib/netbsd-tests/lib/libc/gen/ |
| HD | 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()
|
| /trueos/lib/libc/gdtoa/ |
| HD | machdep_ldisQ.c | 50 strtorQ_l(s, sp, FLT_ROUNDS, &result, locale); in strtold_l()
|
| HD | machdep_ldisx.c | 51 strtorx_l(s, sp, FLT_ROUNDS, &result, locale); in strtold_l()
|
| HD | _ldtoa.c | 53 FLT_ROUNDS, /* rounding */ in __ldtoa()
|
| /trueos/sys/sparc64/include/ |
| HD | float.h | 48 #define FLT_ROUNDS __flt_rounds() macro
|
| /trueos/sys/ia64/include/ |
| HD | float.h | 43 #define FLT_ROUNDS __flt_rounds() macro
|
| /trueos/sys/x86/include/ |
| HD | float.h | 43 #define FLT_ROUNDS __flt_rounds() macro
|
| /trueos/contrib/libc++/include/ |
| D | cfloat | 19 FLT_ROUNDS
|
| D | module.modulemap | 69 export_macros FLT_EVAL_METHOD, FLT_RADIX, FLT_ROUNDS,
|
| /trueos/contrib/gdtoa/ |
| HD | gdtoaimp.h | 350 #ifdef FLT_ROUNDS 351 #define Flt_Rounds FLT_ROUNDS
|
| HD | 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.
|
| HD | 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
|
| HD | printf.c0 | 93 enum { /* FPI.rounding values: same as FLT_ROUNDS */
|
| /trueos/contrib/gcc/doc/ |
| HD | implement-c.texi | 268 of @code{FLT_ROUNDS} @gol
|