Searched refs:ze (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/arch/mips/math-emu/ |
D | sp_maddf.c | 186 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()
|
D | dp_maddf.c | 243 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 …]
|
D | ieee754int.h | 52 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)
|
D | ieee754dp.h | 54 #define DPDNORMZ DPDNORMx(zm, ze)
|
D | ieee754sp.h | 58 #define SPDNORMZ SPDNORMx(zm, ze)
|
/linux-6.6.21/drivers/nvdimm/ |
D | btt.c | 109 u32 ze; in btt_map_write() local 118 ze = (z_flag << 1) + e_flag; in btt_map_write() 119 switch (ze) { in btt_map_write() 155 u32 raw_mapping, postmap, ze, z_flag, e_flag; in btt_map_read() local 171 ze = (z_flag << 1) + e_flag; in btt_map_read() 178 switch (ze) { in btt_map_read()
|
/linux-6.6.21/Documentation/gpu/rfc/ |
D | i915_scheduler.rst | 87 * https://spec.oneapi.com/level-zero/latest/core/api.html#ze-command-queue-priority-t
|