Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/powerpc/fpu/
HDfpu_add.c158 if ((r->fp_mant[0] = r0) >= FP_2) { in fpu_add()
191 if (r0 < FP_2) { in fpu_add()
HDfpu_emu.h94 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */ macro
HDfpu_mul.c224 if (a0 >= FP_2) { in fpu_mul()