Home
last modified time | relevance | path

Searched refs:ze (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/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()
208 * leaving result in zm64, zs and ze. in _sp_maddf()
213 ze++; in _sp_maddf()
230 ze in _sp_maddf()
[all...]
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()
265 * leaving result in hzm:lzm, zs and ze. in _dp_maddf()
271 ze++; in _dp_maddf()
294 ze 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 Dieee754sp.h58 #define SPDNORMZ SPDNORMx(zm, ze)
H A Dieee754dp.h54 #define DPDNORMZ DPDNORMx(zm, ze)
/kernel/linux/linux-6.6/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()
208 * leaving result in zm64, zs and ze. in _sp_maddf()
213 ze++; in _sp_maddf()
230 ze in _sp_maddf()
[all...]
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()
265 * leaving result in hzm:lzm, zs and ze. in _dp_maddf()
271 ze++; in _dp_maddf()
294 ze 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 Dieee754sp.h58 #define SPDNORMZ SPDNORMx(zm, ze)
H A Dieee754dp.h54 #define DPDNORMZ DPDNORMx(zm, ze)
/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dbtt.c109 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()
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dbtt.c109 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()

Completed in 8 milliseconds