ze                251 arch/mips/math-emu/dp_maddf.c 	if (ze > re) {
ze                255 arch/mips/math-emu/dp_maddf.c 		s = ze - re;
ze                258 arch/mips/math-emu/dp_maddf.c 	} else if (re > ze) {
ze                262 arch/mips/math-emu/dp_maddf.c 		s = re - ze;
ze                264 arch/mips/math-emu/dp_maddf.c 		ze += s;
ze                266 arch/mips/math-emu/dp_maddf.c 	assert(ze == re);
ze                267 arch/mips/math-emu/dp_maddf.c 	assert(ze <= DP_EMAX);
ze                279 arch/mips/math-emu/dp_maddf.c 			ze++;
ze                302 arch/mips/math-emu/dp_maddf.c 				ze -= 63;
ze                306 arch/mips/math-emu/dp_maddf.c 				ze -= 64;
ze                318 arch/mips/math-emu/dp_maddf.c 			ze -= t;
ze                329 arch/mips/math-emu/dp_maddf.c 	return ieee754dp_format(zs, ze, lzm);
ze                 54 arch/mips/math-emu/ieee754dp.h #define DPDNORMZ	DPDNORMx(zm, ze)
ze                 51 arch/mips/math-emu/ieee754int.h 	unsigned int zm; int ze; int zs; int zc
ze                 79 arch/mips/math-emu/ieee754int.h #define EXPLODEZSP EXPLODESP(z, zc, zs, ze, zm)
ze                 89 arch/mips/math-emu/ieee754int.h 	u64 zm; int ze; int zs; int zc
ze                117 arch/mips/math-emu/ieee754int.h #define EXPLODEZDP EXPLODEDP(z, zc, zs, ze, zm)
ze                143 arch/mips/math-emu/ieee754int.h #define FLUSHZDP FLUSHDP(z, zc, zs, ze, zm)
ze                146 arch/mips/math-emu/ieee754int.h #define FLUSHZSP FLUSHSP(z, zc, zs, ze, zm)
ze                 58 arch/mips/math-emu/ieee754sp.h #define SPDNORMZ	SPDNORMx(zm, ze)
ze                194 arch/mips/math-emu/sp_maddf.c 	if (ze > re) {
ze                198 arch/mips/math-emu/sp_maddf.c 		s = ze - re;
ze                201 arch/mips/math-emu/sp_maddf.c 	} else if (re > ze) {
ze                205 arch/mips/math-emu/sp_maddf.c 		s = re - ze;
ze                207 arch/mips/math-emu/sp_maddf.c 		ze += s;
ze                209 arch/mips/math-emu/sp_maddf.c 	assert(ze == re);
ze                210 arch/mips/math-emu/sp_maddf.c 	assert(ze <= SP_EMAX);
ze                221 arch/mips/math-emu/sp_maddf.c 			ze++;
ze                238 arch/mips/math-emu/sp_maddf.c 			ze--;
ze                249 arch/mips/math-emu/sp_maddf.c 	return ieee754sp_format(zs, ze, zm);
ze                109 drivers/nvdimm/btt.c 	u32 ze;
ze                118 drivers/nvdimm/btt.c 	ze = (z_flag << 1) + e_flag;
ze                119 drivers/nvdimm/btt.c 	switch (ze) {
ze                155 drivers/nvdimm/btt.c 	u32 raw_mapping, postmap, ze, z_flag, e_flag;
ze                171 drivers/nvdimm/btt.c 	ze = (z_flag << 1) + e_flag;
ze                178 drivers/nvdimm/btt.c 	switch (ze) {