/external/libjpeg-turbo/ |
D | jidctint.c | 179 JLONG z1, z2, z3, z4, z5; variable 262 z4 = tmp1 + tmp3; 263 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ 272 z4 = MULTIPLY(z4, -FIX_0_390180644); /* sqrt(2) * ( c5-c3) */ 275 z4 += z5; 278 tmp1 += z2 + z4; 280 tmp3 += z1 + z4; 364 z4 = tmp1 + tmp3; 365 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ 374 z4 = MULTIPLY(z4, -FIX_0_390180644); /* sqrt(2) * ( c5-c3) */ [all …]
|
D | jfdctint.c | 147 JLONG z1, z2, z3, z4, z5; variable 193 z4 = tmp5 + tmp7; 194 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ 203 z4 = MULTIPLY(z4, -FIX_0_390180644); /* sqrt(2) * ( c5-c3) */ 206 z4 += z5; 209 dataptr[5] = (DCTELEM)DESCALE(tmp5 + z2 + z4, CONST_BITS - PASS1_BITS); 211 dataptr[1] = (DCTELEM)DESCALE(tmp7 + z1 + z4, CONST_BITS - PASS1_BITS); 260 z4 = tmp5 + tmp7; 261 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ 270 z4 = MULTIPLY(z4, -FIX_0_390180644); /* sqrt(2) * ( c5-c3) */ [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | Well44497b.java | 103 int z4 = z0 ^ (z1 ^ (z1 >>> 20)) ^ z2Second ^ z3; in next() local 106 v[indexRm1] = z4; in next() 112 z4 = z4 ^ ((z4 << 7) & 0x93dd1400); in next() 113 z4 = z4 ^ ((z4 << 15) & 0xfa118000); in next() 115 return z4 >>> (32 - bits); in next()
|
D | Well19937c.java | 98 int z4 = z0 ^ (z1 ^ (z1 << 9)) ^ (z2 ^ (z2 << 21)) ^ (z3 ^ (z3 >>> 21)); in next() local 101 v[indexRm1] = z4; in next() 108 z4 = z4 ^ ((z4 << 7) & 0xe46e1700); in next() 109 z4 = z4 ^ ((z4 << 15) & 0x9b868000); in next() 111 return z4 >>> (32 - bits); in next()
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | combine-shift-imm-chain.ll | 24 %z4 = shl i32 %z3, 4 25 ret i32 %z4 37 %z4 = shl i32 %z3, 10 38 ret i32 %z4 51 %z4 = shl i64 %z3, 10 52 %z5 = shl i64 %z4, 10 78 %z4 = ashr i32 %z3, 4 79 ret i32 %z4 91 %z4 = ashr i32 %z3, 10 92 ret i32 %z4 [all …]
|
/external/llvm-project/llvm/test/MC/AArch64/SVE/ |
D | uabd.s | 38 movprfx z4.d, p7/z, z6.d 44 uabd z4.d, p7/m, z4.d, z31.d 50 movprfx z4, z6 56 uabd z4.d, p7/m, z4.d, z31.d
|
D | sabd.s | 38 movprfx z4.d, p7/z, z6.d 44 sabd z4.d, p7/m, z4.d, z31.d 50 movprfx z4, z6 56 sabd z4.d, p7/m, z4.d, z31.d
|
D | fcadd.s | 50 movprfx z4.d, p7/z, z6.d 56 fcadd z4.d, p7/m, z4.d, z31.d, #270 62 movprfx z4, z6 68 fcadd z4.d, p7/m, z4.d, z31.d, #270
|
D | smin.s | 86 movprfx z4.d, p7/z, z6.d 92 smin z4.d, p7/m, z4.d, z31.d 98 movprfx z4, z6 104 smin z4.d, p7/m, z4.d, z31.d
|
D | smax.s | 86 movprfx z4.d, p7/z, z6.d 92 smax z4.d, p7/m, z4.d, z31.d 98 movprfx z4, z6 104 smax z4.d, p7/m, z4.d, z31.d
|
D | umax.s | 86 movprfx z4.d, p7/z, z6.d 92 umax z4.d, p7/m, z4.d, z31.d 98 movprfx z4, z6 104 umax z4.d, p7/m, z4.d, z31.d
|
D | umin.s | 86 movprfx z4.d, p7/z, z6.d 92 umin z4.d, p7/m, z4.d, z31.d 98 movprfx z4, z6 104 umin z4.d, p7/m, z4.d, z31.d
|
D | bic.s | 132 movprfx z4.d, p7/z, z6.d 138 bic z4.d, p7/m, z4.d, z31.d 144 movprfx z4, z6 150 bic z4.d, p7/m, z4.d, z31.d
|
D | and.s | 138 movprfx z4.d, p7/z, z6.d 144 and z4.d, p7/m, z4.d, z31.d 150 movprfx z4, z6 156 and z4.d, p7/m, z4.d, z31.d
|
D | eor.s | 138 movprfx z4.b, p7/z, z6.b 144 eor z4.b, p7/m, z4.b, z31.b 150 movprfx z4, z6 156 eor z4.b, p7/m, z4.b, z31.b
|
D | sxtw.s | 26 movprfx z4.d, p7/z, z6.d 32 sxtw z4.d, p7/m, z31.d 38 movprfx z4, z6 44 sxtw z4.d, p7/m, z31.d
|
D | uxtw.s | 26 movprfx z4.d, p7/z, z6.d 32 uxtw z4.d, p7/m, z31.d 38 movprfx z4, z6 44 uxtw z4.d, p7/m, z31.d
|
D | frintm.s | 32 movprfx z4.d, p7/z, z6.d 38 frintm z4.d, p7/m, z31.d 44 movprfx z4, z6 50 frintm z4.d, p7/m, z31.d
|
D | fabs.s | 32 movprfx z4.d, p7/z, z6.d 38 fabs z4.d, p7/m, z31.d 44 movprfx z4, z6 50 fabs z4.d, p7/m, z31.d
|
D | frinta.s | 32 movprfx z4.d, p7/z, z6.d 38 frinta z4.d, p7/m, z31.d 44 movprfx z4, z6 50 frinta z4.d, p7/m, z31.d
|
D | frecpx.s | 32 movprfx z4.d, p7/z, z6.d 38 frecpx z4.d, p7/m, z31.d 44 movprfx z4, z6 50 frecpx z4.d, p7/m, z31.d
|
D | frinti.s | 32 movprfx z4.d, p7/z, z6.d 38 frinti z4.d, p7/m, z31.d 44 movprfx z4, z6 50 frinti z4.d, p7/m, z31.d
|
/external/llvm-project/llvm/test/MC/AArch64/SVE2/ |
D | urecpe.s | 20 movprfx z4.s, p7/z, z6.s 26 urecpe z4.s, p7/m, z31.s 32 movprfx z4, z6 38 urecpe z4.s, p7/m, z31.s
|
D | ursqrte.s | 20 movprfx z4.s, p7/z, z6.s 26 ursqrte z4.s, p7/m, z31.s 32 movprfx z4, z6 38 ursqrte z4.s, p7/m, z31.s
|
D | flogb.s | 32 movprfx z4.d, p7/z, z6.d 38 flogb z4.d, p7/m, z31.d 44 movprfx z4, z6 50 flogb z4.d, p7/m, z31.d
|