Searched refs:DBL_EXP_BIAS (Results 1 – 3 of 3) sorted by relevance
136 #define DBL_EXP_BIAS 1023 macro
228 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0);
413 if ((exp = fp->fp_exp + DBL_EXP_BIAS) <= 0) {