Searched refs:col4 (Results 1 - 5 of 5) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer_test.cc58 template <bool col1, bool col2, bool col3, bool col4>
66 (col4 ? 1 : 0)) {
71 << col4; local
78 CHECK(col1 || col2 || col3 || col4);
155 if (col4) {
174 state_plus_delta[3] = (col4 ? state[3] + delta[delta_index++] : state[3]);
188 template<bool col1, bool col2, bool col3, bool col4>
201 parameters[3] = (col4 ? parameters[3] : 0.0);
203 PowellEvaluator2<col1, col2, col3, col4> powell_evaluator;
/external/jpeg/
H A Djccolor.c319 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4) argument
329 } while (--col4 != 0);
360 int col4 = col >> 2; local
361 if (col4 > 0 && ptr_is_quad(inptr) && ptr_is_quad(outptr0) &&
368 copyquads(in, out0, out1, out2, col4);
372 col4 <<= 2;
373 inptr += col4 * 3; /* we read this 3 times per in copyquads */
374 outptr0 += col4;
375 outptr1 += col4;
376 outptr2 += col4;
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djccolor.c412 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4) argument
422 } while (--col4 != 0);
453 int col4 = col >> 2; local
454 if (col4 > 0 && ptr_is_quad(inptr) && ptr_is_quad(outptr0) &&
461 copyquads(in, out0, out1, out2, col4);
465 col4 <<= 2;
466 inptr += col4 * 3; /* we read this 3 times per in copyquads */
467 outptr0 += col4;
468 outptr1 += col4;
469 outptr2 += col4;
[all...]
/external/icu4c/test/intltest/
H A Dapicoll.cpp297 RuleBasedCollator *col1, *col2, *col3, *col4; local
352 col4 = new RuleBasedCollator(rule2, status);
358 UnicodeString rule4 = col4->getRules();
361 uint8_t *clonedrule4 = col4->cloneRuleData(length4, status);
374 delete col4;
874 Collator* col4 = col1->clone(); local
876 doAssert((*col1 == *col4), "Cloned collation objects not equal");
877 doAssert((*col3 != *col4), "Two different table collations compared equal");
879 doAssert((*col4 != *col5), "Two cloned collations compared equal");
915 delete col4;
[all...]
/external/icu4c/test/cintltst/
H A Dcapitst.c449 UCollator *col1, *col2, *col3, *col4; local
497 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
502 rule4= ucol_getRules(col4, &tempLength);
508 ucol_close(col4);

Completed in 498 milliseconds