Home
last modified time | relevance | path

Searched refs:ze (Results 1 – 7 of 7) sorted by relevance

/linux/arch/mips/math-emu/
H A Dsp_maddf.c186 if (ze > re) { in _sp_maddf()
190 s = ze - re; in _sp_maddf()
193 } else if (re > ze) { in _sp_maddf()
197 s = re - ze; in _sp_maddf()
199 ze += s; in _sp_maddf()
201 assert(ze == re); in _sp_maddf()
202 assert(ze <= SP_EMAX); in _sp_maddf()
213 ze++; in _sp_maddf()
230 ze--; in _sp_maddf()
241 return ieee754sp_format(zs, ze, zm); in _sp_maddf()
H A Ddp_maddf.c243 if (ze > re) { in _dp_maddf()
247 s = ze - re; in _dp_maddf()
250 } else if (re > ze) { in _dp_maddf()
254 s = re - ze; in _dp_maddf()
256 ze += s; in _dp_maddf()
258 assert(ze == re); in _dp_maddf()
259 assert(ze <= DP_EMAX); in _dp_maddf()
271 ze++; in _dp_maddf()
294 ze -= 63; in _dp_maddf()
298 ze -= 64; in _dp_maddf()
[all …]
H A Dieee754int.h52 unsigned int zm; int ze; int zs; int zc
80 #define EXPLODEZSP EXPLODESP(z, zc, zs, ze, zm)
90 u64 zm; int ze; int zs; int zc
118 #define EXPLODEZDP EXPLODEDP(z, zc, zs, ze, zm)
144 #define FLUSHZDP FLUSHDP(z, zc, zs, ze, zm)
147 #define FLUSHZSP FLUSHSP(z, zc, zs, ze, zm)
H A Dieee754dp.h54 #define DPDNORMZ DPDNORMx(zm, ze)
H A Dieee754sp.h58 #define SPDNORMZ SPDNORMx(zm, ze)
/linux/drivers/nvdimm/
H A Dbtt.c111 u32 ze; in btt_map_write() local
120 ze = (z_flag << 1) + e_flag; in btt_map_write()
121 switch (ze) { in btt_map_write()
157 u32 raw_mapping, postmap, ze, z_flag, e_flag; in btt_map_read() local
173 ze = (z_flag << 1) + e_flag; in btt_map_read()
180 switch (ze) { in btt_map_read()
/linux/Documentation/gpu/rfc/
H A Di915_scheduler.rst87 * https://spec.oneapi.com/level-zero/latest/core/api.html#ze-command-queue-priority-t