Searched refs:SNG_EXP_BIAS (Results 1 – 4 of 4) sorted by relevance
137 #define SNG_EXP_BIAS 127 macro
149 #define SNG_EXP_BIAS 127 macro
176 FP_TOF(exp, SNG_EXP_BIAS, frac, f0, f1, 0, 0); in fpu_stof()
330 if ((exp = fp->fp_exp + SNG_EXP_BIAS) <= 0) { /* subnormal */ in fpu_ftos()