Searched refs:SPSIGN (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/mips/math-emu/
H A Dsp_simple.c18 SPSIGN(y) = !SPSIGN(x);
36 SPSIGN(y) = 0;
42 if (SPSIGN(x))
H A Dieee754d.c72 printk("Nan %c", SPSIGN(x) ? '-' : '+');
77 printk("%cInfinity", SPSIGN(x) ? '-' : '+');
80 printk("%cZero", SPSIGN(x) ? '-' : '+');
83 printk("%c0.", SPSIGN(x) ? '-' : '+');
89 printk("%c1.", SPSIGN(x) ? '-' : '+');
H A Dsp_rint.c76 SPSIGN(ret) = xs;
H A Dieee754sp.h27 #define SPSIGN(sp) (sp.sign) macro
H A Dsp_sub.c92 SPSIGN(y) ^= 1;
H A Dieee754int.h56 vs = SPSIGN(v); \

Completed in 105 milliseconds