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

/ast/src/lib/libast/sfio/
H A Dsfstrtof.h79 #define S2F_exp_10_max (FLT_MAX_10_EXP) macro
92 #define S2F_exp_10_max (DBL_MAX_10_EXP) macro
105 #define S2F_exp_10_max (LDBL_MAX_10_EXP) macro
110 #if -S2F_exp_10_min < S2F_exp_10_max
113 #define S2F_exp_10_abs S2F_exp_10_max
512 if (c > S2F_exp_10_max)
532 while (m > S2F_exp_10_max)
534 m -= S2F_exp_10_max;
535 v /= S2F_pow10[S2F_exp_10_max];

Completed in 10 milliseconds