Searched refs:signnegative (Results 1 – 4 of 4) sorted by relevance
92 if (signnegative(st0_ptr)) { in trig_arg()265 if (signnegative(st0_ptr)) { in f2xm1()457 if (signnegative(st0_ptr)) { in fsqrt_()483 if (signnegative(st0_ptr)) in fsqrt_()487 if (signnegative(st0_ptr)) { in fsqrt_()1115 if (signnegative(st0_ptr)) { in fyl2x()1141 if ((signnegative(st0_ptr)) || (st1_tag == TAG_Zero)) { in fyl2x()1388 if (signnegative(st0_ptr)) { in fyl2xp1()1408 if (signnegative(st0_ptr)) { in fyl2xp1()1441 } else if (signnegative(st0_ptr)) { in fyl2xp1()[all …]
777 !((t.sigh == 0x80000000) && (t.sigl == 0) && signnegative(&t)))) { in FPU_store_int64()789 if (signnegative(&t)) in FPU_store_int64()824 !((t.sigl == 0x80000000) && signnegative(&t)))) { in FPU_store_int32()836 if (signnegative(&t)) in FPU_store_int32()870 !((t.sigl == 0x8000) && signnegative(&t)))) { in FPU_store_int16()882 if (signnegative(&t)) in FPU_store_int16()
62 if (signnegative(st0_ptr)) { /* Can't hack a number < 0.0 */ in poly_tan()
168 #define signnegative(a) (signbyte(a) & 0x80) macro