Home | History | Annotate | Download | only in stdlib

Lines Matching defs:Ten_pmax

237 /* Ten_pmax = floor(P*log(2)/log(5)) */
257 #define Ten_pmax 22
286 #define Ten_pmax 22
309 #define Ten_pmax 24
1525 if (e <= Ten_pmax) {
1535 if (e <= Ten_pmax + i) {
1561 else if (e >= -Ten_pmax) {
2245 if (k >= 0 && k <= Ten_pmax) {