SP_EMIN            65 arch/mips/math-emu/ieee754.c 	SPCNST(0, SP_EMIN - 1, 0x000000),	/* + zero   */
SP_EMIN            66 arch/mips/math-emu/ieee754.c 	SPCNST(1, SP_EMIN - 1, 0x000000),	/* - zero   */
SP_EMIN            77 arch/mips/math-emu/ieee754.c 	SPCNST(0, SP_EMIN,     0x000000),	/* + min normal */
SP_EMIN            78 arch/mips/math-emu/ieee754.c 	SPCNST(1, SP_EMIN,     0x000000),	/* - min normal */
SP_EMIN            79 arch/mips/math-emu/ieee754.c 	SPCNST(0, SP_EMIN - 1, 0x000001),	/* + min denormal */
SP_EMIN            80 arch/mips/math-emu/ieee754.c 	SPCNST(1, SP_EMIN - 1, 0x000001),	/* - min denormal */
SP_EMIN            65 arch/mips/math-emu/ieee754int.h 	} else if (ve == SP_EMIN-1+SP_EBIAS) {				\
SP_EMIN            67 arch/mips/math-emu/ieee754int.h 			ve = SP_EMIN;					\
SP_EMIN           135 arch/mips/math-emu/ieee754int.h 			ve = SP_EMIN-1+SP_EBIAS;			\
SP_EMIN            94 arch/mips/math-emu/ieee754sp.c 	if (xe < SP_EMIN) {
SP_EMIN            96 arch/mips/math-emu/ieee754sp.c 		int es = SP_EMIN - xe;
SP_EMIN           119 arch/mips/math-emu/ieee754sp.c 		if (xe == SP_EMIN - 1 &&
SP_EMIN           135 arch/mips/math-emu/ieee754sp.c 			assert(xe == SP_EMIN);
SP_EMIN           159 arch/mips/math-emu/ieee754sp.c 	assert(xe >= SP_EMIN);
SP_EMIN           186 arch/mips/math-emu/ieee754sp.c 		assert(xe == SP_EMIN);
SP_EMIN           189 arch/mips/math-emu/ieee754sp.c 		return buildsp(sn, SP_EMIN - 1 + SP_EBIAS, xm);
SP_EMIN            65 arch/mips/math-emu/ieee754sp.h 	assert((bx) >= SP_EMIN - 1 + SP_EBIAS