Searched refs:signpositive (Results 1 – 3 of 3) sorted by relevance
1033 if (signpositive(st0_ptr)) { in fyl2x()1153 && (signpositive(st0_ptr))) { in fyl2x()1232 if (signpositive(st0_ptr)) { in fpatan()1250 if (signpositive(st0_ptr)) { in fpatan()1275 if (signpositive(st0_ptr)) { in fpatan()1501 if (signpositive(st1_ptr)) { in fscale()1558 if (signpositive(st1_ptr)) in fscale()1580 if (signpositive(st1_ptr)) in fscale()
430 signpositive(&tmp) ? 0 : tmp. in FPU_store_double()435 signpositive(&tmp) ? tmp. in FPU_store_double()617 increment = signpositive(&tmp) in FPU_store_single()621 increment = signpositive(&tmp) in FPU_store_single()
167 #define signpositive(a) ( (signbyte(a) & 0x80) == 0 ) macro