Searched refs:signpositive (Results 1 – 3 of 3) sorted by relevance
1038 if (signpositive(st0_ptr)) { in fyl2x()1158 && (signpositive(st0_ptr))) { in fyl2x()1237 if (signpositive(st0_ptr)) { in fpatan()1255 if (signpositive(st0_ptr)) { in fpatan()1280 if (signpositive(st0_ptr)) { in fpatan()1506 if (signpositive(st1_ptr)) { in fscale()1563 if (signpositive(st1_ptr)) in fscale()1585 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
Completed in 7 milliseconds