HomeSort by: relevance | last modified time | path
    Searched defs:fp_mant (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc/fpu/
fpu_emu.h 61 * of the top word (the high bits of fp_mant[0]). An internal `exploded'
87 u_int fp_mant[4]; /* 115-bit mantissa */ member in struct:fpn
92 #define FP_LG ((FP_NMANT - 1) & 31) /* log2(1.0) for fp_mant[0] */
93 #define FP_LG2 ((FP_NMANT - 1) & 63) /* log2(1.0) for fp_mant[0] and fp_mant[1] */
95 #define FP_1 (1 << FP_LG) /* 1.0 in fp_mant[0] */
96 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */
  /src/sys/arch/powerpc/fpu/
fpu_emu.h 57 * of the top word (the high bits of fp_mant[0]). An internal `exploded'
83 u_int fp_mant[4]; /* 115-bit mantissa */ member in struct:fpn
88 #define FP_LG ((FP_NMANT - 1) & 31) /* log2(1.0) for fp_mant[0] */
89 #define FP_LG2 ((FP_NMANT - 1) & 63) /* log2(1.0) for fp_mant[0] and fp_mant[1] */
91 #define FP_1 (1 << FP_LG) /* 1.0 in fp_mant[0] */
92 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */
  /src/sys/arch/m68k/fpe/
fpu_emulate.h 58 * of the top word (the high bits of fp_mant[0]). An internal `exploded'
84 uint32_t fp_mant[3]; /* 83-bit mantissa */ member in struct:fpn
89 #define FP_LG ((FP_NMANT - 1) & 31) /* log2(1.0) for fp_mant[0] */
91 #define FP_1 (1 << FP_LG) /* 1.0 in fp_mant[0] */
92 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */

Completed in 51 milliseconds