HomeSort by relevance Sort by last modified time
    Searched refs:k2 (Results 126 - 150 of 375) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_posix.cc 61 thread_key k2 = thread_key(key, &mtx, 43, &cnt); local
64 EXPECT_EQ(pthread_create(&th[1], 0, dtors_thread, &k2), 0);
  /external/guava/guava/src/com/google/common/collect/
ImmutableMultimap.java 83 public static <K, V> ImmutableMultimap<K, V> of(K k1, V v1, K k2, V v2) {
84 return ImmutableListMultimap.of(k1, v1, k2, v2);
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 90 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1, K k2, V v2) {
93 builder.put(k2, v2);
103 K k1, V v1, K k2, V v2, K k3, V v3) {
106 builder.put(k2, v2);
117 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
120 builder.put(k2, v2);
132 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
135 builder.put(k2, v2);
ImmutableSortedMap.java 137 of(K k1, V v1, K k2, V v2) {
138 return fromEntries(Ordering.natural(), false, 2, entryOf(k1, v1), entryOf(k2, v2));
150 of(K k1, V v1, K k2, V v2, K k3, V v3) {
151 return fromEntries(Ordering.natural(), false, 3, entryOf(k1, v1), entryOf(k2, v2),
164 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
165 return fromEntries(Ordering.natural(), false, 4, entryOf(k1, v1), entryOf(k2, v2),
178 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
179 return fromEntries(Ordering.natural(), false, 5, entryOf(k1, v1), entryOf(k2, v2),
  /external/gmock/include/gmock/
gmock-generated-actions.h 391 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::type is the
398 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::Select(args)
399 // returns the selected fields (k1, k2, ..., k_n) of args as a tuple.
405 // The numbers in list k1, k2, ..., k_n must be >= 0, where n can be
409 template <typename Result, typename ArgumentTuple, int k1, int k2, int k3,
414 GMOCK_FIELD_(ArgumentTuple, k2), GMOCK_FIELD_(ArgumentTuple, k3),
422 return SelectedArgs(get<k1>(args), get<k2>(args), get<k3>(args),
452 template <typename Result, typename ArgumentTuple, int k1, int k2>
454 k1, k2, -1, -1, -1, -1, -1, -1, -1, -1> {
457 GMOCK_FIELD_(ArgumentTuple, k2));
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h 391 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::type is the
398 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::Select(args)
399 // returns the selected fields (k1, k2, ..., k_n) of args as a tuple.
405 // The numbers in list k1, k2, ..., k_n must be >= 0, where n can be
409 template <typename Result, typename ArgumentTuple, int k1, int k2, int k3,
414 GMOCK_FIELD_(ArgumentTuple, k2), GMOCK_FIELD_(ArgumentTuple, k3),
422 return SelectedArgs(get<k1>(args), get<k2>(args), get<k3>(args),
452 template <typename Result, typename ArgumentTuple, int k1, int k2>
454 k1, k2, -1, -1, -1, -1, -1, -1, -1, -1> {
457 GMOCK_FIELD_(ArgumentTuple, k2));
    [all...]
  /external/v8/test/mjsunit/
global-infinity-strict.js 114 function k2() { return (1/0); } function
115 test((1/0), k2);
global-infinity.js 105 function k2() { return (1/0); } function
106 test((1/0), k2);
global-nan-strict.js 114 function k2() { return (0/0); } function
115 test((0/0), k2);
global-nan.js 105 function k2() { return (0/0); } function
106 test((0/0), k2);
  /external/clang/test/Parser/
cxx-ambig-init-templ.cpp 9 int k2 = a < b, c < d > ::val, e2;
25 int k2 = b < a < c, d > ::val,
147 int k2 = T1<0, operator>, operator,, operator,>::val, l2;
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 76 int k2 = 'x'_using; member in namespace:Using
91 int k2 = 123_ambig2; // expected-error {{call to 'operator""_ambig2' is ambiguous}} member in namespace:AmbiguousRawTemplate
136 int k2 = 123_y; // expected-error {{no matching literal operator for call to 'operator""_y'}} member in namespace:Namespace
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationThaiTest.java 176 CollationKey k1, k2; local
178 k2 = coll.getCollationKey(word);
179 msg += "key1: " + CollationTest.prettify(k1) + "\n" + "key2: " + CollationTest.prettify(k2);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationThaiTest.java 172 CollationKey k1, k2; local
174 k2 = coll.getCollationKey(word);
175 msg += "key1: " + CollationTest.prettify(k1) + "\n" + "key2: " + CollationTest.prettify(k2);
  /external/jemalloc/src/
ckh.c 541 ckh_string_keycomp(const void *k1, const void *k2)
545 assert(k2 != NULL);
547 return (strcmp((char *)k1, (char *)k2) ? false : true);
564 ckh_pointer_keycomp(const void *k1, const void *k2)
567 return ((k1 == k2) ? true : false);
  /external/llvm/test/MC/X86/
x86-64-avx512f_vl.s 275 // CHECK: vbroadcastss (%rcx), %xmm21 {%k2}
277 vbroadcastss (%rcx), %xmm21 {%k2}
279 // CHECK: vbroadcastss (%rcx), %xmm21 {%k2} {z}
281 vbroadcastss (%rcx), %xmm21 {%k2} {z}
339 // CHECK: vbroadcastss %xmm24, %xmm24 {%k2}
341 vbroadcastss %xmm24, %xmm24 {%k2}
343 // CHECK: vbroadcastss %xmm24, %xmm24 {%k2} {z}
345 vbroadcastss %xmm24, %xmm24 {%k2} {z}
475 // CHECK: vdivps %xmm26, %xmm24, %xmm17 {%k2}
477 vdivps %xmm26, %xmm24, %xmm17 {%k2}
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 163 for(Index k2=0; k2<depth; k2+=kc)
165 const Index actual_kc = (std::min)(k2+kc,depth)-k2;
171 pack_rhs(blockB, &rhs(k2,0), rhsStride, actual_kc, cols);
182 pack_lhs(blockA, &lhs(i2,k2), lhsStride, actual_kc, actual_mc);
GeneralMatrixMatrixTriangular.h 87 for(Index k2=0; k2<depth; k2+=kc)
89 const Index actual_kc = (std::min)(k2+kc,depth)-k2;
92 pack_rhs(blockB, &rhs(k2,0), rhsStride, actual_kc, size);
98 pack_lhs(blockA, &lhs(i2, k2), lhsStride, actual_kc, actual_mc);
  /external/llvm/include/llvm/ADT/
Hashing.h 165 static const uint64_t k2 = 0x9ae16a3b2f90404fULL; member in namespace:llvm::hashing::detail
197 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
214 uint64_t c = fetch64(s + len - 8) * k2;
239 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
240 return shift_mix((seed ^ (r * k0)) + vs) * k2;
255 return k2 ^ seed;
  /external/opencv3/modules/ts/src/
ts.cpp 621 double k1 = r*delta/100., k2 = 1-k1; local
626 s = s * k1 + color * k2;
633 s = s * k1 + color * k2;
642 double k1 = c*delta/100., k2 = 1-k1; local
645 s = s * k1 + color * k2;
650 double k1 = c*delta/100., k2 = 1-k1; local
653 s = s * k1 + color * k2;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 391 int k2 = sBoxKeys[2]; local
413 b0 = (P[P_03][b0] & 0xff) ^ b0(k2);
414 b1 = (P[P_13][b1] & 0xff) ^ b1(k2);
415 b2 = (P[P_23][b2] & 0xff) ^ b2(k2);
416 b3 = (P[P_33][b3] & 0xff) ^ b3(k2);
531 int k2 = k32[2]; local
549 b0 = (P[P_03][b0] & 0xff) ^ b0(k2);
550 b1 = (P[P_13][b1] & 0xff) ^ b1(k2);
551 b2 = (P[P_23][b2] & 0xff) ^ b2(k2);
552 b3 = (P[P_33][b3] & 0xff) ^ b3(k2);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_sse2.asm 24 pshuflw xmm2, xmm7, 10101010b ;k2
97 pshuflw xmm2, xmm7, 10101010b ;k2
115 movdqa k2, xmm2
156 pmullw xmm2, k2
270 %define k2 [rsp + 16 * 2]
329 %define k2 [rsp + 16 * 2]
441 %define k2 [rsp + 16 * 2]
490 %define k2 [rsp + 16 * 2]
625 %define k2 [rsp + 16 * 2]
700 %define k2 [rsp + 16 * 2
    [all...]
  /external/opencv3/modules/calib3d/test/
test_cameracalibration_artificial.cpp 143 double k1 = distCoeffs(0, 0), k2 = distCoeffs(0, 1), k3 = distCoeffs(0, 4); local
152 bool fail = checkErr(k1_e, k1, eps, dlt) || checkErr(k2_e, k2, eps, dlt) || checkErr(k3_e, k3, eps_k3, dlt_k3) ||
160 ts->printf( cvtest::TS::LOG, "%d) DistCoeff exp=(%.2f, %.2f, %.4f, %.4f %.2f)\n", r, k1, k2, p1, p2, k3);
162 ts->printf( cvtest::TS::LOG, "%d) AbsError = [%.5f %.5f %.5f %.5f %.5f]\n", r, fabs(k1-k1_e), fabs(k2-k2_e), fabs(p1-p1_e), fabs(p2-p2_e), fabs(k3-k3_e));
395 double k2 = (double)rng/5; local
402 distCoeffs << k1, k2, p1, p2, k3; local
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_subpixel_8t_sse2.asm 24 pshuflw xmm2, xmm7, 10101010b ;k2
97 pshuflw xmm2, xmm7, 10101010b ;k2
115 movdqa k2, xmm2
156 pmullw xmm2, k2
270 %define k2 [rsp + 16 * 2]
329 %define k2 [rsp + 16 * 2]
441 %define k2 [rsp + 16 * 2]
490 %define k2 [rsp + 16 * 2]
625 %define k2 [rsp + 16 * 2]
700 %define k2 [rsp + 16 * 2
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dynobj.h 653 operator()(const Key& k1, const Key& k2) const
654 { return k1.first == k2.first && k1.second == k2.second; }

Completed in 2291 milliseconds

1 2 3 4 56 7 8 91011>>