Searched refs:SPSIGN (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/mips/math-emu/
H A Dsp_simple.c38 SPSIGN(x) = SPSIGN(y);
56 SPSIGN(x) ^= 1;
61 SPSIGN(y) = SPSIGN(x);
78 SPSIGN(x) = 0;
H A Dieee754d.c52 #define SPSIGN(sp) (sp.parts.sign) macro
110 printk("Nan %c", SPSIGN(x) ? '-' : '+');
115 printk("%cInfinity", SPSIGN(x) ? '-' : '+');
118 printk("%cZero", SPSIGN(x) ? '-' : '+');
121 printk("%c0.", SPSIGN(x) ? '-' : '+');
127 printk("%c1.", SPSIGN(x) ? '-' : '+');
H A Dieee754int.h50 #define SPSIGN(sp) (sp.parts.sign) macro
81 vs = SPSIGN(v);\

Completed in 66 milliseconds