HomeSort by relevance Sort by last modified time
    Searched refs:k3 (Results 76 - 100 of 302) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/MC/X86/
intel-syntax-avx512.s 39 // CHECK: vcmppd k2 {k3}, zmm12, zmm26, 171
41 vcmppd k2{k3},zmm12,zmm26,0xab
103 // CHECK: vcmpps k2 {k3}, zmm17, zmm22, 171
105 vcmpps k2{k3},zmm17,zmm22,0xab
328 // CHECK: vmovsd xmm25 {k3}, qword ptr [rcx]
330 vmovsd xmm25 {k3}, qword ptr [rcx]
332 // CHECK: vmovsd xmm25 {k3} {z}, qword ptr [rcx]
334 vmovsd xmm25 {k3} {z}, qword ptr [rcx]
504 // CHECK: vaddsd xmm3 {k3}, xmm17, xmm8
506 vaddsd xmm3 {k3}, xmm17, xmm
    [all...]
x86-64-avx512cd.s 175 // CHECK: vplzcntd %zmm22, %zmm21 {%k3}
177 vplzcntd %zmm22, %zmm21 {%k3}
179 // CHECK: vplzcntd %zmm22, %zmm21 {%k3} {z}
181 vplzcntd %zmm22, %zmm21 {%k3} {z}
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 392 int k3 = sBoxKeys[3]; local
407 b0 = (P[P_04][b0] & 0xff) ^ b0(k3);
408 b1 = (P[P_14][b1] & 0xff) ^ b1(k3);
409 b2 = (P[P_24][b2] & 0xff) ^ b2(k3);
410 b3 = (P[P_34][b3] & 0xff) ^ b3(k3);
532 int k3 = k32[3]; local
544 b0 = (P[P_04][b0] & 0xff) ^ b0(k3);
545 b1 = (P[P_14][b1] & 0xff) ^ b1(k3);
546 b2 = (P[P_24][b2] & 0xff) ^ b2(k3);
547 b3 = (P[P_34][b3] & 0xff) ^ b3(k3);
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableMultimap.java 91 K k1, V v1, K k2, V v2, K k3, V v3) {
92 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3);
99 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
100 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3, k4, v4);
107 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
108 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3, k4, v4, k5, v5);
ImmutableSetMultimap.java 103 K k1, V v1, K k2, V v2, K k3, V v3) {
107 builder.put(k3, v3);
117 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
121 builder.put(k3, v3);
132 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
136 builder.put(k3, v3);
ImmutableSortedMap.java 150 of(K k1, V v1, K k2, V v2, K k3, V v3) {
152 entryOf(k3, v3));
164 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
166 entryOf(k3, v3), entryOf(k4, v4));
178 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
180 entryOf(k3, v3), entryOf(k4, v4), entryOf(k5, v5));
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_sse2.asm 25 pshuflw xmm3, xmm7, 11111111b ;k3
98 pshuflw xmm3, xmm7, 11111111b ;k3
116 movdqa k3, xmm3
158 pmullw xmm3, k3
271 %define k3 [rsp + 16 * 3]
330 %define k3 [rsp + 16 * 3]
442 %define k3 [rsp + 16 * 3]
491 %define k3 [rsp + 16 * 3]
626 %define k3 [rsp + 16 * 3]
701 %define k3 [rsp + 16 * 3
    [all...]
  /external/openssh/regress/unittests/sshkey/
test_sshkey.c 179 struct sshkey *k1, *k2, *k3, *k4, *kr, *kd, *kf; local
462 ASSERT_INT_EQ(sshkey_from_blob(sshbuf_ptr(b), sshbuf_len(b), &k3), 0); local
466 sshkey_free(k3);
530 k3 = get_private("rsa_1");
531 build_cert(b, k2, "ssh-rsa-cert-v01@openssh.com", k3, k1, NULL);
537 sshkey_free(k3);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
ReadAr.s 69 (p4) mov ret0=ar.k3 // ar3
  /external/opencv/cv/src/
cvundistort.cpp 55 float k1 = dist_coeffs[0], k2 = dist_coeffs[1], k3 = dist_coeffs[4]; local
68 float kr = 1 + ((k3*r2 + k2)*r2 + k1)*r2;
193 float u0, v0, fx, fy, ifx, ify, x0, y0, k1, k2, k3, p1, p2; local
233 k1 = k[0]; k2 = k[1]; k3 = k[4];
247 double kr = 1 + ((k3*r2 + k2)*r2 + k1)*r2;
277 double fx, fy, u0, v0, k1, k2, k3, p1, p2; local
342 k1 = k[0]; k2 = k[1]; k3 = k[4];
358 double kr = 1 + ((k3*r2 + k2)*r2 + k1)*r2;
  /external/fmtlib/test/gmock/
gmock.h     [all...]
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 271 int k3 = n[a]; local
  /external/clang/test/Modules/
cxx-templates.cpp 193 cls<int*> *k3; // ok local
  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 99 k2, k3, jlast, ln, dense, nzmax, mindeg = 0, nvi, nvj, nvk, mark, wnvi,
210 for(k3 = 0; k3 < len[j]-1; k3++) Ci[q++] = Ci[p++];
  /external/libvpx/libvpx/vpx_dsp/arm/
deblock_neon.c 25 const uint8x8_t k3 = vrhadd_u8(k1, k2); local
26 return vrhadd_u8(k3, v0);
58 const uint8x16_t k3 = vrhaddq_u8(k1, k2); local
59 return vrhaddq_u8(k3, v0);
  /external/mesa3d/src/mesa/program/
prog_noise.c 527 unsigned int i3, j3, k3, l3; /* The integer offsets for the fourth simplex corner */ local
554 k3 = simplex[c][2] >= 1 ? 1 : 0;
568 z3 = z0 - k3 + 3.0f * G4;
621 grad4(perm[ii + i3 + perm[jj + j3 + perm[kk + k3 + perm[ll + l3]]]],
  /external/skia/tools/viewer/sk_app/
Window.h 73 k3, member in class:sk_app::Window::Key
  /prebuilts/go/darwin-x86/src/context/
context_test.go 325 var k3 = key2(3) // same type as k2, different int var
335 if v, ok := c.Value(k3).(string); ok == (len(v3) == 0) || v != v3 {
336 t.Errorf(`%s.Value(k3).(string) = %q, %t want %q, %t`, nm, v, ok, v3, len(v3) != 0)
353 c3 := WithValue(c2, k3, "c3k3")
371 o4 := WithValue(o3, k3, nil)
  /prebuilts/go/linux-x86/src/context/
context_test.go 325 var k3 = key2(3) // same type as k2, different int var
335 if v, ok := c.Value(k3).(string); ok == (len(v3) == 0) || v != v3 {
336 t.Errorf(`%s.Value(k3).(string) = %q, %t want %q, %t`, nm, v, ok, v3, len(v3) != 0)
353 c3 := WithValue(c2, k3, "c3k3")
371 o4 := WithValue(o3, k3, nil)
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsImpl.h 1162 Scalar k1, k2, k3, k4, k5, k6, k7, k8, k26update; local
    [all...]
  /external/llvm/include/llvm/ADT/
Hashing.h 165 static const uint64_t k3 = 0xc949d7c7509e6557ULL; member in namespace:llvm::hashing::detail
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
216 a + rotate(b ^ k3, 20) - c + len + seed);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Hashing.h 165 static const uint64_t k3 = 0xc949d7c7509e6557ULL; member in namespace:llvm::hashing::detail
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
216 a + rotate(b ^ k3, 20) - c + len + seed);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 165 static const uint64_t k3 = 0xc949d7c7509e6557ULL; member in namespace:llvm::hashing::detail
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
216 a + rotate(b ^ k3, 20) - c + len + seed);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 165 static const uint64_t k3 = 0xc949d7c7509e6557ULL; member in namespace:llvm::hashing::detail
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
216 a + rotate(b ^ k3, 20) - c + len + seed);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 165 static const uint64_t k3 = 0xc949d7c7509e6557ULL; member in namespace:llvm::hashing::detail
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
216 a + rotate(b ^ k3, 20) - c + len + seed);

Completed in 629 milliseconds

1 2 34 5 6 7 8 91011>>