Home
last modified time | relevance | path

Searched refs:signnegative (Results 1 – 4 of 4) sorted by relevance

/arch/x86/math-emu/
Dfpu_trig.c91 if (signnegative(st0_ptr)) { in trig_arg()
264 if (signnegative(st0_ptr)) { in f2xm1()
456 if (signnegative(st0_ptr)) { in fsqrt_()
482 if (signnegative(st0_ptr)) in fsqrt_()
486 if (signnegative(st0_ptr)) { in fsqrt_()
1109 if (signnegative(st0_ptr)) { in fyl2x()
1135 if ((signnegative(st0_ptr)) || (st1_tag == TAG_Zero)) { in fyl2x()
1382 if (signnegative(st0_ptr)) { in fyl2xp1()
1402 if (signnegative(st0_ptr)) { in fyl2xp1()
1435 } else if (signnegative(st0_ptr)) { in fyl2xp1()
[all …]
Dreg_ld_str.c776 !((t.sigh == 0x80000000) && (t.sigl == 0) && signnegative(&t)))) { in FPU_store_int64()
788 if (signnegative(&t)) in FPU_store_int64()
823 !((t.sigl == 0x80000000) && signnegative(&t)))) { in FPU_store_int32()
835 if (signnegative(&t)) in FPU_store_int32()
869 !((t.sigl == 0x8000) && signnegative(&t)))) { in FPU_store_int16()
881 if (signnegative(&t)) in FPU_store_int16()
Dpoly_tan.c61 if (signnegative(st0_ptr)) { /* Can't hack a number < 0.0 */ in poly_tan()
Dfpu_emu.h167 #define signnegative(a) (signbyte(a) & 0x80) macro