/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 …]
|
D | jfdctflt.c | 64 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; variable 104 z4 = ((FAST_FLOAT)1.306562965) * tmp12 + z5; /* c2+c6 */ 112 dataptr[1] = z11 + z4; 113 dataptr[7] = z11 - z4; 154 z4 = ((FAST_FLOAT)1.306562965) * tmp12 + z5; /* c2+c6 */ 162 dataptr[DCTSIZE * 1] = z11 + z4; 163 dataptr[DCTSIZE * 7] = z11 - z4;
|
D | jfdctfst.c | 121 DCTELEM z1, z2, z3, z4, z5, z11, z13; variable 162 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ 170 dataptr[1] = z11 + z4; 171 dataptr[7] = z11 - z4; 212 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ 220 dataptr[DCTSIZE * 1] = z11 + z4; 221 dataptr[DCTSIZE * 7] = z11 - z4;
|
/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/swiftshader/third_party/llvm-7.0/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 | 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 | 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 | 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 | 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 | bic.s | 110 movprfx z4.d, p7/z, z6.d 116 bic z4.d, p7/m, z4.d, z31.d 122 movprfx z4, z6 128 bic z4.d, p7/m, z4.d, z31.d
|
D | and.s | 116 movprfx z4.d, p7/z, z6.d 122 and z4.d, p7/m, z4.d, z31.d 128 movprfx z4, z6 134 and z4.d, p7/m, z4.d, z31.d
|
D | orr.s | 118 movprfx z4.d, p7/z, z6.d 124 orr z4.d, p7/m, z4.d, z31.d 130 movprfx z4, z6 136 orr z4.d, p7/m, z4.d, z31.d
|
D | eor.s | 116 movprfx z4.b, p7/z, z6.b 122 eor z4.b, p7/m, z4.b, z31.b 128 movprfx z4, z6 134 eor z4.b, p7/m, z4.b, z31.b
|
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 | 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 | 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
|
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 | 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 | frintn.s | 32 movprfx z4.d, p7/z, z6.d 38 frintn z4.d, p7/m, z31.d 44 movprfx z4, z6 50 frintn z4.d, p7/m, z31.d
|
D | frintz.s | 32 movprfx z4.d, p7/z, z6.d 38 frintz z4.d, p7/m, z31.d 44 movprfx z4, z6 50 frintz z4.d, p7/m, z31.d
|
D | frintp.s | 32 movprfx z4.d, p7/z, z6.d 38 frintp z4.d, p7/m, z31.d 44 movprfx z4, z6 50 frintp z4.d, p7/m, z31.d
|