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

/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp141 #define Ten_pmax 22 macro
890 if (e <= Ten_pmax) {
895 if (e <= Ten_pmax + i) {
904 } else if (e >= -Ten_pmax) {
1401 if (k >= 0 && k <= Ten_pmax) {
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc338 /* Ten_pmax = floor(P*log(2)/log(5)) */
359 #define Ten_pmax 22 macro
417 #define Ten_pmax 22 macro
445 #define Ten_pmax 24 macro
2665 if (e <= Ten_pmax) {
2681 if (e <= Ten_pmax + i) {
2712 else if (e >= -Ten_pmax) {
3708 if (k >= 0 && k <= Ten_pmax) {

Completed in 62 milliseconds