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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa_fltrnds.h 3 #ifdef Trust_FLT_ROUNDS /*{{ only define this if FLT_ROUNDS really works! */
4 Rounding = Flt_Rounds;
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...]
strtod.c 57 #define Rounding Flt_Rounds
131 #ifdef Trust_FLT_ROUNDS /*{{ only define this if FLT_ROUNDS really works! */
132 Rounding = Flt_Rounds;
361 && Flt_Rounds == 1
374 /* round correctly FLT_ROUNDS = 2 or 3 */
390 /* round correctly FLT_ROUNDS = 2 or 3 */
418 /* round correctly FLT_ROUNDS = 2 or 3 */
955 if (Flt_Rounds == 0)
dtoa.c 72 #define Rounding Flt_Rounds
108 as modes 2 and 3 when FLT_ROUNDS != 1.
135 #ifdef Trust_FLT_ROUNDS /*{{ only define this if FLT_ROUNDS really works! */
136 Rounding = Flt_Rounds;
455 /* If FLT_ROUNDS == 2, L will usually be high by 1 */
strtodg.c 210 Flt_Rounds
  /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 536 milliseconds