HomeSort by relevance Sort by last modified time
    Searched defs:Flt_Rounds (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 94 * #define Check_FLT_ROUNDS if FLT_ROUNDS can assume the values 2 or 3.
118 * FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
332 #ifndef Flt_Rounds
333 #ifdef FLT_ROUNDS
334 #define Flt_Rounds FLT_ROUNDS
336 #define Flt_Rounds 1
338 #endif /*Flt_Rounds*/
344 #undef Flt_Rounds
345 #define Flt_Rounds
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 74 * #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.
377 #ifndef Flt_Rounds
378 #ifdef FLT_ROUNDS
379 #define Flt_Rounds FLT_ROUNDS
381 #define Flt_Rounds
    [all...]

Completed in 5192 milliseconds