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

/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc352 #define Emax 1023 macro
409 #define Emax 248 macro
438 #define Emax 126 macro
1962 if (e > Emax) {
2044 if (++e > Emax)
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc358 #define Emax 1023 macro
415 #define Emax 248 macro
444 #define Emax 126 macro
1968 if (e > Emax) {
2050 if (++e > Emax)

Completed in 95 milliseconds