Home
last modified time | relevance | path

Searched refs:col2 (Results 1 – 12 of 12) sorted by relevance

/external/ceres-solver/internal/ceres/
Dtrust_region_minimizer_test.cc58 template <bool col1, bool col2, bool col3, bool col4>
64 (col2 ? 1 : 0) + in PowellEvaluator2()
69 << col2 << " " in PowellEvaluator2()
78 CHECK(col1 || col2 || col3 || col4); in CreateJacobian()
140 if (col2) { in Evaluate()
172 if (col2) { in Evaluate()
195 state_plus_delta[1] = (col2 ? state[1] + delta[delta_index++] : state[1]); in Plus()
211 template<bool col1, bool col2, bool col3, bool col4>
222 parameters[1] = (col2 ? parameters[1] : 0.0); in IsTrustRegionSolveSuccessful()
226 PowellEvaluator2<col1, col2, col3, col4> powell_evaluator; in IsTrustRegionSolveSuccessful()
/external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
DTerrain.frag34 vec4 col2 = texture2D( m_Tex1, coords.xz * m_Tex1Scale );
37 vec4 tex1 = col1 * blending.x + col2 * blending.y + col3 * blending.z;
40 col2 = texture2D( m_Tex2, coords.xz * m_Tex2Scale );
43 vec4 tex2 = col1 * blending.x + col2 * blending.y + col3 * blending.z;
46 col2 = texture2D( m_Tex3, coords.xz * m_Tex3Scale );
49 vec4 tex3 = col1 * blending.x + col2 * blending.y + col3 * blending.z;
DTerrainLighting.frag343 vec4 col2 = texture2D( map, coords.xz * scale);
346 vec4 tex = col1 * blending.x + col2 * blending.y + col3 * blending.z;
/external/guava/guava-tests/test/com/google/common/hash/
DSipHashFunctionTest.java148 byte[] col2 = new byte[] { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, (byte) 0x81 }; in testCollisionsDueToIncorrectSignExtension()
153 SIP_WITH_KEY.hashBytes(col2), in testCollisionsDueToIncorrectSignExtension()
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp235 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
251 col2 = new RuleBasedCollator(ruleset2, status); in TestRuleBasedColl()
283 UnicodeString rule2 = col2->getRules(); in TestRuleBasedColl()
310 delete col2; in TestRuleBasedColl()
433 Collator *col2 = 0; in TestHashCode() local
435 col2 = Collator::createInstance(dk, success); in TestHashCode()
452 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" ); in TestHashCode()
453 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" ); in TestHashCode()
458 delete col2; in TestHashCode()
820 RuleBasedCollator *col2 = new RuleBasedCollator(ruleset2, success); in TestOperators() local
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java387 Collator col2 = null; in TestHashCode() local
390 col2 = Collator.getInstance(dk); in TestHashCode()
406 … doAssert(col1.hashCode() != col2.hashCode(), "Hash test1 result incorrect" ); in TestHashCode()
407 … doAssert(!(col1.hashCode() == col2.hashCode()), "Hash test2 result incorrect" ); in TestHashCode()
536 RuleBasedCollator col1 = null, col2 = null, col3 = null, col4 = null;
551 col2 = new RuleBasedCollator(ruleset2);
584 String rule2 = col2.getRules();
798 Collator col2 = new TestCollator();
799 if (col1.equals(col2)) {
802 if (col1.hashCode() != col2.hashCode()) {
DCollationMiscTest.java1607 RuleBasedCollator col2 = new RuleBasedCollator(rule); in TestLocaleRuleBasedCollators() local
1608 if (!col1.equals(col2)) { in TestLocaleRuleBasedCollators()
/external/opencv/cvaux/src/
Dcvtexture.cpp316 int col2, row2; in icvCreateGLCM_LookupTable_8u_C1R() local
318 col2 = colLoop + steps[stepLoop*2 + 1]; in icvCreateGLCM_LookupTable_8u_C1R()
320 if( col2>=0 && row2>=0 && col2<srcImageSize.width && row2<srcImageSize.height ) in icvCreateGLCM_LookupTable_8u_C1R()
Dcvlmeds.cpp345 int row1, row2, col1, col2; in icvMinor() local
354 col2 = (x == 2 ? 1 : 2); in icvMinor()
356 value = M[row1 * 3 + col1] * M[row2 * 3 + col2] - M[row2 * 3 + col1] * M[row1 * 3 + col2]; in icvMinor()
/external/opencv/cvaux/include/
Dcvmat.hpp533 CvMAT colrange( int col1, int col2 ) const;
638 CvMAT colrange( int col1, int col2 ) const;
1444 inline CvMAT CvMAT::colrange( int col1, int col2 ) const
1446 assert( 0 <= col1 && col1 < col2 && col2 <= width );
1447 return CvMAT( *this, cvRect( col1, 0, col2 - col1, height ));
2092 inline CvMAT _CvMAT_BASE_OP_::colrange( int col1, int col2 ) const
2095 assert( 0 <= col1 && col1 < col2 && col2 <= m.width );
2096 return CvMAT( m, cvRect( col1, 0, col2 - col1, m.height ));
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c448 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
469col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &s… in TestRuleBasedColl()
488 rule2 = ucol_getRules(col2, &tempLength); in TestRuleBasedColl()
504 ucol_close(col2); in TestRuleBasedColl()
518 col2 = ucol_open("en_US", &status); in TestRuleBasedColl()
524 iter2 = ucol_openElements(col2, teststr, 3, &status); in TestRuleBasedColl()
547 ucol_close(col2); in TestRuleBasedColl()
/external/eigen/doc/
DQuickReference.dox332 col2 = mat1 * col1;
345 scalar = col1.adjoint() * col2;
346 scalar = (col1.adjoint() * col2).value();\endcode
350 mat = col1 * col2.transpose();\endcode