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

/freebsd-9.3-release/contrib/gdtoa/
H A Dgdtoaimp.h318 /* Ten_pmax = floor(P*log(2)/log(5)) */
337 #define Ten_pmax 22 macro
376 #define Ten_pmax 22 macro
401 #define Ten_pmax 24 macro
H A Dstrtod.c370 if (e <= Ten_pmax) {
386 if (e <= Ten_pmax + i) {
417 else if (e >= -Ten_pmax) {
H A Dstrtodg.c561 if (e <= Ten_pmax) {
574 if (e <= Ten_pmax + i) {
603 else if (e >= -Ten_pmax) {
H A Ddtoa.c261 if (k >= 0 && k <= Ten_pmax) {
H A Dgdtoa.c256 if (k >= 0 && k <= Ten_pmax) {

Completed in 67 milliseconds