Searched refs:FP_1 (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/fpu/
H A Dfpu_subr.c136 * bits before FP_1, then FP_1, then all 1 bits. This is used for denorms
170 nrm = FP_1;
220 fp->fp_mant[0] = FP_1 - 1;
H A Dfpu_emu.h91 #define FP_1 (1 << FP_LG) /* 1.0 in fp_mant[0] */ macro
172 * the normal 1-bit mant[0]&FP_1).
H A Dfpu_add.c224 if (r0 < FP_1)
H A Dfpu_div.c116 * bit = FP_1;
274 bit = FP_1;
H A Dfpu_explode.c92 * The value FP_1 represents 2^FP_LG, so set the exponent
116 * The value FP_1 represents 2^FP_LG, so set the exponent
157 fp->fp_mant[0] = FP_1 | f0; \
H A Dfpu_sqrt.c291 bit = FP_1;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/fpu/
H A Dfpu_subr.c135 * 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;
H A Dfpu_emu.h95 #define FP_1 (1 << FP_LG) /* 1.0 in fp_mant[0] */ macro
178 * the normal 1-bit mant[0]&FP_1).
H A Dfpu_div.c112 * bit = FP_1;
246 bit = FP_1;
H A Dfpu_add.c210 if (r0 < FP_1)
H A Dfpu_explode.c95 * 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; \
H A Dfpu_sqrt.c270 bit = FP_1;
/netbsd-6-1-5-RELEASE/sys/arch/m68k/fpe/
H A Dfpu_subr.c124 * bits before FP_1, then FP_1, then all 1 bits. This is used for denorms
161 nrm = FP_1;
208 fp->fp_mant[0] = FP_1 - 1;
H A Dfpu_add.c202 if (r0 < FP_1)
H A Dfpu_div.c112 * bit = FP_1;
246 bit = FP_1;
H A Dfpu_fmovecr.c44 #if (FP_1 != 0x40000)
H A Dfpu_explode.c96 * The value FP_1 represents 2^FP_LG, so set the exponent
135 fp->fp_mant[0] = FP_1 | f0; \
216 fp->fp_mant[0] = FP_1 | f0;
H A Dfpu_emulate.h91 #define FP_1 (1 << FP_LG) /* 1.0 in fp_mant[0] */ macro
221 * the normal 1-bit mant[0]&FP_1).
H A Dfpu_sqrt.c270 bit = FP_1;
H A Dfpu_emulate.c516 x->fp_mant[0] = FP_1;
523 x->fp_mant[0] = FP_1;
531 x->fp_mant[0] = FP_1;
546 x->fp_mant[0] = FP_1;
H A Dfpu_log.c527 if (fp->fp_mant[0] == FP_1 && fp->fp_mant[1] == 0 &&

Completed in 202 milliseconds