Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/math-emu/
A Dfpu_trig.c92 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()
1388 if (signnegative(st0_ptr)) { in fyl2xp1()
1408 if (signnegative(st0_ptr)) { in fyl2xp1()
1441 } else if (signnegative(st0_ptr)) { in fyl2xp1()
1522 scale = signnegative(st1_ptr) ? -tmp.sigl : tmp.sigl; in fscale()
[all …]
A Dreg_ld_str.c777 !((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()
A Dpoly_tan.c62 if (signnegative(st0_ptr)) { /* Can't hack a number < 0.0 */ in poly_tan()
A Dfpu_emu.h168 #define signnegative(a) (signbyte(a) & 0x80) macro

Completed in 7 milliseconds