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

/freebsd-10.1-release/lib/libc/sparc64/fpu/
H A Dfpu_emu.h92 #define FP_1 (1 << FP_LG) /* 1.0 in fp_mant[0] */ macro
H A Dfpu_subr.c134 * bits before FP_1, then FP_1, then all 1 bits. This is used for denorms
168 nrm = FP_1;
218 fp->fp_mant[0] = FP_1 - 1;
H A Dfpu_div.c114 * bit = FP_1;
251 bit = FP_1;
H A Dfpu_add.c210 if (r0 < FP_1)
H A Dfpu_explode.c98 * The value FP_1 represents 2^FP_LG, so set the exponent
131 * The value FP_1 represents 2^FP_LG, so set the exponent
179 fp->fp_mant[0] = FP_1 | f0; \
H A Dfpu_sqrt.c272 bit = FP_1;
/freebsd-10.1-release/sys/powerpc/fpu/
H A Dfpu_subr.c132 * bits before FP_1, then FP_1, then all 1 bits. This is used for denorms
166 nrm = FP_1;
216 fp->fp_mant[0] = FP_1 - 1;
H A Dfpu_emu.h92 #define FP_1 (1 << FP_LG) /* 1.0 in fp_mant[0] */ macro
175 * the normal 1-bit mant[0]&FP_1).
H A Dfpu_add.c221 if (r0 < FP_1)
H A Dfpu_div.c114 * bit = FP_1;
272 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.c289 bit = FP_1;

Completed in 144 milliseconds