HomeSort by: relevance | last modified time | path
    Searched refs:FP_LG2 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc/fpu/
fpu_emu.h 93 #define FP_LG2 ((FP_NMANT - 1) & 63) /* log2(1.0) for fp_mant[0] and fp_mant[1] */
fpu_explode.c 125 fp->fp_exp = FP_LG2;
  /src/sys/arch/powerpc/fpu/
fpu_emu.h 89 #define FP_LG2 ((FP_NMANT - 1) & 63) /* log2(1.0) for fp_mant[0] and fp_mant[1] */
fpu_explode.c 126 fp->fp_exp = FP_LG2;

Completed in 36 milliseconds