Home
last modified time | relevance | path

Searched refs:FP_1 (Results 1 – 6 of 6) sorted by relevance

/original-bsd/sys/sparc/fpu/
H A Dfpu_subr.c139 nrm = FP_1; in fpu_norm()
189 fp->fp_mant[0] = FP_1 - 1; in fpu_newnan()
H A Dfpu_emu.h68 #define FP_1 (1 << FP_LG) /* 1.0 in fp_mant[0] */ macro
H A Dfpu_div.c222 bit = FP_1;
H A Dfpu_add.c181 if (r0 < FP_1)
H A Dfpu_explode.c108 fp->fp_mant[0] = FP_1 | f0; \
H A Dfpu_sqrt.c246 bit = FP_1;