Searched refs:SIGN_Negative (Results 1 - 3 of 3) 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 Dpoly_tan.c87 (0x41 + EXTENDED_Ebias) | SIGN_Negative);
H A Dreg_ld_str.c105 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
165 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
230 sign = SIGN_Negative;
258 negative = SIGN_Negative;
287 negative = SIGN_Negative;
320 sign = sign & 0x80 ? SIGN_Negative : SIGN_Positive;
H A Dfpu_emu.h44 #define SIGN_Negative Const(0x8000) macro

Completed in 41 milliseconds