Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/fpu/
H A Dfpu_subr.c162 nrm = FP_1; in fpu_norm()
212 fp->fp_mant[0] = FP_1 - 1; in fpu_newnan()
H A Dfpu_emu.h91 #define FP_1 (1 << FP_LG) /* 1.0 in fp_mant[0] */ macro
H A Dfpu_add.c217 if (r0 < FP_1) in fpu_add()
H A Dfpu_div.c268 bit = FP_1; in fpu_div()
H A Dfpu_explode.c154 fp->fp_mant[0] = FP_1 | f0; \
H A Dfpu_sqrt.c285 bit = FP_1; in fpu_sqrt()