Home
last modified time | relevance | path

Searched refs:signpositive (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/math-emu/
Dfpu_trig.c1033 if (signpositive(st0_ptr)) { in fyl2x()
1153 && (signpositive(st0_ptr))) { in fyl2x()
1232 if (signpositive(st0_ptr)) { in fpatan()
1250 if (signpositive(st0_ptr)) { in fpatan()
1275 if (signpositive(st0_ptr)) { in fpatan()
1501 if (signpositive(st1_ptr)) { in fscale()
1558 if (signpositive(st1_ptr)) in fscale()
1580 if (signpositive(st1_ptr)) in fscale()
Dreg_ld_str.c430 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()
Dfpu_emu.h167 #define signpositive(a) ( (signbyte(a) & 0x80) == 0 ) macro