HomeSort by relevance Sort by last modified time
    Searched refs:sj (Results 1 - 18 of 18) sorted by null

  /external/clang/test/CodeGen/
unsigned-promotion.c 9 unsigned short si, sj, sk; variable
18 // CHECKS: load i16* @sj
25 // CHECKU: [[T1:%.*]] = load i16* @sj
33 si = sj + sk;
40 // CHECKS: load i16* @sj
47 // CHECKU: [[T1:%.*]] = load i16* @sj
55 si = sj - sk;
62 // CHECKS: load i16* @sj
69 // CHECKU: [[T1:%.*]] = load i16* @sj
76 si = sj * sk
    [all...]
  /external/dhcpcd/compat/
arc4random.c 75 uint8_t si, sj; local
80 sj = as->s[as->j];
81 as->s[as->i] = sj;
83 return (as->s[(si + sj) & 0xff]);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 371 int m,sij,si,sj,sL,sk; local
379 si = lowelt; sj = highelt;
380 for (;;) { // partition [si,sj] about median-of-3.
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
387 if ( (this->*comparison)( sij,sj ) > 0 ) {
388 (this->*swap)( sj,sij );
396 sk = si; sL = sj;
410 if ( sL-si > sj-sk ) {
415 sj = stack[--m]
    [all...]
Blend.cpp 854 double sj = jj + rect.top; local
862 double dself = hypotSq(csite->getVCenter().x - si, csite->getVCenter().y - sj);
876 m_AllSites[ce->second].getVCenter().y - sj);
938 double sj = jj + rect.top; local
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Delaunay.cpp 371 int m,sij,si,sj,sL,sk; local
379 si = lowelt; sj = highelt;
380 for (;;) { // partition [si,sj] about median-of-3.
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
387 if ( (this->*comparison)( sij,sj ) > 0 ) {
388 (this->*swap)( sj,sij );
396 sk = si; sL = sj;
410 if ( sL-si > sj-sk ) {
415 sj = stack[--m]
    [all...]
Blend.cpp 854 double sj = jj + rect.top; local
862 double dself = hypotSq(csite->getVCenter().x - si, csite->getVCenter().y - sj);
876 m_AllSites[ce->second].getVCenter().y - sj);
938 double sj = jj + rect.top; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 371 int m,sij,si,sj,sL,sk; local
379 si = lowelt; sj = highelt;
380 for (;;) { // partition [si,sj] about median-of-3.
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
387 if ( (this->*comparison)( sij,sj ) > 0 ) {
388 (this->*swap)( sj,sij );
396 sk = si; sL = sj;
410 if ( sL-si > sj-sk ) {
415 sj = stack[--m]
    [all...]
Blend.cpp 834 double sj = jj + rect.top; local
842 double dself = hypotSq(csite->getVCenter().x - si, csite->getVCenter().y - sj);
856 m_AllSites[ce->second].getVCenter().y - sj);
918 double sj = jj + rect.top; local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
CryptographicallyRandomNumber.cpp 125 uint8_t sj = m_stream.s[m_stream.j]; local
126 m_stream.s[m_stream.i] = sj;
128 return (m_stream.s[(si + sj) & 0xff]);
  /bionic/libc/bionic/
arc4random.c 163 u_int8_t si, sj; local
168 sj = rs.s[rs.j];
169 rs.s[rs.i] = sj;
171 return (rs.s[(si + sj) & 0xff]);
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.nonmodifying/alg.search/
search.pass.cpp 55 const unsigned sj = sizeof(ij)/sizeof(ij[0]); local
58 assert(std::search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk)) == Iter1(ij+6));
  /external/ceres-solver/internal/ceres/
schur_eliminator_impl.h 321 sj = local
334 sj -= f_block *
339 y_block += e_block.transpose() * sj;
378 sj = local
393 += b.transpose() * sj;
  /external/opencv/ml/src/
mlsvm.cpp 1424 int sj = class_ranges[j], cj = class_ranges[j+1] - sj; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 646 milliseconds