HomeSort by relevance Sort by last modified time
    Searched refs:col4 (Results 1 - 9 of 9) sorted by null

  /external/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc 58 template <bool col1, bool col2, bool col3, bool col4>
66 (col4 ? 1 : 0)) {
71 << col4; local
78 CHECK(col1 || col2 || col3 || col4);
156 if (col4) {
181 if (col4) {
197 state_plus_delta[3] = (col4 ? state[3] + delta[delta_index++] : state[3]);
211 template<bool col1, bool col2, bool col3, bool col4>
224 parameters[3] = (col4 ? parameters[3] : 0.0);
226 PowellEvaluator2<col1, col2, col3, col4> powell_evaluator
    [all...]
  /external/jpeg/
jccolor.c 319 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4)
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/
jccolor.c 412 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4)
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/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 288 RuleBasedCollator *col1, *col2, *col3, *col4; local
343 col4 = new RuleBasedCollator(rule2, status);
349 UnicodeString rule4 = col4->getRules();
352 uint8_t *clonedrule4 = col4->cloneRuleData(length4, status);
365 delete col4;
865 Collator* col4 = col1->clone(); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 248 RuleBasedCollator *col1, *col2, *col3, *col4; local
303 col4 = new RuleBasedCollator(rule2, status);
309 UnicodeString rule4 = col4->getRules();
312 uint8_t *clonedrule4 = col4->cloneRuleData(length4, status);
325 delete col4;
851 Collator* col4 = col1->clone(); local
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/_static/css/
nacl.css 27 .col4 td {width: 25%;}
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
nacl.css 27 .col4 td {width: 25%;}
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 451 UCollator *col1, *col2, *col3, *col4; local
499 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
504 rule4= ucol_getRules(col4, &tempLength);
510 ucol_close(col4);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 436 UCollator *col1, *col2, *col3, *col4; local
483 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
488 rule4= ucol_getRules(col4, &tempLength);
494 ucol_close(col4);
    [all...]

Completed in 122 milliseconds