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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_trig.c91 if (signnegative(st0_ptr)) {
264 if (signnegative(st0_ptr)) {
456 if (signnegative(st0_ptr)) {
482 if (signnegative(st0_ptr))
486 if (signnegative(st0_ptr)) {
1109 if (signnegative(st0_ptr)) {
1135 if ((signnegative(st0_ptr)) || (st1_tag == TAG_Zero)) {
1382 if (signnegative(st0_ptr)) {
1402 if (signnegative(st0_ptr)) {
1435 } else if (signnegative(st0_pt
[all...]
H A Dpoly_tan.c61 if (signnegative(st0_ptr)) { /* Can't hack a number < 0.0 */
H A Dreg_ld_str.c776 !((t.sigh == 0x80000000) && (t.sigl == 0) && signnegative(&t)))) {
788 if (signnegative(&t))
823 !((t.sigl == 0x80000000) && signnegative(&t)))) {
835 if (signnegative(&t))
869 !((t.sigl == 0x8000) && signnegative(&t)))) {
881 if (signnegative(&t))
H A Dfpu_emu.h167 #define signnegative(a) (signbyte(a) & 0x80) macro

Completed in 105 milliseconds