Searched refs:FP_LG2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/lib/libc/sparc64/fpu/
H A Dfpu_emu.h90 #define FP_LG2 ((FP_NMANT - 1) & 63) /* log2(1.0) for fp_mant[0] and fp_mant[1] */ macro
H A Dfpu_explode.c136 fp->fp_exp = FP_LG2;
/freebsd-10.1-release/sys/powerpc/fpu/
H A Dfpu_emu.h90 #define FP_LG2 ((FP_NMANT - 1) & 63) /* log2(1.0) for fp_mant[0] and fp_mant[1] */ macro
H A Dfpu_explode.c121 fp->fp_exp = FP_LG2;

Completed in 128 milliseconds