Home
last modified time | relevance | path

Searched refs:Flt_Rounds (Results 1 - 5 of 5) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
H A Dgdtoaimp.h346 #ifndef Flt_Rounds
348 #define Flt_Rounds FLT_ROUNDS macro
350 #define Flt_Rounds 1 macro
352 #endif /*Flt_Rounds*/
358 #undef Flt_Rounds macro
359 #define Flt_Rounds 0 macro
384 #undef Flt_Rounds macro
385 #define Flt_Rounds 1 macro
H A Dgdtoa_fltrnds.h4 Rounding = Flt_Rounds;
H A Dstrtod.c59 #define Rounding Flt_Rounds
134 Rounding = Flt_Rounds;
362 && Flt_Rounds == 1
926 if (Flt_Rounds == 0)
H A Dstrtodg.c202 Flt_Rounds
/third_party/python/Python/
H A Ddtoa.c268 #ifndef Flt_Rounds
270 #define Flt_Rounds FLT_ROUNDS macro
272 #define Flt_Rounds 1 macro
274 #endif /*Flt_Rounds*/
276 #define Rounding Flt_Rounds
1644 && Flt_Rounds == 1 in _Py_dg_strtod()
2055 if (Flt_Rounds == 0) in _Py_dg_strtod()

Completed in 7 milliseconds