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

/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc377 #ifndef Flt_Rounds
379 #define Flt_Rounds FLT_ROUNDS macro
381 #define Flt_Rounds 1 macro
383 #endif /*Flt_Rounds*/
389 #define Rounding Flt_Rounds
399 #undef Flt_Rounds macro
400 #define Flt_Rounds 0 macro
428 #undef Flt_Rounds macro
429 #define Flt_Rounds 1 macro
2446 bc.rounding = Flt_Rounds;
[all...]

Completed in 243 milliseconds