Searched refs:zm (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/mips/math-emu/ |
D | dp_msubf.c | 36 u64 zm; int ze; int zs __maybe_unused; int zc; in ieee754dp_msubf() local 40 EXPLODEDP(z, zc, zs, ze, zm) in ieee754dp_msubf() 44 FLUSHDP(z, zc, zs, ze, zm); in ieee754dp_msubf() 53 DPDNORMx(zm, ze); in ieee754dp_msubf() 213 assert(zm & DP_HIDDEN_BIT); in ieee754dp_msubf() 218 zm <<= 3; in ieee754dp_msubf() 232 zm = XDPSRS(zm, s); in ieee754dp_msubf() 243 zm = zm + rm; in ieee754dp_msubf() 245 if (zm >> (DP_FBITS + 1 + 3)) { /* carry out */ in ieee754dp_msubf() 246 zm = XDPSRS1(zm); in ieee754dp_msubf() [all …]
|
D | dp_maddf.c | 36 u64 zm; int ze; int zs __maybe_unused; int zc; in ieee754dp_maddf() local 40 EXPLODEDP(z, zc, zs, ze, zm) in ieee754dp_maddf() 44 FLUSHDP(z, zc, zs, ze, zm); in ieee754dp_maddf() 53 DPDNORMx(zm, ze); in ieee754dp_maddf() 209 assert(zm & DP_HIDDEN_BIT); in ieee754dp_maddf() 214 zm <<= 3; in ieee754dp_maddf() 228 zm = XDPSRS(zm, s); in ieee754dp_maddf() 239 zm = zm + rm; in ieee754dp_maddf() 241 if (zm >> (DP_FBITS + 1 + 3)) { /* carry out */ in ieee754dp_maddf() 242 zm = XDPSRS1(zm); in ieee754dp_maddf() [all …]
|
D | sp_maddf.c | 35 u32 zm; int ze; int zs __maybe_unused; int zc; in ieee754sp_maddf() local 39 EXPLODESP(z, zc, zs, ze, zm) in ieee754sp_maddf() 43 FLUSHSP(z, zc, zs, ze, zm); in ieee754sp_maddf() 52 SPDNORMx(zm, ze); in ieee754sp_maddf() 202 assert(zm & SP_HIDDEN_BIT); in ieee754sp_maddf() 207 zm <<= 3; in ieee754sp_maddf() 230 zm = zm + rm; in ieee754sp_maddf() 232 if (zm >> (SP_FBITS + 1 + 3)) { /* carry out */ in ieee754sp_maddf() 236 if (zm >= rm) { in ieee754sp_maddf() 237 zm = zm - rm; in ieee754sp_maddf() [all …]
|
D | sp_msubf.c | 35 u32 zm; int ze; int zs __maybe_unused; int zc; in ieee754sp_msubf() local 39 EXPLODESP(z, zc, zs, ze, zm) in ieee754sp_msubf() 43 FLUSHSP(z, zc, zs, ze, zm); in ieee754sp_msubf() 52 SPDNORMx(zm, ze); in ieee754sp_msubf() 205 assert(zm & SP_HIDDEN_BIT); in ieee754sp_msubf() 210 zm <<= 3; in ieee754sp_msubf() 233 zm = zm + rm; in ieee754sp_msubf() 235 if (zm >> (SP_FBITS + 1 + 3)) { /* carry out */ in ieee754sp_msubf() 239 if (zm >= rm) { in ieee754sp_msubf() 240 zm = zm - rm; in ieee754sp_msubf() [all …]
|
/linux-4.4.14/sound/soc/codecs/ |
D | wmfw.h | 45 __le32 zm; member 52 __le32 zm; member 73 __be32 zm; member 80 __be32 zm; member 93 __be32 zm; member 99 __be32 zm; member
|
D | wm_adsp.c | 1131 le32_to_cpu(adsp1_sizes->zm)); in wm_adsp_load() 1144 le32_to_cpu(adsp2_sizes->zm)); in wm_adsp_load() 1390 adsp1_id.fw.id, adsp1_id.zm); in wm_adsp1_setup_algs() 1413 be32_to_cpu(adsp1_alg[i].zm)); in wm_adsp1_setup_algs() 1437 adsp1_alg[i].zm); in wm_adsp1_setup_algs() 1444 len = be32_to_cpu(adsp1_alg[i + 1].zm); in wm_adsp1_setup_algs() 1445 len -= be32_to_cpu(adsp1_alg[i].zm); in wm_adsp1_setup_algs() 1504 adsp2_id.fw.id, adsp2_id.zm); in wm_adsp2_setup_algs() 1524 be32_to_cpu(adsp2_alg[i].zm)); in wm_adsp2_setup_algs() 1568 adsp2_alg[i].zm); in wm_adsp2_setup_algs() [all …]
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | intel-mid-touch.c | 195 u16 xm, ym, zm; in mrstouch_nec_adc_read() local 229 err = mrstouch_ts_chan_read(tsdev->asr, MRST_TS_CHAN10, z, &zm); in mrstouch_nec_adc_read()
|