Home
last modified time | relevance | path

Searched refs:FP_2 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/m68k/fpe/
H A Dfpu_add.c143 if ((r->fp_mant[0] = r0) >= FP_2) { in fpu_add()
175 if (r0 < FP_2) { in fpu_add()
H A Dfpu_mul.c199 if (a0 >= FP_2) { in fpu_mul()
H A Dfpu_emulate.h92 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */ macro
/netbsd-src/sys/arch/sparc/fpu/
H A Dfpu_add.c148 if ((r->fp_mant[0] = r0) >= FP_2) { in fpu_add()
181 if (r0 < FP_2) { in fpu_add()
H A Dfpu_emu.h96 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */ macro
H A Dfpu_mul.c212 if (a0 >= FP_2) { in fpu_mul()
/netbsd-src/sys/arch/powerpc/fpu/
H A Dfpu_add.c165 if ((r->fp_mant[0] = r0) >= FP_2) { in fpu_add()
198 if (r0 < FP_2) { in fpu_add()
H A Dfpu_emu.h92 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */ macro
H A Dfpu_mul.c229 if (a0 >= FP_2) { in fpu_mul()