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

1 2

  /external/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc 58 template <bool col1, bool col2, bool col3, bool col4>
64 (col2 ? 1 : 0) +
69 << col2 << " "
78 CHECK(col1 || col2 || col3 || col4);
140 if (col2) {
172 if (col2) {
195 state_plus_delta[1] = (col2 ? state[1] + delta[delta_index++] : state[1]);
211 template<bool col1, bool col2, bool col3, bool col4>
222 parameters[1] = (col2 ? parameters[1] : 0.0);
226 PowellEvaluator2<col1, col2, col3, col4> powell_evaluator
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js 58 function(b,e,f,m,r){if(f===undefined)f=0;parseInt(b.m_vertexCount);var s=b.m_vertices;b=b.m_normals;var v=parseInt(m.m_vertexCount),t=m.m_vertices,x,C;x=e.R;C=b[f];b=x.col1.x*C.x+x.col2.x*C.y;m=x.col1.y*C.x+x.col2.y*C.y;x=r.R;var J=x.col1.x*b+x.col1.y*m;x=x.col2.x*b+x.col2.y*m;for(var T=0,P=Number.MAX_VALUE,X=0;X<v;++X){C=t[X];C=C.x*J+C.y*x;if(C<P){P=C;T=X}}C=s[f];x=e.R;f=e.position.x+(x.col1.x*C.x+x.col2.x*C.y);e=e.position.y+(x.col1.y*C.x+x.col2.y*C.y);C=t[T];x=r.R;s=r.position.x+(x.col1.x*C.x+
59 x.col2.x*C.y);r=r.position.y+(x.col1.y*C.x+x.col2.y*C.y);s-=f;r-=e;return s*b+r*m};M.FindMaxSeparation=function(b,e,f,m,r){var s=parseInt(e.m_vertexCount),v=e.m_normals,t,x;x=r.R;t=m.m_centroid;var C=r.position.x+(x.col1.x*t.x+x.col2.x*t.y),J=r.position.y+(x.col1.y*t.x+x.col2.y*t.y);x=f.R;t=e.m_centroid;C-=f.position.x+(x.col1.x*t.x+x.col2.x*t.y);J-=f.position.y+(x.col1.y* (…)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 63 .col2 {
66 body.rtl .col1, body.rtl .col2 {
72 body.rtl .col2 {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 95 col2 = 'Species'
100 {col0: pickle.dumps(8, 1), col1: 'no', col2: 'Penguin'},
101 {col0: pickle.dumps(-1, 1), col1: 'no', col2: 'Turkey'},
102 {col0: pickle.dumps(9, 1), col1: 'yes', col2: 'SR-71A Blackbird'}
107 col1: 'no', col2: 'Penguin'},
109 col1: 'no', col2: 'Turkey'},
111 col1: 'yes', col2: 'SR-71A Blackbird'}
118 self.tdb.CreateTable(tabname, [col0, col1, col2])
124 values = self.tdb.Select(tabname, [col2],
127 values = self.tdb.Select(tabname, [col2],
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 95 col2 = 'Species'
100 {col0: pickle.dumps(8, 1), col1: 'no', col2: 'Penguin'},
101 {col0: pickle.dumps(-1, 1), col1: 'no', col2: 'Turkey'},
102 {col0: pickle.dumps(9, 1), col1: 'yes', col2: 'SR-71A Blackbird'}
107 col1: 'no', col2: 'Penguin'},
109 col1: 'no', col2: 'Turkey'},
111 col1: 'yes', col2: 'SR-71A Blackbird'}
118 self.tdb.CreateTable(tabname, [col0, col1, col2])
124 values = self.tdb.Select(tabname, [col2],
127 values = self.tdb.Select(tabname, [col2],
    [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 80 Spec col2 = spec(1, START); local
106 layout.addView(c, new GridLayout.LayoutParams(row3, col2));
117 layout.addView(c, new GridLayout.LayoutParams(row4, col2));
BiDiTestGridLayoutCodeRtl.java 80 Spec col2 = spec(1, START); local
106 layout.addView(c, new GridLayout.LayoutParams(row3, col2));
117 layout.addView(c, new GridLayout.LayoutParams(row4, col2));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 101 col1, col2 = row["a"], row["b"]
103 self.assertTrue(col2 == 2, "by name: wrong result for column 'a'")
105 col1, col2 = row["A"], row["B"]
107 self.assertTrue(col2 == 2, "by name: wrong result for column 'B'")
109 col1, col2 = row[0], row[1]
111 self.assertTrue(col2 == 2, "by index: wrong result for column 1")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 101 col1, col2 = row["a"], row["b"]
103 self.assertTrue(col2 == 2, "by name: wrong result for column 'a'")
105 col1, col2 = row["A"], row["B"]
107 self.assertTrue(col2 == 2, "by name: wrong result for column 'B'")
109 col1, col2 = row[0], row[1]
111 self.assertTrue(col2 == 2, "by index: wrong result for column 1")
  /external/opencv/cvaux/src/
cvtexture.cpp 316 int col2, row2; local
318 col2 = colLoop + steps[stepLoop*2 + 1];
320 if( col2>=0 && row2>=0 && col2<srcImageSize.width && row2<srcImageSize.height )
cvlmeds.cpp 345 int row1, row2, col1, col2; local
354 col2 = (x == 2 ? 1 : 2);
356 value = M[row1 * 3 + col1] * M[row2 * 3 + col2] - M[row2 * 3 + col1] * M[row1 * 3 + col2];
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 290 RuleBasedCollator *col1, *col2, *col3, *col4; local
306 col2 = new RuleBasedCollator(ruleset2, status);
338 UnicodeString rule2 = col2->getRules();
365 delete col2;
488 Collator *col2 = 0; local
490 col2 = Collator::createInstance(dk, success);
507 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" );
508 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
513 delete col2;
849 RuleBasedCollator *col2 = new RuleBasedCollator(ruleset2, success); local
926 Collator *col2 = col1->clone(); local
2153 TestCollator col2; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 248 RuleBasedCollator *col1, *col2, *col3, *col4; local
264 col2 = new RuleBasedCollator(ruleset2, status);
296 UnicodeString rule2 = col2->getRules();
323 delete col2;
446 Collator *col2 = 0; local
448 col2 = Collator::createInstance(dk, success);
465 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" );
466 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
471 delete col2;
833 RuleBasedCollator *col2 = new RuleBasedCollator(ruleset2, success); local
910 Collator *col2 = col1->clone(); local
2234 TestCollator col2; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 122 TreeColumn col2 = new TreeColumn(tree, SWT.LEFT); local
123 col2.setText(TREE_PROPERTIES[1]);
124 col2.setWidth(200);
  /external/opencv/cvaux/include/
cvmat.hpp 533 CvMAT colrange( int col1, int col2 ) const;
638 CvMAT colrange( int col1, int col2 ) const;
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jiss2fst-64.asm 143 pshufd xmm5,xmm0,0xAA ; xmm5=col2=(02 02 02 02 02 02 02 02)
298 punpcklqdq xmm5,xmm3 ; xmm5=col2=(02 12 22 32 42 52 62 72)
330 ; xmm6=col0, xmm5=col2, xmm1=col4, xmm3=col6
jiss2fst.asm 149 pshufd xmm5,xmm0,0xAA ; xmm5=col2=(02 02 02 02 02 02 02 02)
305 punpcklqdq xmm5,xmm3 ; xmm5=col2=(02 12 22 32 42 52 62 72)
337 ; xmm6=col0, xmm5=col2, xmm1=col4, xmm3=col6
jiss2red-64.asm 164 pshufd xmm0,xmm0,0xFA ; xmm0=[col2 col3]=(02 02 02 02 03 03 03 03)
298 punpckhdq xmm0,xmm2 ; xmm0=[col2 col3]=(02 12 22 32 03 13 23 33)
jiss2red.asm 170 pshufd xmm0,xmm0,0xFA ; xmm0=[col2 col3]=(02 02 02 02 03 03 03 03)
305 punpckhdq xmm0,xmm2 ; xmm0=[col2 col3]=(02 12 22 32 03 13 23 33)
jiss2int-64.asm 158 pshufd xmm1,xmm5,0xAA ; xmm1=col2=(02 02 02 02 02 02 02 02)
487 punpcklqdq xmm1,xmm2 ; xmm1=col2=(02 12 22 32 42 52 62 72)
522 ; xmm7=col0, xmm1=col2, xmm0=col4, xmm2=col6
jiss2int.asm 164 pshufd xmm1,xmm5,0xAA ; xmm1=col2=(02 02 02 02 02 02 02 02)
494 punpcklqdq xmm1,xmm2 ; xmm1=col2=(02 12 22 32 42 52 62 72)
529 ; xmm7=col0, xmm1=col2, xmm0=col4, xmm2=col6
jfss2int-64.asm 367 movdqa xmm0, XMMWORD [wk(4)] ; xmm0=col2
jfss2int.asm 375 movdqa xmm0, XMMWORD [wk(4)] ; xmm0=col2
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 433 UCollator *col1, *col2, *col3, *col4; local
455 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
474 rule2 = ucol_getRules(col2, &tempLength);
490 ucol_close(col2);
504 col2 = ucol_open("en_US", &status);
510 iter2 = ucol_openElements(col2, teststr, 3, &status);
533 ucol_close(col2);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 436 UCollator *col1, *col2, *col3, *col4; local
457 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
476 rule2 = ucol_getRules(col2, &tempLength);
492 ucol_close(col2);
506 col2 = ucol_open("en_US", &status);
512 iter2 = ucol_openElements(col2, teststr, 3, &status);
535 ucol_close(col2);
    [all...]

Completed in 962 milliseconds

1 2