Searched defs:k1 (Results 76 - 100 of 168) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DSincResampler.cpp238 float* k1 = m_kernelStorage.data() + offsetIndex * m_kernelSize; local
239 float* k2 = k1 + m_kernelSize;
256 sum1 += input * *k1; \
258 ++k1; \
281 bool k1Aligned = !(reinterpret_cast<uintptr_t>(k1) & 0x0F);
286 mK1 = _mm_##l1##_ps(k1); \
295 k1 += 4; \
308 } else if (k1Aligned && !k2Aligned) { // only k1 aligned
/external/chromium_org/third_party/smhasher/src/
H A DCity.cpp94 static const uint64 k1 = 0xb492b66fbe98f273ULL; variable
144 uint64 a = Fetch64(s) * k1;
217 pair<uint64, uint64> w = WeakHashLen32WithSeeds(s + len - 32, y + k1, x);
218 x = x * k1 + Fetch64(s);
223 x = Rotate(x + y + v.first + Fetch64(s + 8), 37) * k1;
224 y = Rotate(y + v.second + Fetch64(s + 48), 42) * k1;
227 z = Rotate(z + w.first, 33) * k1;
228 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first);
234 return HashLen16(HashLen16(v.first, w.first) + ShiftMix(y) * k1 + z,
256 a = ShiftMix(a * k1) * k
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
437 k1 = kspan + 2;
470 kk = k1 - k2;
479 k1 += inc + inc;
480 kk = (k1 - kspan + 1) / 2 + jc - 1;
493 k1 = kk + kspan;
494 k2 = k1 + kspan;
498 ajp = Re [k1] + Re [k3];
499 ajm = Re [k1] - Re [k3];
502 bjp = Im [k1]
[all...]
/external/chromium_org/v8/test/mjsunit/es6/
H A Dcollections.js1004 var k1 = {key: 1};
1006 oneAndTwo.set(k1, 1);
1043 s2.add(k1);
1048 assertTrue(s.has(k1));
1172 assertTrue(set.has(k1));
1223 m2.set(k1, 'b');
1228 assertEquals('b', m.get(k1));
1362 assertEquals(1, map.get(k1));
/external/clang/test/Parser/
H A Drecovery.cpp45 int k1 = S().h(); // expected-error {{no member named 'h' in 'MissingBrace::S'}} member in struct:MissingBrace::S
/external/clang/test/SemaTemplate/
H A Dconstexpr-instantiate.cpp151 int k1 = sizeof(short{S1(S1())}); member in namespace:Unevaluated::PR11851_Comment9
/external/eigen/Eigen/src/OrderingMethods/
H A DAmd.h95 int d, dk, dext, lemax = 0, e, elenk, eln, i, j, k, k1, local
210 for(k1 = 1; k1 <= elenk + 1; k1++)
212 if(k1 > elenk)
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMultimap.java72 public static <K, V> ImmutableMultimap<K, V> of(K k1, V v1) { argument
73 return ImmutableListMultimap.of(k1, v1);
79 public static <K, V> ImmutableMultimap<K, V> of(K k1, V v1, K k2, V v2) { argument
80 return ImmutableListMultimap.of(k1, v1, k2, v2);
87 K k1, V v1, K k2, V v2, K k3, V v3) {
88 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3);
95 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
96 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3, k4, v4);
103 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
104 return ImmutableListMultimap.of(k1, v
86 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
94 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
102 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
H A DImmutableSortedMap.java104 ImmutableSortedMap<K, V> of(K k1, V v1) { argument
106 ImmutableList.of(entryOf(k1, v1)), Ordering.natural());
117 of(K k1, V v1, K k2, V v2) { argument
119 .put(k1, v1).put(k2, v2).build();
130 of(K k1, V v1, K k2, V v2, K k3, V v3) { argument
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) { argument
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) { argument
158 .put(k1, v
[all...]
/external/opencv/ml/src/
H A Dmlknearest.cpp153 int i, j, count = end - start, k1 = 0, k2 = 0, d = var_count; local
186 for( ii = k1-1; ii >= 0; ii-- )
205 k1 = MIN( k1+1, k );
206 k2 = MIN( k1, k-1 );
212 float CvKNearest::write_results( int k, int k1, int start, int end, argument
219 double inv_scale = 1./k1;
232 for( j = 0; j < k1; j++ )
241 for( j = 0; j < k1; j++ )
244 for( j = k1
317 int i, count, count_scale, blk_count0, blk_count = 0, buf_sz, k1; local
[all...]
/external/openfst/src/include/fst/
H A Dbi-table.h228 bool operator()(I k1, I k2) const { argument
229 if (k1 >= kCurrentKey && k2 >= kCurrentKey) {
230 return (*ht_->hash_equal_)(ht_->Key2Entry(k1), ht_->Key2Entry(k2));
232 return k1 == k2;
437 bool operator()(I k1, I k2) const { argument
438 if (k1 >= kCurrentKey && k2 >= kCurrentKey) {
439 return ht_->Key2Entry(k1) == ht_->Key2Entry(k2);
441 return k1 == k2;
H A Dsparse-tuple-weight.h278 const K& k1 = (w1_it.Done()) ? w2_it.Value().first : w1_it.Value().first; local
282 if (k1 == k2) {
283 ret->Push(k1, operator_mapper.Map(k1, v1, v2));
286 } else if (k1 < k2) {
287 ret->Push(k1, operator_mapper.Map(k1, v1, v2_def));
306 const K& k1 = (w1_it.Done()) ? w2_it.Value().first : w1_it.Value().first; local
310 if (k1 == k2) {
314 } else if (k1 < k
[all...]
/external/tremolo/Tremolo/
H A Dfloor1.c82 int k1=j; local
86 while(k1<mid && k2<end){
87 if(vals[A[k1]]<vals[A[k2]])
88 B[j++]=A[k1++];
92 while(k1<mid) B[j++]=A[k1++];
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
441 k1 = kspan + 2;
474 kk = k1 - k2;
483 k1 += inc + inc;
484 kk = (k1 - kspan + 1) / 2 + jc - 1;
497 k1 = kk + kspan;
498 k2 = k1 + kspan;
502 ajp = Re [k1] + Re [k3];
503 ajm = Re [k1] - Re [k3];
506 bjp = Im [k1]
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_rdft.c47 int j, j1, k, k1, m, m2; local
66 k1 = 2 * k + ip[j];
69 yr = a[k1];
70 yi = a[k1 + 1];
73 a[k1] = xr;
74 a[k1 + 1] = xi;
76 k1 += 2 * m2;
79 yr = a[k1];
80 yi = a[k1 + 1];
83 a[k1]
148 int k1; local
212 int j, k1, k2; local
318 int j0, j1, j2, j3, k, k1, k2, m2; local
504 int j1, j2, k1, k2; local
525 int j1, j2, k1, k2; local
[all...]
/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp248 FIXP_DBL k1, k1_below=0, k1_below2=0; local
553 k1 = FL2FXCONST_DBL(0.0f);
558 k1 = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_SGL(1.0f)*/;
561 k1 = (FIXP_DBL)(MINVAL_DBL+1) /*FL2FXCONST_SGL(-1.0f)*/;
567 k1 = scaleValue(result,scale);
570 k1 = -k1;
578 if (((loBand & 1) == 0) && (k1 < FL2FXCONST_DBL(0.0f))){
589 if (((loBand & 1) == 1) && (k1 > FL2FXCONST_DBL(0.0f))){
601 /* remember k1 value
[all...]
H A Dsbrdec_freq_sca.cpp195 Choose a stop band between k1 and 64 depending on stopFreq (0..13),
292 INT k1; local
306 k1 = 2*k0;
308 num_bands0 = numberOfBands(bpo_div16, k0, k1, 0);
309 num_bands1 = numberOfBands(bpo_div16, k1, k2, hHeaderData->bs_data.alterScale );
317 CalcBands(diff0, k0, k1, num_bands0);
327 CalcBands(diff1, k1, k2, num_bands1);
338 cumSum(k1, diff1, num_bands1, &v_k_master[num_bands0]);
343 k1=k2;
345 num_bands0 = numberOfBands(bpo_div16, k0, k1,
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java112 * @param k1 The XSLT name of the enumerated value.
113 * @param v1 An integer representation of k1.
118 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2)
129 m_enums.put(k1, v1);
143 * @param k1 The XSLT name of the enumerated value.
144 * @param v1 An integer representation of k1.
151 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3)
162 m_enums.put(k1, v1);
176 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * @param k1 The XSLT name of the enumerated value.
177 * @param v1 An integer representation of k1
117 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2) argument
150 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3) argument
185 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3, String k4, int v4) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DTwofishEngine.java390 int k1 = sBoxKeys[1];
420 [(P[P_02][b0] & 0xff) ^ b0(k1)] & 0xff) ^ b0(k0)];
422 [(P[P_12][b1] & 0xff) ^ b1(k1)] & 0xff) ^ b1(k0)];
424 [(P[P_22][b2] & 0xff) ^ b2(k1)] & 0xff) ^ b2(k0)];
426 [(P[P_32][b3] & 0xff) ^ b3(k1)] & 0xff) ^ b3(k0)];
530 int k1 = k32[1];
555 gMDS0[(P[P_01][(P[P_02][b0]&0xff)^b0(k1)]&0xff)^b0(k0)] ^
556 gMDS1[(P[P_11][(P[P_12][b1]&0xff)^b1(k1)]&0xff)^b1(k0)] ^
557 gMDS2[(P[P_21][(P[P_22][b2]&0xff)^b2(k1)]&0xff)^b2(k0)] ^
558 gMDS3[(P[P_31][(P[P_32][b3]&0xff)^b3(k1)]
573 RS_MDS_Encode(int k0, int k1) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java480 * PPB: The integer <code>k1</code> where <code>x<sup>m</sup> +
481 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
484 private int k1; // can't be final - JDK 1.1 field in class:ECCurve.F2m
489 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
497 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
585 * @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
586 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
589 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
592 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</su
601 F2m( int m, int k1, int k2, int k3, BigInteger a, BigInteger b) argument
635 F2m( int m, int k1, int k2, int k3, BigInteger a, BigInteger b, BigInteger n, BigInteger h) argument
683 F2m(int m, int k1, int k2, int k3, ECFieldElement a, ECFieldElement b, BigInteger n, BigInteger h) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c352 int i1, j1, k1; /* Offsets for second corner of simplex in (i,j,k) coords */ local
360 k1 = 0;
368 k1 = 0;
376 k1 = 1;
386 k1 = 1;
394 k1 = 0;
402 k1 = 0;
417 z1 = z0 - k1 + G3;
445 t1 * t1 * grad3(perm[ii + i1 + perm[jj + j1 + perm[kk + k1]]], x1,
525 int i1, j1, k1, l local
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkArithmeticMode.cpp26 static SkArithmeticMode_scalar* Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, argument
28 return SkNEW_ARGS(SkArithmeticMode_scalar, (k1, k2, k3, k4, enforcePMColor));
43 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) { argument
44 fK[0] = k1;
77 const SkScalar k1 = buffer.readScalar(); local
82 return Create(k1, k2, k3, k4, enforcePMColor);
94 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, argument
96 SkScalar result = SkScalarMul(k1, src * dst) +
114 SkScalar k1 = fK[0] / 255; local
134 a = arith(k1, k
220 Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) argument
279 Create(float k1, float k2, float k3, float k4, bool enforcePMColor, GrTexture* background) argument
294 float k1() const { return fK1; } function in class:GrArithmeticEffect
317 GrArithmeticEffect(float k1, float k2, float k3, float k4, bool enforcePMColor, GrTexture* background) argument
433 float k1 = rand->nextF(); local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_rdft_neon.c130 const int k1 = 2; local
131 const int k2 = 2 * k1;
253 const int k1 = 32 - j1; local
254 const float wkr = 0.5f - c[k1];
334 const int k1 = 32 - j1; local
335 const float wkr = 0.5f - c[k1];
/external/chromium_org/v8/src/
H A Dhydrogen-bce.cc296 BoundsCheckKey* k1 = static_cast<BoundsCheckKey*>(key1); local
298 return k1->IndexBase() == k2->IndexBase() && k1->Length() == k2->Length();
/external/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp233 int k1 = a[n]; local
250 return k1 + *r1 + k2;
272 const int *k1 = a + n; local
279 return *k1 + *k2;

Completed in 421 milliseconds

1234567