Searched refs:FP_LG2 (Results 1 – 4 of 4) sorted by relevance
152 fp->fp_exp = FP_LG2;179 fp->fp_exp = FP_LG2;
101 #define FP_LG2 ((FP_NMANT - 1) & 63) /* log2(1.0) for fp_mant[0] and fp_mant[1] */ macro
90 #define FP_LG2 ((FP_NMANT - 1) & 63) /* log2(1.0) for fp_mant[0] and fp_mant[1] */ macro
119 fp->fp_exp = FP_LG2; in fpu_xtof()