HomeSort by relevance Sort by last modified time
    Searched refs:sm2 (Results 1 - 25 of 28) sorted by null

1 2

  /external/libcxx/test/std/re/re.submatch/re.submatch.members/
compare_sub_match.pass.cpp 25 SM sm2 = SM(); local
26 assert(sm.compare(sm2) == 0);
31 assert(sm.compare(sm2) > 0);
32 sm2.first = s;
33 sm2.second = s + 3;
34 sm2.matched = true;
35 assert(sm.compare(sm2) == 0);
41 SM sm2 = SM(); local
42 assert(sm.compare(sm2) == 0);
47 assert(sm.compare(sm2) > 0)
    [all...]
compare_string_type.pass.cpp 26 SM sm2 = SM(); local
40 SM sm2 = SM(); local
compare_value_type_ptr.pass.cpp 25 SM sm2 = SM(); local
38 SM sm2 = SM(); local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/
compare_sub_match.pass.cpp 25 SM sm2 = SM(); local
26 assert(sm.compare(sm2) == 0);
31 assert(sm.compare(sm2) > 0);
32 sm2.first = s;
33 sm2.second = s + 3;
34 sm2.matched = true;
35 assert(sm.compare(sm2) == 0);
41 SM sm2 = SM(); local
42 assert(sm.compare(sm2) == 0);
47 assert(sm.compare(sm2) > 0)
    [all...]
compare_string_type.pass.cpp 26 SM sm2 = SM(); local
40 SM sm2 = SM(); local
compare_value_type_ptr.pass.cpp 25 SM sm2 = SM(); local
38 SM sm2 = SM(); local
  /external/libcxx/test/std/re/re.submatch/re.submatch.op/
compare.pass.cpp 229 sub_match sm2; local
230 sm2.first = y.begin();
231 sm2.second = y.end();
232 sm2.matched = true;
233 assert((sm1 == sm2) == (x == y));
234 assert((sm1 != sm2) == (x != y));
235 assert((sm1 < sm2) == (x < y));
236 assert((sm1 > sm2) == (x > y));
237 assert((sm1 <= sm2) == (x <= y));
238 assert((sm1 >= sm2) == (x >= y))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/
compare.pass.cpp 229 sub_match sm2; local
230 sm2.first = y.begin();
231 sm2.second = y.end();
232 sm2.matched = true;
233 assert((sm1 == sm2) == (x == y));
234 assert((sm1 != sm2) == (x != y));
235 assert((sm1 < sm2) == (x < y));
236 assert((sm1 > sm2) == (x > y));
237 assert((sm1 <= sm2) == (x <= y));
238 assert((sm1 >= sm2) == (x >= y))
    [all...]
  /external/eigen/bench/
sparse_product.cpp 104 EigenSparseMatrix sm1(rows,cols), sm2(rows,cols), sm3(rows,cols), sm4(rows,cols);
110 sm2.setZero();
112 fillMatrix2(nnzPerCol, rows, cols, sm2);
121 eiToDense(sm2, m2);
156 << sm2.nonZeros()/(float(sm2.rows())*float(sm2.cols()))*100 << "%\n";
158 BENCH(sm3 = sm1 * sm2; )
161 // BENCH(sm3 = sm1.transpose() * sm2; )
164 // BENCH(sm3 = sm1.transpose() * sm2.transpose();
    [all...]
sparse_randomsetter.cpp 71 EigenSparseMatrix sm1(rows,cols), sm2(rows,cols);
sparse_trisolver.cpp 99 EigenSparseTriMatrixRow sm2 = sm1; local
105 BENCH(x = sm2.solveTriangular(b);)
115 // BENCH(sm2.inverseProductInPlace(x);)
  /external/eigen/test/
basicstuff.cpp 33 SquareMatrixType sm1 = SquareMatrixType::Random(rows,rows), sm2(rows,rows);
110 sm2.setZero();
112 sm2.col(i) = sm1.row(i);
113 VERIFY_IS_APPROX(sm2,sm1.transpose());
115 sm2.setZero();
117 sm2.col(i).noalias() = sm1.row(i);
118 VERIFY_IS_APPROX(sm2,sm1.transpose());
120 sm2.setZero();
122 sm2.col(i).noalias() += sm1.row(i);
123 VERIFY_IS_APPROX(sm2,sm1.transpose())
    [all...]
sparse_product.cpp 235 SparseMatrixType sm2(20000,2);
236 sm2.setZero();
237 DenseMatrixType m4(sm2*m2);
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
StateMachineTest.java 725 StateMachine2 sm2 = new StateMachine2("sm2"); local
726 sm2.start();
727 if (sm2.isDbg()) tlog("testStateMachine2 E");
729 synchronized (sm2) {
731 sm2.sendMessage(TEST_CMD_1);
732 sm2.sendMessage(TEST_CMD_2);
736 sm2.wait();
742 assertEquals(4, sm2.getLogRecSize());
745 lr = sm2.getLogRec(0)
    [all...]
  /art/compiler/optimizing/
stack_map_test.cc 598 StackMap sm2 = ci.GetStackMapAt(2, encoding); local
599 DexRegisterMap dex_registers2 = ci.GetDexRegisterMapOf(sm2, encoding, number_of_dex_registers);
607 sm2.GetDexRegisterMapOffset(encoding.stack_map_encoding));
609 sm2.GetDexRegisterMapOffset(encoding.stack_map_encoding));
794 StackMap sm2 = ci.GetStackMapAt(2, encoding); local
    [all...]
  /external/tpm2/
tpm_types.h 1126 TPMS_SIG_SCHEME_SM2 sm2; member in union:__anon23437
1202 TPMS_SIG_SCHEME_SM2 sm2; member in union:__anon23441
1345 TPMS_SIGNATURE_SM2 sm2; member in union:__anon23458
    [all...]
tpm_generated.c     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btDiscreteDynamicsWorld.cpp 1056 btScalar sm2 = (predictedTrans.getOrigin()-body->getWorldTransform().getOrigin()).length2();
1058 printf("sm2=%f\n",sm2);
    [all...]
  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_ssse3_intr.c 824 __m128i src_temp1, src_temp2, src_temp3, src_temp4, src_temp5, src_temp6, src_temp7, src_temp8, sm2, sm3; local
828 sm2 = _mm_load_si128((__m128i *)&IHEVCE_SHUFFLEMASKY7[0]);
842 _mm_storel_epi64((__m128i *)(pu1_dst + (0 * dst_strd)), _mm_shuffle_epi8(src_temp1, sm2));
843 _mm_storel_epi64((__m128i *)(pu1_dst + (1 * dst_strd)), _mm_shuffle_epi8(src_temp2, sm2));
844 _mm_storel_epi64((__m128i *)(pu1_dst + (2 * dst_strd)), _mm_shuffle_epi8(src_temp3, sm2));
845 _mm_storel_epi64((__m128i *)(pu1_dst + (3 * dst_strd)), _mm_shuffle_epi8(src_temp4, sm2));
    [all...]
ihevc_intra_pred_filters_ssse3_intr.c 1889 __m128i sm1, sm2, sm3; local
    [all...]
  /external/valgrind/helgrind/
libhb_core.c 6790 SecMap *sm2 = shmem__find_SecMap (a + len - 1); local
    [all...]
  /system/tpm/trunks/
tpm_generated.h 1307 TPMS_SCHEME_SM2 sm2; member in union:trunks::TPMU_SIG_SCHEME
1360 TPMS_SCHEME_SM2 sm2; member in union:trunks::TPMU_ASYM_SCHEME
1446 TPMS_SIGNATURE_ECDSA sm2; member in union:trunks::TPMU_SIGNATURE
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/resources/
soundmanager2-jsmin.js 17 opus:{type:["audio/ogg; codecs\x3dopus","audio/opus"],required:!1},wav:{type:['audio/wav; codecs\x3d"1"',"audio/wav","audio/wave","audio/x-wav"],required:!1}};this.movieID="sm2-container";this.id=wa||"sm2movie";this.debugID="soundmanager-debug";this.debugURLParam=/([#?&])debug=1/i;this.versionNumber="V2.97a.20130512";this.altURL=this.movieURL=this.version=null;this.enabled=this.swfLoaded=!1;this.oMC=null;this.sounds={};this.soundIDs=[];this.didFlashBlock=this.muted=!1;this.filePattern=null;this.filePatterns=
20 tb=t.match(/webkit/i),ua=t.match(/safari/i)&&!t.match(/chrome/i),Oa=t.match(/opera/i),ub=t.match(/firefox/i),Pa=t.match(/(mobile|pre\/|xoom)/i)||ca||lb,Qa=!U.match(/usehtml5audio/i)&&!U.match(/sm2\-ignorebadua/i)&&ua&&!t.match(/silk/i)&&t.match(/OS X 10_6_([3-7])/i),da=h.console!==g&&console.log!==g,Ra=m.hasFocus!==g?m.hasFocus():null,va=ua&&(m.hasFocus===g||!m.hasFocus()),mb=!va,nb=/(mp3|mp4|mpa|m4a|m4b)/i,ea=m.location?m.location.protocol.match(/http/i):null,ob=!ea?"http://":"",pb=/^\s*audio\/(?:x-)?(?:mpeg4|aac|flv|mov|mp4||m4v|m4a|m4b|mp4v|3gp|3g2)\s*(?:$|;)/i,
33 "sm2-alt");d=d===g?0:parseInt(d,10);a.appendChild(m.createTextNode(b));d&&(2<=d&&(a.style.fontWeight="bold"),3===d&&(a.style.color="#ff3333"));e.insertBefore(a,e.firstChild);return!0};-1!==U.indexOf("sm2-debug\x3dalert")&&(this._writeDebug=function(c){h.alert(c)});this._wD=this._writeDebug;this._debug=function(){var b,d;p("currentObj",1);b=0;for(d=c.soundIDs.length;b<d;b++)c.sounds[c.soundIDs[b]]._debug()};this.reboot=function(b,d){c.soundIDs.length&&c._wD("Destroying "+c.soundIDs.length+" SMSound object"+
75 checkSWF:"See SWF output for more debug info.",localFail:"soundManager: Non-HTTP page ("+m.location.protocol+" URL?) Review Flash player security settings for this special case:\nhttp://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html\nMay need to add/allow path, eg. c:/sm2/ or /users/me/sm2/",waitFocus:"soundManager: Special case: Waiting for SWF to load with window focus...",waitForever:"soundManager: Waiting indefinitely for Flash (will recover if unblocked)...",
    [all...]
soundmanager2-nodebug-jsmin.js 16 wav:{type:['audio/wav; codecs\x3d"1"',"audio/wav","audio/wave","audio/x-wav"],required:!1}};this.movieID="sm2-container";this.id=la||"sm2movie";this.debugID="soundmanager-debug";this.debugURLParam=/([#?&])debug=1/i;this.versionNumber="V2.97a.20130512";this.altURL=this.movieURL=this.version=null;this.enabled=this.swfLoaded=!1;this.oMC=null;this.sounds={};this.soundIDs=[];this.didFlashBlock=this.muted=!1;this.filePattern=null;this.filePatterns={flash8:/\.mp3(\?.*)?$/i,flash9:/\.mp3(\?.*)?$/i};this.features=
18 B,ia,Ya=0,U=p.match(/(ipad|iphone|ipod)/i),Za=p.match(/android/i),C=p.match(/msie/i),gb=p.match(/webkit/i),ja=p.match(/safari/i)&&!p.match(/chrome/i),Ea=p.match(/opera/i),hb=p.match(/firefox/i),Fa=p.match(/(mobile|pre\/|xoom)/i)||U||Za,$a=!La.match(/usehtml5audio/i)&&!La.match(/sm2\-ignorebadua/i)&&ja&&!p.match(/silk/i)&&p.match(/OS X 10_6_([3-7])/i),Ga=n.hasFocus!==h?n.hasFocus():null,ka=ja&&(n.hasFocus===h||!n.hasFocus()),ab=!ka,bb=/(mp3|mp4|mpa|m4a|m4b)/i,Ha=n.location?n.location.protocol.match(/http/i):
74 va())if(c.oMC=X(c.movieID)||n.createElement("div"),c.oMC.id)q=c.oMC.className,c.oMC.className=(q?q+" ":"movieContainer")+(k?" "+k:""),c.oMC.appendChild(a),C&&(m=c.oMC.appendChild(n.createElement("div")),m.className="sm2-object-box",m.innerHTML=r),M=!0;else{c.oMC.id=c.movieID;c.oMC.className="movieContainer "+k;m=k=null;c.useFlashBlock||(c.useHighPerformance?k={position:"fixed",width:"8px",height:"8px",bottom:"0px",left:"0px",overflow:"hidden"}:(k={position:"absolute",width:"6px",height:"6px",top:"-9999px",
75 left:"-9999px"},l&&(k.left=Math.abs(parseInt(k.left,10))+"px")));gb&&(c.oMC.style.zIndex=1E4);if(!c.debugFlash)for(q in k)k.hasOwnProperty(q)&&(c.oMC.style[q]=k[q]);try{C||c.oMC.appendChild(a),g.appendChild(c.oMC),C&&(m=c.oMC.appendChild(n.createElement("div")),m.className="sm2-object-box",m.innerHTML=r),M=!0}catch(s){throw Error(Q("domError")+" \n"+s.toString());}}return L=!0};$=function(){if(c.html5Only)return aa(),!1;if(k||!c.url)return!1;k=c.getMovie(c.id);k||(P?(C?c.oMC.innerHTML=ya:c.oMC.appendChild(P),
    [all...]
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/html/war/
soundmanager2-jsmin.js 17 opus:{type:["audio/ogg; codecs\x3dopus","audio/opus"],required:!1},wav:{type:['audio/wav; codecs\x3d"1"',"audio/wav","audio/wave","audio/x-wav"],required:!1}};this.movieID="sm2-container";this.id=wa||"sm2movie";this.debugID="soundmanager-debug";this.debugURLParam=/([#?&])debug=1/i;this.versionNumber="V2.97a.20130512";this.altURL=this.movieURL=this.version=null;this.enabled=this.swfLoaded=!1;this.oMC=null;this.sounds={};this.soundIDs=[];this.didFlashBlock=this.muted=!1;this.filePattern=null;this.filePatterns=
20 tb=t.match(/webkit/i),ua=t.match(/safari/i)&&!t.match(/chrome/i),Oa=t.match(/opera/i),ub=t.match(/firefox/i),Pa=t.match(/(mobile|pre\/|xoom)/i)||ca||lb,Qa=!U.match(/usehtml5audio/i)&&!U.match(/sm2\-ignorebadua/i)&&ua&&!t.match(/silk/i)&&t.match(/OS X 10_6_([3-7])/i),da=h.console!==g&&console.log!==g,Ra=m.hasFocus!==g?m.hasFocus():null,va=ua&&(m.hasFocus===g||!m.hasFocus()),mb=!va,nb=/(mp3|mp4|mpa|m4a|m4b)/i,ea=m.location?m.location.protocol.match(/http/i):null,ob=!ea?"http://":"",pb=/^\s*audio\/(?:x-)?(?:mpeg4|aac|flv|mov|mp4||m4v|m4a|m4b|mp4v|3gp|3g2)\s*(?:$|;)/i,
33 "sm2-alt");d=d===g?0:parseInt(d,10);a.appendChild(m.createTextNode(b));d&&(2<=d&&(a.style.fontWeight="bold"),3===d&&(a.style.color="#ff3333"));e.insertBefore(a,e.firstChild);return!0};-1!==U.indexOf("sm2-debug\x3dalert")&&(this._writeDebug=function(c){h.alert(c)});this._wD=this._writeDebug;this._debug=function(){var b,d;p("currentObj",1);b=0;for(d=c.soundIDs.length;b<d;b++)c.sounds[c.soundIDs[b]]._debug()};this.reboot=function(b,d){c.soundIDs.length&&c._wD("Destroying "+c.soundIDs.length+" SMSound object"+
75 checkSWF:"See SWF output for more debug info.",localFail:"soundManager: Non-HTTP page ("+m.location.protocol+" URL?) Review Flash player security settings for this special case:\nhttp://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html\nMay need to add/allow path, eg. c:/sm2/ or /users/me/sm2/",waitFocus:"soundManager: Special case: Waiting for SWF to load with window focus...",waitForever:"soundManager: Waiting indefinitely for Flash (will recover if unblocked)...",
    [all...]

Completed in 522 milliseconds

1 2