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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/SemaCXX/
typedef-redecl.cpp 61 int k2 = k; variable
using-directive.cpp 48 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'A::K2'}}
51 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'K2'}}
57 struct K2 *k2; // expected-error{{reference to 'K2' is ambiguous}} variable in typeref:struct:K2
59 K2 *k3; // expected-error{{reference to 'K2' is ambiguous}}
67 struct K2;
    [all...]
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
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 174 double k1,k2; local
177 k2=db_sqr(H[6])+db_sqr(H[7]);
178 if(k1>=k2)
184 return(db_SafeSqrt(db_SafeDivision(1.0-db_sqr(H[8]),k2)));
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 174 double k1,k2; local
177 k2=db_sqr(H[6])+db_sqr(H[7]);
178 if(k1>=k2)
184 return(db_SafeSqrt(db_SafeDivision(1.0-db_sqr(H[8]),k2)));
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 531 NodeSortKey k2 = (NodeSortKey) m_keys.elementAt(1); local
533 XObject r2 = k2.m_selectPat.execute(m_execContext, node,
534 k2.m_namespaceContext);
536 if (k2.m_treatAsNumbers) {
540 m_key2Value = k2.m_col.getCollationKey(r2.str());
  /external/srec/srec/cfront/
sp_fft.c 427 unsigned k1, k2, k3; local
433 k2 = k1 + quarterLength;
434 k3 = k2 + quarterLength;
438 r2 = data[k2];
442 i2 = data[k2+1];
468 data[k2] = r2;
469 data[k2+1] = -i2;
475 complex_multiplier(cc1, -ss1, r2, -i2, data + k2, data + k2 + 1);
  /external/tremolo/Tremolo/
floor1.c 84 int k2=mid; local
86 while(k1<mid && k2<end){
87 if(vals[A[k1]]<vals[A[k2]])
90 B[j++]=A[k2++];
93 while(k2<end) B[j++]=A[k2++];
  /frameworks/base/core/java/android/widget/
TimePickerClockDelegate.java     [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 812 int k2 = KeyEvent.KEYCODE_2;
825 Node minuteFirstDigit = new Node(k0, k1, k2, k3, k4, k5);
826 Node minuteSecondDigit = new Node(k0, k1, k2, k3, k4, k5, k6, k7, k8, k9)
    [all...]
  /external/chromium_org/third_party/smhasher/src/
City.cpp 95 static const uint64 k2 = 0x9ae16a3b2f90404fULL; variable
136 return ShiftMix(y * k2 ^ z * k3) * k2;
138 return k2;
146 uint64 c = Fetch64(s + len - 8) * k2;
196 uint64 r = ShiftMix((vf + ws) * k2 + (wf + vs) * k0);
197 return ShiftMix(r * k0 + vs) * k2;
239 return CityHash64WithSeeds(s, len, k2, seed);
  /external/clang/test/CXX/special/class.inhctor/
p2.cpp 80 char k2 = 'x'; member in struct:ConstexprEval2
87 static_assert(ce.k2 == 'x', "");
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedMap.java 117 of(K k1, V v1, K k2, V v2) {
119 .put(k1, v1).put(k2, v2).build();
130 of(K k1, V v1, K k2, V v2, K k3, V v3) {
132 .put(k1, v1).put(k2, v2).put(k3, v3).build();
143 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
145 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).build();
156 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
158 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).put(k5, v5).build();
  /external/openfst/src/include/fst/
sparse-tuple-weight.h 279 const K& k2 = (w2_it.Done()) ? w1_it.Value().first : w2_it.Value().first; local
282 if (k1 == k2) {
286 } else if (k1 < k2) {
290 ret->Push(k2, operator_mapper.Map(k2, v1_def, v2));
307 const K& k2 = (w2_it.Done()) ? w1_it.Value().first : w2_it.Value().first; local
310 if (k1 == k2) {
314 } else if (k1 < k2) {
  /external/llvm/test/MC/X86/
avx512-encodings.s 176 // CHECK: vdivps %zmm28, %zmm23, %zmm23 {%k2}
178 vdivps %zmm28, %zmm23, %zmm23 {%k2}
180 // CHECK: vdivps %zmm28, %zmm23, %zmm23 {%k2} {z}
182 vdivps %zmm28, %zmm23, %zmm23 {%k2} {z}
628 // CHECK: vpabsd (%rcx){1to16}, %zmm15 {%k2}
630 vpabsd (%rcx){1to16}, %zmm15 {%k2}
632 // CHECK: vpabsd (%rcx){1to16}, %zmm15 {%k2} {z}
634 vpabsd (%rcx){1to16}, %zmm15 {%k2} {z}
708 // CHECK: vpaddd (%rcx), %zmm5, %zmm26 {%k2}
710 vpaddd (%rcx), %zmm5, %zmm26 {%k2}
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
fttrigon.c 83 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; local
93 k2 = (FT_UInt32)( FT_TRIG_SCALE & 0xFFFFL ); /* constant */
96 lo1 = k1 * v2 + k2 * v1; /* can't overflow */
98 lo2 = ( k2 * v2 ) >> 16;
  /external/freetype/src/base/
fttrigon.c 83 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; local
93 k2 = (FT_UInt32)( FT_TRIG_SCALE & 0xFFFFL ); /* constant */
96 lo1 = k1 * v2 + k2 * v1; /* can't overflow */
98 lo2 = ( k2 * v2 ) >> 16;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
fttrigon.c 83 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; local
93 k2 = (FT_UInt32)( FT_TRIG_SCALE & 0xFFFFL ); /* constant */
96 lo1 = k1 * v2 + k2 * v1; /* can't overflow */
98 lo2 = ( k2 * v2 ) >> 16;
  /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/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 536 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
543 // * PPB: The integer <code>k2</code> where <code>x<sup>m</sup> +
544 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
547 // private int k2;
552 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
562 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
564 // * @param k2 The integer <code>k2</code> where <code>x<sup>m</sup> +
565 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
568 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code
    [all...]
  /external/jemalloc/src/
ckh.c 536 ckh_string_keycomp(const void *k1, const void *k2)
540 assert(k2 != NULL);
542 return (strcmp((char *)k1, (char *)k2) ? false : true);
559 ckh_pointer_keycomp(const void *k1, const void *k2)
562 return ((k1 == k2) ? true : false);
  /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/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/chromium_org/net/http/
http_auth_handler_ntlm_portable.cc 267 uint8 k1[8], k2[8]; local
269 DESMakeKey(reinterpret_cast<const uint8*>(passbuf.data()) + 7, k2);
274 DESEncrypt(k2, LM_MAGIC, hash + 8);
314 uint8 keybytes[21], k1[8], k2[8], k3[8]; local
320 DESMakeKey(keybytes + 7, k2);
324 DESEncrypt(k2, challenge, response + 8);

Completed in 1152 milliseconds

1 2 3 4 56 7 8 91011>>