HomeSort by relevance Sort by last modified time
    Searched refs:k2 (Results 151 - 175 of 247) sorted by null

1 2 3 4 5 67 8 910

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py3_test_grammar.py 279 def pos2key2(p1, p2, *, k1, k2=100): return p1,p2,k1,k2
281 pos2key2(1, 2, k1=100, k2=200)
282 pos2key2(1, 2, k2=100, k1=200)
283 def pos2key2dict(p1, p2, *, k1=100, k2, **kwarg): return p1,p2,k1,k2,kwarg
284 pos2key2dict(1,2,k2=100,tokwarg1=100,tokwarg2=200)
285 pos2key2dict(1,2,tokwarg1=100,tokwarg2=200, k2=100)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py3_test_grammar.py 279 def pos2key2(p1, p2, *, k1, k2=100): return p1,p2,k1,k2
281 pos2key2(1, 2, k1=100, k2=200)
282 pos2key2(1, 2, k2=100, k1=200)
283 def pos2key2dict(p1, p2, *, k1=100, k2, **kwarg): return p1,p2,k1,k2,kwarg
284 pos2key2dict(1,2,k2=100,tokwarg1=100,tokwarg2=200)
285 pos2key2dict(1,2,tokwarg1=100,tokwarg2=200, k2=100)
  /external/llvm/include/llvm/ADT/
Hashing.h 170 static const uint64_t k2 = 0x9ae16a3b2f90404fULL; member in namespace:llvm::hashing::detail
202 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
219 uint64_t c = fetch64(s + len - 8) * k2;
244 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
245 return shift_mix((seed ^ (r * k0)) + vs) * k2;
260 return k2 ^ seed;
  /external/aac/libSBRenc/src/
nf_est.cpp 521 INT k2,kx;
526 k2=freqBandTable[nSfb];
538 ratio = fDivNorm(k2, kx, &ratio_e);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
jsdifflib.js 261 k2 = block[2];
263 k1 += k2;
268 k1 = k2;
  /external/chromium_org/v8/src/
hydrogen-bce.cc 271 BoundsCheckKey* k2 = static_cast<BoundsCheckKey*>(key2); local
272 return k1->IndexBase() == k2->IndexBase() && k1->Length() == k2->Length();
  /external/opencv/ml/src/
mlknearest.cpp 153 int i, j, count = end - start, k1 = 0, k2 = 0, d = var_count; local
194 for( ii1 = k2 - 1; ii1 > ii; ii1-- )
206 k2 = MIN( k1, k-1 );
  /external/webrtc/src/modules/audio_processing/utility/
fft4g.c 1004 int j, k1, k2; local
1048 k2 = 2 * k1;
1051 wk1r = w[k2];
1052 wk1i = w[k2 + 1];
1077 wk1r = w[k2 + 2];
1078 wk1i = w[k2 + 3];
1109 int j, j1, j2, j3, k, k1, k2, m, m2; local
1165 k2 = 2 * k1;
1168 wk1r = w[k2]
    [all...]
  /frameworks/native/services/sensorservice/
Fusion.cpp 412 const float k2 = cosf(hlwedT); local
414 const mat33_t O33(crossMatrix(-psi, k2));
419 O[3].xyz = psi; O[3].w = k2;
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 52 // - Focal length, principal point X, principal point Y, k1, k2, k3, p1, p2
167 // BUNDLE_RADIAL actually implies bundling of k1 and k2 coefficients only,
458 const T &k2,
473 T r_coeff = (T(1) + k1*r2 + k2*r4 + k3*r6);
502 const T& k2 = intrinsics[OFFSET_K2]; local
528 k1, k2, k3,
563 APPEND_BUNDLING_INTRINSICS("k2", BUNDLE_RADIAL_K2);
589 APPEND_DISTORTION_COEFFICIENT("k2", OFFSET_K2);
  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 100 k2, k3, jlast, ln, dense, nzmax, mindeg = 0, nvi, nvj, nvk, mark, wnvi, local
228 for(k2 = 1; k2 <= ln; k2++)
  /external/clang/test/SemaCXX/
cxx1y-deduced-return-type.cpp 128 int k2 = fwd_decl<char>(); member in namespace:Templates
293 int k2 = ((V&)w).f(); member in namespace:Virtual
constant-expression-cxx1y.cpp 40 int k2 = k * k; local
41 int k3 = k2 * k;
42 return 3 * k3 + 5 * k2 + n * k - 20;
191 constexpr int do_stuff(int k1, int k2) {
194 return arr[k2];
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 114 * @param k2 The XSLT name of the enumerated value.
115 * @param v2 An integer representation of k2.
118 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2)
130 m_enums.put(k2, v2);
145 * @param k2 The XSLT name of the enumerated value.
146 * @param v2 An integer representation of k2.
151 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3)
163 m_enums.put(k2, v2);
178 * @param k2 The XSLT name of the enumerated value.
179 * @param v2 An integer representation of k2
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
kseed.c 188 #define F(L1, L2, R1, R2, K1, K2) \
189 T2 = G((R1 ^ K1) ^ (R2 ^ K2)); \
205 ulong32 tmp, k1, k2, k3, k4; local
217 LOAD32H(k2, key+4);
223 skey->kseed.K[2*i+1] = G(k2 - k4 + KCi[i]);
230 k1 = ((k1 >> 8) | (k2 << 24)) & 0xFFFFFFFF;
231 k2 = ((k2 >> 8) | (tmp << 24)) & 0xFFFFFFFF;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 1981 int j, k0, k1, k2, k3; local
    [all...]
  /external/dropbear/
common-kex.c 228 unsigned char k2[SHA1_HASH_SIZE]; /* used to extending */ local
238 sha1_done(&hs2, k2);
239 memcpy(&out[SHA1_HASH_SIZE], k2, outlen - SHA1_HASH_SIZE);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1981 int j, k0, k1, k2, k3; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
postproc.c 166 unsigned char k1, k2, k3; local
168 k2 = (p_below2 + p_below1 + 1) >> 1;
169 k3 = (k1 + k2 + 1) >> 1;
192 unsigned char k1, k2, k3; local
194 k2 = (p_src[col + 2] + p_src[col + 1] + 1) >> 1;
195 k3 = (k1 + k2 + 1) >> 1;
    [all...]
  /external/tcpdump/
print-eigrp.c 112 u_int8_t k2; member in struct:eigrp_tlv_general_parm_t
305 printf("\n\t holdtime: %us, k1 %u, k2 %u, k3 %u, k4 %u, k5 %u",
308 tlv_ptr.eigrp_tlv_general_parm->k2,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 423 String k2 = entry2.getKey().toString(); local
430 return String.CASE_INSENSITIVE_ORDER.compare(k1, k2);
  /external/clang/test/FixIt/
fixit.cpp 193 int k2, // expected-error {{expected ';' at end of declaration}} member in struct:MoreAccidentalCommas
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 157 int k2 = sizeof(short{S2(S2())}); // expected-error {{cannot be narrowed}} expected-note {{override}} member in namespace:Unevaluated::PR11851_Comment9
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 517 static const double k2 = (2*CV_PI)/N; local
519 static const double sin_a0 = -0.166630293345647*k2*k2*k2;
520 static const double sin_a2 = k2;
522 static const double cos_a0 = -0.499818138450326*k2*k2;
    [all...]

Completed in 177 milliseconds

1 2 3 4 5 67 8 910