Home
last modified time | relevance | path

Searched refs:Flt_Rounds (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h334 #ifndef Flt_Rounds
336 #define Flt_Rounds FLT_ROUNDS macro
338 #define Flt_Rounds 1 macro
346 #undef Flt_Rounds
347 #define Flt_Rounds 0 macro
372 #undef Flt_Rounds
373 #define Flt_Rounds 1 macro
Dstrtod.c74 #define Rounding Flt_Rounds
330 && Flt_Rounds == 1 in strtod()
409 if ((rounding = Flt_Rounds) >= 2) { in strtod()
888 if (Flt_Rounds == 0) in strtod()
Ddtoa.c76 #define Rounding Flt_Rounds
191 if ((rounding = Flt_Rounds) >= 2) {
Dstrtodg.c207 Flt_Rounds in rvOK()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c255 #ifndef Flt_Rounds
257 #define Flt_Rounds FLT_ROUNDS macro
259 #define Flt_Rounds 1 macro
263 #define Rounding Flt_Rounds
1681 && Flt_Rounds == 1 in _Py_dg_strtod()
2124 if (Flt_Rounds == 0) in _Py_dg_strtod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c272 #ifndef Flt_Rounds
274 #define Flt_Rounds FLT_ROUNDS macro
276 #define Flt_Rounds 1 macro
280 #define Rounding Flt_Rounds
1712 && Flt_Rounds == 1 in _Py_dg_strtod()
2155 if (Flt_Rounds == 0) in _Py_dg_strtod()