Searched refs:DPSIGN (Results 1 - 5 of 5) 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 Ddp_simple.c38 DPSIGN(x) = DPSIGN(y);
56 DPSIGN(x) ^= 1;
61 DPSIGN(y) = DPSIGN(x);
78 DPSIGN(x) = 0;
H A Dieee754d.c56 #define DPSIGN(dp) (dp.parts.sign) macro
71 printk("Nan %c", DPSIGN(x) ? '-' : '+');
76 printk("%cInfinity", DPSIGN(x) ? '-' : '+');
79 printk("%cZero", DPSIGN(x) ? '-' : '+');
82 printk("%c0.", DPSIGN(x) ? '-' : '+');
88 printk("%c1.", DPSIGN(x) ? '-' : '+');
H A Dieee754int.h54 #define DPSIGN(dp) (dp.parts.sign) macro
116 vs = DPSIGN(v);\
H A Ddp_sub.c108 DPSIGN(y) ^= 1;
H A Dsp_sub.c108 DPSIGN(y) ^= 1;

Completed in 41 milliseconds