Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/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
495 if (c > S2F_exp_10_max)
515 while (m > S2F_exp_10_max)
517 m -= S2F_exp_10_max;
518 v /= S2F_pow10[S2F_exp_10_max];