Searched refs:FLT_ROUNDS (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/depr/depr.c.headers/
H A Dfloat_h.pass.cpp14 #ifndef FLT_ROUNDS
15 #error FLT_ROUNDS not defined
/external/libcxx/test/language.support/support.limits/c.limits/
H A Dcfloat.pass.cpp14 #ifndef FLT_ROUNDS
15 #error FLT_ROUNDS not defined
/external/clang/lib/Headers/
H A Dfloat.h37 # undef FLT_ROUNDS macro
77 #define FLT_ROUNDS (__builtin_flt_rounds()) macro
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc74 * #define Honor_FLT_ROUNDS if FLT_ROUNDS can assume the values 2 or 3
77 * Note that both FLT_ROUNDS and fegetround() are specified by the C99
79 * affecting the value of FLT_ROUNDS), but that some (Linux) systems
82 * #define Check_FLT_ROUNDS if FLT_ROUNDS can assume the values 2 or 3
102 * FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
378 #ifdef FLT_ROUNDS
379 #define Flt_Rounds FLT_ROUNDS
1708 enum { /* rounding values: same as FLT_ROUNDS */
2463 #ifdef Trust_FLT_ROUNDS /*{{ only define this if FLT_ROUNDS really works! */
2688 /* round correctly FLT_ROUNDS
[all...]

Completed in 3983 milliseconds