Searched defs:S2F_exp_2_min (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfstrtof.h80 #define S2F_exp_2_min (FLT_MIN_EXP) macro
93 #define S2F_exp_2_min (DBL_MIN_EXP) macro
106 #define S2F_exp_2_min (LDBL_MIN_EXP) macro
309 if (m < S2F_exp_2_min)
311 if ((m -= S2F_exp_2_min) < S2F_exp_2_min)
316 v = S2F_ldexp(v, S2F_exp_2_min);

Completed in 45 milliseconds