Searched refs:signpositive (Results 1 – 3 of 3) sorted by relevance
1032 if (signpositive(st0_ptr)) { in fyl2x()1152 && (signpositive(st0_ptr))) { in fyl2x()1231 if (signpositive(st0_ptr)) { in fpatan()1249 if (signpositive(st0_ptr)) { in fpatan()1274 if (signpositive(st0_ptr)) { in fpatan()1500 if (signpositive(st1_ptr)) { in fscale()1557 if (signpositive(st1_ptr)) in fscale()1579 if (signpositive(st1_ptr)) in fscale()
429 signpositive(&tmp) ? 0 : tmp. in FPU_store_double()434 signpositive(&tmp) ? tmp. in FPU_store_double()616 increment = signpositive(&tmp) in FPU_store_single()620 increment = signpositive(&tmp) in FPU_store_single()
166 #define signpositive(a) ( (signbyte(a) & 0x80) == 0 ) macro