DPSIGN             75 arch/mips/math-emu/dp_rint.c 	DPSIGN(ret) = xs;
DPSIGN             18 arch/mips/math-emu/dp_simple.c 		DPSIGN(y) = !DPSIGN(x);
DPSIGN             36 arch/mips/math-emu/dp_simple.c 		DPSIGN(y) = 0;
DPSIGN             42 arch/mips/math-emu/dp_simple.c 		if (DPSIGN(x))
DPSIGN             92 arch/mips/math-emu/dp_sub.c 		DPSIGN(y) ^= 1;
DPSIGN             33 arch/mips/math-emu/ieee754d.c 		printk("Nan %c", DPSIGN(x) ? '-' : '+');
DPSIGN             38 arch/mips/math-emu/ieee754d.c 		printk("%cInfinity", DPSIGN(x) ? '-' : '+');
DPSIGN             41 arch/mips/math-emu/ieee754d.c 		printk("%cZero", DPSIGN(x) ? '-' : '+');
DPSIGN             44 arch/mips/math-emu/ieee754d.c 		printk("%c0.", DPSIGN(x) ? '-' : '+');
DPSIGN             50 arch/mips/math-emu/ieee754d.c 		printk("%c1.", DPSIGN(x) ? '-' : '+');
DPSIGN             94 arch/mips/math-emu/ieee754int.h 	vs = DPSIGN(v);							\