DP_EMIN            41 arch/mips/math-emu/ieee754.c 	DPCNST(0, DP_EMIN - 1, 0x0000000000000ULL),	/* + zero   */
DP_EMIN            42 arch/mips/math-emu/ieee754.c 	DPCNST(1, DP_EMIN - 1, 0x0000000000000ULL),	/* - zero   */
DP_EMIN            53 arch/mips/math-emu/ieee754.c 	DPCNST(0, DP_EMIN,     0x0000000000000ULL),	/* + min normal */
DP_EMIN            54 arch/mips/math-emu/ieee754.c 	DPCNST(1, DP_EMIN,     0x0000000000000ULL),	/* - min normal */
DP_EMIN            55 arch/mips/math-emu/ieee754.c 	DPCNST(0, DP_EMIN - 1, 0x0000000000001ULL),	/* + min denormal */
DP_EMIN            56 arch/mips/math-emu/ieee754.c 	DPCNST(1, DP_EMIN - 1, 0x0000000000001ULL),	/* - min denormal */
DP_EMIN            94 arch/mips/math-emu/ieee754dp.c 	if (xe < DP_EMIN) {
DP_EMIN            96 arch/mips/math-emu/ieee754dp.c 		int es = DP_EMIN - xe;
DP_EMIN           119 arch/mips/math-emu/ieee754dp.c 		if (xe == DP_EMIN - 1 &&
DP_EMIN           136 arch/mips/math-emu/ieee754dp.c 			assert(xe == DP_EMIN);
DP_EMIN           160 arch/mips/math-emu/ieee754dp.c 	assert(xe >= DP_EMIN);
DP_EMIN           187 arch/mips/math-emu/ieee754dp.c 		assert(xe == DP_EMIN);
DP_EMIN           190 arch/mips/math-emu/ieee754dp.c 		return builddp(sn, DP_EMIN - 1 + DP_EBIAS, xm);
DP_EMIN            61 arch/mips/math-emu/ieee754dp.h 	assert((bx) >= DP_EMIN - 1 + DP_EBIAS
DP_EMIN           103 arch/mips/math-emu/ieee754int.h 	} else if (ve == DP_EMIN-1+DP_EBIAS) {				\
DP_EMIN           105 arch/mips/math-emu/ieee754int.h 			ve = DP_EMIN;					\
DP_EMIN           124 arch/mips/math-emu/ieee754int.h 			ve = DP_EMIN-1+DP_EBIAS;			\