Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dfpu_trig.c1032 if (signpositive(st0_ptr)) { in fyl2x()
1152 && (signpositive(st0_ptr))) { in fyl2x()
1231 if (signpositive(st0_ptr)) { in fpatan()
1249 if (signpositive(st0_ptr)) { in fpatan()
1274 if (signpositive(st0_ptr)) { in fpatan()
1500 if (signpositive(st1_ptr)) { in fscale()
1557 if (signpositive(st1_ptr)) in fscale()
1579 if (signpositive(st1_ptr)) in fscale()
Dreg_ld_str.c429 signpositive(&tmp) ? 0 : tmp. in FPU_store_double()
434 signpositive(&tmp) ? tmp. in FPU_store_double()
616 increment = signpositive(&tmp) in FPU_store_single()
620 increment = signpositive(&tmp) in FPU_store_single()
Dfpu_emu.h166 #define signpositive(a) ( (signbyte(a) & 0x80) == 0 ) macro