zs 108 arch/mips/math-emu/dp_maddf.c ((!(flags & MADDF_NEGATE_PRODUCT) && (zs != (xs ^ ys))) || zs 109 arch/mips/math-emu/dp_maddf.c ((flags & MADDF_NEGATE_PRODUCT) && (zs == (xs ^ ys))))) { zs 135 arch/mips/math-emu/dp_maddf.c return ieee754dp_inf(zs); zs 139 arch/mips/math-emu/dp_maddf.c && (zs == (xs ^ ys))) || zs 141 arch/mips/math-emu/dp_maddf.c && (zs != (xs ^ ys)))) zs 161 arch/mips/math-emu/dp_maddf.c return ieee754dp_inf(zs); zs 167 arch/mips/math-emu/dp_maddf.c return ieee754dp_inf(zs); zs 173 arch/mips/math-emu/dp_maddf.c return ieee754dp_inf(zs); zs 270 arch/mips/math-emu/dp_maddf.c if (zs == rs) { zs 288 arch/mips/math-emu/dp_maddf.c zs = rs; zs 329 arch/mips/math-emu/dp_maddf.c return ieee754dp_format(zs, ze, lzm); zs 51 arch/mips/math-emu/ieee754int.h unsigned int zm; int ze; int zs; int zc zs 79 arch/mips/math-emu/ieee754int.h #define EXPLODEZSP EXPLODESP(z, zc, zs, ze, zm) zs 89 arch/mips/math-emu/ieee754int.h u64 zm; int ze; int zs; int zc zs 117 arch/mips/math-emu/ieee754int.h #define EXPLODEZDP EXPLODEDP(z, zc, zs, ze, zm) zs 143 arch/mips/math-emu/ieee754int.h #define FLUSHZDP FLUSHDP(z, zc, zs, ze, zm) zs 146 arch/mips/math-emu/ieee754int.h #define FLUSHZSP FLUSHSP(z, zc, zs, ze, zm) zs 77 arch/mips/math-emu/sp_maddf.c ((!(flags & MADDF_NEGATE_PRODUCT) && (zs != (xs ^ ys))) || zs 78 arch/mips/math-emu/sp_maddf.c ((flags & MADDF_NEGATE_PRODUCT) && (zs == (xs ^ ys))))) { zs 104 arch/mips/math-emu/sp_maddf.c return ieee754sp_inf(zs); zs 108 arch/mips/math-emu/sp_maddf.c && (zs == (xs ^ ys))) || zs 110 arch/mips/math-emu/sp_maddf.c && (zs != (xs ^ ys)))) zs 130 arch/mips/math-emu/sp_maddf.c return ieee754sp_inf(zs); zs 136 arch/mips/math-emu/sp_maddf.c return ieee754sp_inf(zs); zs 142 arch/mips/math-emu/sp_maddf.c return ieee754sp_inf(zs); zs 213 arch/mips/math-emu/sp_maddf.c if (zs == rs) { zs 228 arch/mips/math-emu/sp_maddf.c zs = rs; zs 249 arch/mips/math-emu/sp_maddf.c return ieee754sp_format(zs, ze, zm); zs 6 tools/build/feature/test-zlib.c z_stream zs; zs 8 tools/build/feature/test-zlib.c inflateInit(&zs); zs 24 tools/perf/util/zlib.c z_stream zs = { zs 43 tools/perf/util/zlib.c if (inflateInit2(&zs, 16 + MAX_WBITS) != Z_OK) zs 46 tools/perf/util/zlib.c zs.next_in = ptr; zs 47 tools/perf/util/zlib.c zs.avail_in = stbuf.st_size; zs 50 tools/perf/util/zlib.c zs.next_out = buf; zs 51 tools/perf/util/zlib.c zs.avail_out = CHUNK_SIZE; zs 53 tools/perf/util/zlib.c ret = inflate(&zs, Z_NO_FLUSH); zs 65 tools/perf/util/zlib.c len = CHUNK_SIZE - zs.avail_out; zs 74 tools/perf/util/zlib.c inflateEnd(&zs);