HomeSort by relevance Sort by last modified time
    Searched defs:k2 (Results 51 - 75 of 168) sorted by null

1 23 4 5 6 7

  /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/chromium_org/media/base/
sinc_resampler.cc 258 const float* const k2 = k1 + kKernelSize; local
260 // Ensure |k1|, |k2| are 16-byte aligned for SIMD usage. Should always be
263 DCHECK_EQ(0u, reinterpret_cast<uintptr_t>(k2) & 0x0F);
272 input_ptr, k1, k2, kernel_interpolation_factor);
312 const float* k2,
322 sum2 += *input_ptr++ * *k2++;
332 const float* k2,
344 m_sums2 = _mm_add_ps(m_sums2, _mm_mul_ps(m_input, _mm_load_ps(k2 + i)));
350 m_sums2 = _mm_add_ps(m_sums2, _mm_mul_ps(m_input, _mm_load_ps(k2 + i)));
369 const float* k2,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
SincResampler.cpp 241 float* k2 = k1 + m_kernelSize; local
259 sum2 += input * *k2; \
261 ++k2;
284 bool k2Aligned = !(reinterpret_cast<uintptr_t>(k2) & 0x0F);
289 mK2 = _mm_##l2##_ps(k2);
298 k2 += 4;
305 } else if (!k1Aligned && k2Aligned) { // only k2 aligned
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComposite.cpp 43 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4)
47 , m_k2(k2)
53 PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4)
55 return adoptRef(new FEComposite(filter, type, k1, k2, k3, k4));
84 float FEComposite::k2() const function in class:WebCore::FEComposite
89 bool FEComposite::setK2(float k2)
91 if (m_k2 == k2)
93 m_k2 = k2;
133 float k1, float k2, float k3, float k4)
145 float result = k2 * i1 + k3 * i2
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
thcoll.cpp 169 CollationKey k1, k2; local
171 coll->getCollationKey(word, k2, status);
177 msg.append("key2: ").append(prettify(k2, str));
288 CollationKey k1, k2;
290 c.getCollationKey(s2, k2, status);
296 errln((UnicodeString)" key2: " + prettify(k2, t2) );
301 CollationKey k1, k2;
303 c.getCollationKey(s2, k2, status);
309 result = k1.compareTo(k2);
317 errln((UnicodeString)" " + prettify(k1, t1) + " vs. " + prettify(k2, t2))
    [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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
fft.c 74 int16_t k0, k1, k2, k3, k4, kk; local
100 k2 = k1 + 60;
101 k3 = k2 + 60;
103 akpQx = RexQx[k0] + RexQx[k2];
104 akmQx = RexQx[k0] - RexQx[k2];
107 bkpQx = ImxQx[k0] + ImxQx[k2];
108 bkmQx = ImxQx[k0] - ImxQx[k2];
142 // RexQ16[k2] = ajpQ16 * ccc2Q14 - bjpQ16 * sss2Q14;
145 // ImxQ16[k2] = ajpQ16 * sss2Q14 + bjpQ16 * ccc2Q14;
150 RexQx[k2] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(ccc2Q14, ajpQx, 14)
    [all...]
  /external/chromium_org/third_party/webrtc/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...]
  /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/clang/test/SemaTemplate/
constexpr-instantiate.cpp 157 int k2 = sizeof(short{S2(S2())}); // expected-error {{cannot be narrowed}} expected-note {{insert an explicit cast to silence this issue}} member in namespace:Unevaluated::PR11851_Comment9
  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 96 k2, k3, jlast, ln, dense, nzmax, mindeg = 0, nvi, nvj, nvk, mark, wnvi, local
224 for(k2 = 1; k2 <= ln; k2++)
  /external/icu/icu4c/source/test/intltest/
thcoll.cpp 169 CollationKey k1, k2; local
171 coll->getCollationKey(word, k2, status);
177 msg.append("key2: ").append(prettify(k2, str));
288 CollationKey k1, k2;
290 c.getCollationKey(s2, k2, status);
296 errln((UnicodeString)" key2: " + prettify(k2, t2) );
301 CollationKey k1, k2;
303 c.getCollationKey(s2, k2, status);
309 result = k1.compareTo(k2);
317 errln((UnicodeString)" " + prettify(k1, t1) + " vs. " + prettify(k2, t2))
    [all...]
  /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++];
  /external/valgrind/main/perf/
ffbench.c 174 int ibit, idim, k1, k2, n, nprev, nrem, ntot; local
219 k2 = k1 + ifp1;
220 tempr = wr * data[k2] - wi * data[k2 + 1];
221 tempi = wr * data[k2 + 1] + wi * data[k2];
222 data[k2] = data[k1] - tempr;
223 data[k2 + 1] = data[k1 + 1] - tempi;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
fft.c 74 WebRtc_Word16 k0, k1, k2, k3, k4, kk; local
100 k2 = k1 + 60;
101 k3 = k2 + 60;
103 akpQx = RexQx[k0] + RexQx[k2];
104 akmQx = RexQx[k0] - RexQx[k2];
107 bkpQx = ImxQx[k0] + ImxQx[k2];
108 bkmQx = ImxQx[k0] - ImxQx[k2];
142 // RexQ16[k2] = ajpQ16 * ccc2Q14 - bjpQ16 * sss2Q14;
145 // ImxQ16[k2] = ajpQ16 * sss2Q14 + bjpQ16 * ccc2Q14;
150 RexQx[k2] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(ccc2Q14, ajpQx, 14)
    [all...]
  /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;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 329 int k2=0; local
389 wp[k2]=wp[ind2];
390 wp[k2+1]=wp[ind2+1];
391 wp[k2+2]=wp[ind2+2];
392 wp[k2+3]=wp[ind2+3];
394 k2=k2+4;
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_metrics.h 329 int k2=0; local
389 wp[k2]=wp[ind2];
390 wp[k2+1]=wp[ind2+1];
391 wp[k2+2]=wp[ind2+2];
392 wp[k2+3]=wp[ind2+3];
394 k2=k2+4;
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/chromium_org/third_party/skia/src/effects/
SkArithmeticMode.cpp 25 static SkArithmeticMode_scalar* Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
27 return SkNEW_ARGS(SkArithmeticMode_scalar, (k1, k2, k3, k4, enforcePMColor));
41 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) {
43 fK[1] = k2;
80 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
83 SkScalarMul(k2, src) +
101 SkScalar k2 = fK[1]; local
120 a = arith(k1, k2, k3, k4, sa, da);
121 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
122 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc))
283 float k2() const { return fK2; } function in class:GrArithmeticEffect
420 float k2 = rand->nextF(); local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
440 k2 = kk + kspan;
441 ak = Re [k2];
442 bk = Im [k2];
443 Re [k2] = Re [kk] - ak;
444 Im [k2] = Im [kk] - bk;
447 kk = k2 + kspan;
459 k2 = kk + kspan;
460 ak = Re [kk] - Re [k2];
461 bk = Im [kk] - Im [k2];
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_rdft.c 225 const int k2 = 2 * k1; local
230 wk1r = rdft_w[k2 + 0];
231 wk1i = rdft_w[k2 + 1];
234 wk1r = rdft_w[k2 + 2];
235 wk1i = rdft_w[k2 + 3];
239 rdft_wk1r[k2 + 0] = rdft_w[k2 + 0];
240 rdft_wk1r[k2 + 1] = rdft_w[k2 + 0];
241 rdft_wk1r[k2 + 2] = rdft_w[k2 + 2]
286 int j, k1, k2; local
392 int j0, j1, j2, j3, k, k1, k2, m2; local
578 int j1, j2, k1, k2; local
599 int j1, j2, k1, k2; local
    [all...]
  /external/chromium_org/v8/src/
hydrogen-bce.cc 297 BoundsCheckKey* k2 = static_cast<BoundsCheckKey*>(key2); local
298 return k1->IndexBase() == k2->IndexBase() && k1->Length() == k2->Length();

Completed in 2808 milliseconds

1 23 4 5 6 7