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

/linux-master/arch/mips/math-emu/
H A Ddp_simple.c18 DPSIGN(y) = !DPSIGN(x);
36 DPSIGN(y) = 0;
42 if (DPSIGN(x))
H A Dieee754d.c33 printk("Nan %c", DPSIGN(x) ? '-' : '+');
38 printk("%cInfinity", DPSIGN(x) ? '-' : '+');
41 printk("%cZero", DPSIGN(x) ? '-' : '+');
44 printk("%c0.", DPSIGN(x) ? '-' : '+');
50 printk("%c1.", DPSIGN(x) ? '-' : '+');
H A Ddp_rint.c75 DPSIGN(ret) = xs;
H A Dieee754dp.h27 #define DPSIGN(dp) (dp.sign) macro
H A Ddp_sub.c92 DPSIGN(y) ^= 1;
H A Dieee754int.h95 vs = DPSIGN(v); \

Completed in 140 milliseconds