Searched refs:FP_2 (Results 1 – 6 of 6) sorted by relevance
148 if ((r->fp_mant[0] = r0) >= FP_2) {181 if (r0 < FP_2) {
104 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */ macro
214 if (a0 >= FP_2) {
147 if ((r->fp_mant[0] = r0) >= FP_2) { in fpu_add()180 if (r0 < FP_2) { in fpu_add()
93 #define FP_2 (1 << (FP_LG + 1)) /* 2.0 in fp_mant[0] */ macro
208 if (a0 >= FP_2) { in fpu_mul()