Home
last modified time | relevance | path

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

/trueos/sys/arm/include/
HDfloat.h48 #define FLT_ROUNDS __flt_rounds() macro
50 #define FLT_ROUNDS (-1)
/trueos/sys/powerpc/include/
HDfloat.h43 #define FLT_ROUNDS __flt_rounds() macro
45 #define FLT_ROUNDS (-1)
/trueos/sys/mips/include/
HDfloat.h46 #define FLT_ROUNDS __flt_rounds() /* FP addition rounds to nearest */ macro
48 #define FLT_ROUNDS (-1)
/trueos/tools/regression/lib/msun/
HDtest-fenv.c247 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/
HDfloat.h130 #undef FLT_ROUNDS
131 #define FLT_ROUNDS 1 macro
/trueos/contrib/llvm/tools/clang/lib/Headers/
HDfloat.h37 # undef FLT_ROUNDS
77 #define FLT_ROUNDS (__builtin_flt_rounds()) macro
/trueos/contrib/netbsd-tests/lib/libc/gen/
HDt_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()
/trueos/lib/libc/gdtoa/
HDmachdep_ldisQ.c50 strtorQ_l(s, sp, FLT_ROUNDS, &result, locale); in strtold_l()
HDmachdep_ldisx.c51 strtorx_l(s, sp, FLT_ROUNDS, &result, locale); in strtold_l()
HD_ldtoa.c53 FLT_ROUNDS, /* rounding */ in __ldtoa()
/trueos/sys/sparc64/include/
HDfloat.h48 #define FLT_ROUNDS __flt_rounds() macro
/trueos/sys/ia64/include/
HDfloat.h43 #define FLT_ROUNDS __flt_rounds() macro
/trueos/sys/x86/include/
HDfloat.h43 #define FLT_ROUNDS __flt_rounds() macro
/trueos/contrib/libc++/include/
Dcfloat19 FLT_ROUNDS
Dmodule.modulemap69 export_macros FLT_EVAL_METHOD, FLT_RADIX, FLT_ROUNDS,
/trueos/contrib/gdtoa/
HDgdtoaimp.h350 #ifdef FLT_ROUNDS
351 #define Flt_Rounds FLT_ROUNDS
HDREADME343 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.
HDchanges291 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
HDprintf.c093 enum { /* FPI.rounding values: same as FLT_ROUNDS */
/trueos/contrib/gcc/doc/
HDimplement-c.texi268 of @code{FLT_ROUNDS} @gol