Searched refs:FP_LG2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/powerpc/fpu/ | ||
H A D | fpu_emu.h | 89 #define FP_LG2 ((FP_NMANT - 1) & 63) /* log2(1.0) for fp_mant[0] and fp_mant[1] */ macro |
H A D | fpu_explode.c | 118 fp->fp_exp = FP_LG2; in fpu_xtof() |