HomeSort by relevance Sort by last modified time
    Searched refs:sj (Results 1 - 24 of 24) 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...]
  /development/perftests/panorama/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 836 double sj = jj + rect.top; local
844 double dself = hypotSq(csite->getVCenter().x - si, csite->getVCenter().y - sj);
858 m_AllSites[ce->second].getVCenter().y - sj);
920 double sj = jj + rect.top; local
967 MosaicToFrame(inv_trs, si, sj, xx, yy);
    [all...]
  /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/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/chromium_org/third_party/WebKit/Source/wtf/
CryptographicallyRandomNumber.cpp 128 uint8_t sj = m_stream.s[m_stream.j]; local
129 m_stream.s[m_stream.i] = sj;
131 return (m_stream.s[(si + sj) & 0xff]);
  /external/libcxx/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));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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 335 FixedArray<double, 8> sj(row.block.size);
337 typename EigenTypes<kRowBlockSize>::VectorRef(sj.get(), row.block.size) =
349 sj.get());
354 sj.get(),
390 typename EigenTypes<kRowBlockSize>::Vector sj = local
396 inverse_ete_g, sj.data());
406 sj.data(), rhs + lhs_row_layout_[block]);
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 449 const int sj = mmin(j + bsize, img1->d_w) - j; local
451 for (l = 0; match && l < sj; ++l) {
475 const int sj = mmin(j + bsizex, c_w - j); local
477 for (l = 0; match && l < sj; ++l) {
500 const int sj = mmin(j + bsizex, c_w - j); local
502 for (l = 0; match && l < sj; ++l) {
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 486 const int sj = mmin(j + bsize, img1->d_w) - j; local
488 for (l = 0; match && l < sj; ++l) {
512 const int sj = mmin(j + bsizex, c_w - j); local
514 for (l = 0; match && l < sj; ++l) {
537 const int sj = mmin(j + bsizex, c_w - j); local
539 for (l = 0; match && l < sj; ++l) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 486 const int sj = mmin(j + bsize, img1->d_w) - j; local
488 for (l = 0; match && l < sj; ++l) {
512 const int sj = mmin(j + bsizex, c_w - j); local
514 for (l = 0; match && l < sj; ++l) {
537 const int sj = mmin(j + bsizex, c_w - j); local
539 for (l = 0; match && l < sj; ++l) {
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 1424 int sj = class_ranges[j], cj = class_ranges[j+1] - sj; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
voice.rtpdump     [all...]
h264-svc-99-640x360.rtpdump 393 0}$?????????u|?V??????2???`-?JF??0sj???`?)??7????V??u?/>?????p?Z?GC?t???8??!?f3V;%??rH?u?/?.?}??J?v??]~@lD?u?mw‘?-?I|r???Wvd?(?????;?~????????z4???ca??L? ?;?????dd?.c?????VXu5QV?/E?_w??bL??_????!{nF???? ?T????W? ??n=????O$???G??Q ? ?? {,????f? U?????P?v?P d? ?2.cI??p2? h??X? U?.D?Q?o8? (??F??^??frG?o?%?:?j?r??WE
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 914 milliseconds