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

/bionic/libc/stdlib/
H A Dstrtod.c237 /* Ten_pmax = floor(P*log(2)/log(5)) */
257 #define Ten_pmax 22 macro
286 #define Ten_pmax 22 macro
309 #define Ten_pmax 24 macro
1525 if (e <= Ten_pmax) {
1535 if (e <= Ten_pmax + i) {
1561 else if (e >= -Ten_pmax) {
2245 if (k >= 0 && k <= Ten_pmax) {

Completed in 47 milliseconds