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

  /src/sys/arch/m68k/fpe/
fpu_subr.c 143 * bits before FP_1, then FP_1, then all 1 bits. This is used for denorms
180 nrm = FP_1;
227 fp->fp_mant[0] = FP_1 - 1;
fpu_add.c 202 if (r0 < FP_1)
fpu_div.c 112 * bit = FP_1;
248 bit = FP_1;
fpu_fmovecr.c 44 #if (FP_1 != 0x40000)
fpu_explode.c 96 * The value FP_1 represents 2^FP_LG, so set the exponent
135 fp->fp_mant[0] = FP_1 | f0; \
215 fp->fp_mant[0] = FP_1 | f0;
fpu_emulate.h 91 #define FP_1 (1 << FP_LG) /* 1.0 in fp_mant[0] */
221 * the normal 1-bit mant[0]&FP_1).
fpu_hyperb.c 98 if (r->fp_exp == 0 && r->fp_mant[0] == FP_1 &&
fpu_sqrt.c 270 bit = FP_1;
fpu_emulate.c 558 x->fp_mant[0] = FP_1;
565 x->fp_mant[0] = FP_1;
573 x->fp_mant[0] = FP_1;
588 x->fp_mant[0] = FP_1;
fpu_log.c 528 if (fp->fp_mant[0] == FP_1 && fp->fp_mant[1] == 0 &&
  /src/sys/arch/sparc/fpu/
fpu_subr.c 135 * bits before FP_1, then FP_1, then all 1 bits. This is used for denorms
169 nrm = FP_1;
219 fp->fp_mant[0] = FP_1 - 1;
fpu_emu.h 95 #define FP_1 (1 << FP_LG) /* 1.0 in fp_mant[0] */
178 * the normal 1-bit mant[0]&FP_1).
fpu_div.c 112 * bit = FP_1;
246 bit = FP_1;
fpu_add.c 210 if (r0 < FP_1)
fpu_explode.c 95 * The value FP_1 represents 2^FP_LG, so set the exponent
120 * The value FP_1 represents 2^FP_LG, so set the exponent
162 fp->fp_mant[0] = FP_1 | f0; \
fpu_sqrt.c 270 bit = FP_1;
  /src/sys/arch/powerpc/fpu/
fpu_emu.h 91 #define FP_1 (1 << FP_LG) /* 1.0 in fp_mant[0] */
193 * the normal 1-bit mant[0]&FP_1).
fpu_add.c 227 if (r0 < FP_1)
fpu_div.c 116 * bit = FP_1;
275 bit = FP_1;
fpu_explode.c 97 * The value FP_1 represents 2^FP_LG, so set the exponent
121 * The value FP_1 represents 2^FP_LG, so set the exponent
162 fp->fp_mant[0] = FP_1 | f0; \
fpu_subr.c 129 * bits before FP_1, then FP_1, then all 1 bits. This is used for denorms
163 nrm = FP_1;
fpu_sqrt.c 290 bit = FP_1;

Completed in 19 milliseconds