Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/math-emu/
Dfpu_trig.c1038 if (signpositive(st0_ptr)) { in fyl2x()
1158 && (signpositive(st0_ptr))) { in fyl2x()
1237 if (signpositive(st0_ptr)) { in fpatan()
1255 if (signpositive(st0_ptr)) { in fpatan()
1280 if (signpositive(st0_ptr)) { in fpatan()
1506 if (signpositive(st1_ptr)) { in fscale()
1563 if (signpositive(st1_ptr)) in fscale()
1585 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