HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 576 - 600 of 899) sorted by null

<<21222324252627282930>>

  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
lmpar.h 91 wa1[j] = r.col(j).head(j+1).dot(qtb.head(j+1)) / diag[ipvt[j]];
227 wa1[j] = qr.matrixQR().col(j).head(j+1).dot(qtb.head(j+1)) / diag[qr.colsPermutation().indices()(j)];
  /external/mesa3d/src/glsl/
ast_function.cpp 542 ir_dereference *const col = new(ctx) ir_dereference_array(src, col_index); local
544 col->type = src->type->column_type();
546 return dereference_component(col, r);
1018 unsigned col = local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 452 GLfloat psz[4], col[4], restore_psz, restore_alpha; local
455 _tnl_get_attr(ctx, v0, _TNL_ATTRIB_COLOR0, col);
458 restore_alpha = col[3];
466 col[3] *= dsize * dsize;
472 if (restore_psz != psz[0] || restore_alpha != col[3]) {
474 _tnl_set_attr(ctx, v0, _TNL_ATTRIB_COLOR0, col);
479 col[3] = restore_alpha;
482 _tnl_set_attr(ctx, v0, _TNL_ATTRIB_COLOR0, col);
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactory2Test.java 134 Collection<? extends Certificate> col = certFactory.generateCertificates(dis); local
135 assertNull("Result must be null", col);
  /external/chromium_org/third_party/icu/source/common/
rbbitblb.cpp 1095 int col; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
regcoll.cpp 967 Collator *col = NULL; local
969 col = Collator::createInstance(l, status);
971 if (col == NULL || U_FAILURE(status))
974 delete col;
981 col->getCollationKey("Nombre De Objeto", key, status);
988 delete col;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format_unittest.cc 726 int col) {
728 ExpectFailure(input, message, line, col, proto.get());
732 int col, Message* proto) {
733 ExpectMessage(input, message, line, col, proto, false);
737 int col, Message* proto, bool expected_result) {
742 EXPECT_EQ(SimpleItoa(line) + ":" + SimpleItoa(col) + ": " + message + "\n",
    [all...]
  /external/eigen/blas/
level2_impl.h 246 vector(actual_y+start,len) += (alpha*actual_x[j]) * mat_coeffs.col(j).segment(offset,len);
248 actual_y[j] += alpha * ( mat_coeffs.col(j).segment(offset,len).transpose() * vector(actual_x+start,len) ).value();
250 actual_y[j] += alpha * ( mat_coeffs.col(j).segment(offset,len).adjoint() * vector(actual_x+start,len) ).value();
304 vector(actual_y+start,len) += (alpha*actual_x[j]) * mat_coeffs.col(j).segment(offset,len);
306 actual_y[j] += alpha * ( mat_coeffs.col(j).segment(offset,len).transpose() * vector(actual_x+start,len) ).value();
308 actual_y[j] += alpha * ( mat_coeffs.col(j).segment(offset,len).adjoint() * vector(actual_x+start,len) ).value();
  /external/icu4c/common/
rbbitblb.cpp 1095 int col; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 253 diff.col = read_mv_component(r, &ctx->comps[1], use_hp);
258 mv->col = ref->col + diff.col;
379 ret = ret && mv[i].as_mv.col < MV_UPP && mv[i].as_mv.col > MV_LOW;
  /external/protobuf/src/google/protobuf/
text_format.cc 165 void ReportError(int line, int col, const string& message) {
172 << (col + 1) << ": " << message;
179 error_collector_->AddError(line, col, message);
183 void ReportWarning(int line, int col, const string& message) {
189 << (col + 1) << ": " << message;
196 error_collector_->AddWarning(line, col, message);
    [all...]
text_format_unittest.cc 664 int col) {
666 ExpectFailure(input, message, line, col, proto.get());
670 int col, Message* proto) {
671 ExpectMessage(input, message, line, col, proto, false);
675 int col, Message* proto, bool expected_result) {
680 EXPECT_EQ(SimpleItoa(line) + ":" + SimpleItoa(col) + ": " + message + "\n",
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 461 int col = 0; local
464 if (col == 0) {
465 col = word.length();
467 int newCol = col + word.length() + 1; // +1 for the space
471 col = newCol;
474 col = word.length();
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 462 int col = 0; local
465 if (col == 0) {
466 col = word.length();
468 int newCol = col + word.length() + 1; // +1 for the space
472 col = newCol;
475 col = word.length();
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 437 ref_mv_full.as_mv.col = ref_mv->as_mv.col >> 3;
449 best_mv->col = tmp_mv.as_mv.col;
473 best_mv->col = tmp_mv.as_mv.col;
569 // for each macroblock col in image
722 mv.as_mv.col *= 8;
734 sum_mvc += mv.as_mv.col;
735 sum_mvc_abs += abs(mv.as_mv.col);
    [all...]
vp9_onyx_if.c 536 int row, col; local
543 for (col = 0; col < cpi->common.mi_cols; col++) {
556 int row, col; local
563 for (col = 0; col < cm->mi_cols; col++, mi_8x8++, cache++)
2099 unsigned int row, col; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test1.c 3960 int col; local
4009 int col; local
4036 int col; local
4068 int col; local
4124 int col; local
4177 int col; local
4220 int col; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesa.c 274 GLubyte col[3]; local
275 UNCLAMPED_FLOAT_TO_UBYTE(col[0], color.f[0]);
276 UNCLAMPED_FLOAT_TO_UBYTE(col[1], color.f[1]);
277 UNCLAMPED_FLOAT_TO_UBYTE(col[2], color.f[2]);
278 pwc->clearColorRef = RGB(col[0], col[1], col[2]);
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 274 GLubyte col[3]; local
275 UNCLAMPED_FLOAT_TO_UBYTE(col[0], color.f[0]);
276 UNCLAMPED_FLOAT_TO_UBYTE(col[1], color.f[1]);
277 UNCLAMPED_FLOAT_TO_UBYTE(col[2], color.f[2]);
278 pwc->clearColorRef = RGB(col[0], col[1], col[2]);
    [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
regcomp.c 1560 uch *col; local
1588 uch *col; local
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 1019 const int col = view_index.slot % cols_; local
1021 gfx::Point(grid_rect.x() + col * tile_size.width() + x_offset,
1618 int col = (x - bounds.x()) \/ kPreferredTileWidth; local
1651 int col = slot % cols_; local
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 102 void Clear() { row = col = -1; }
105 int col; // 0 based. member in struct:TiXmlCursor
245 int Column() const { return location.col + 1; } ///< See Row()
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 498 int col = pair - row * ends; variable
499 int thingOne = row < col ? row : ends - row - 2;
506 int thingTwo = row < col ? col : ends - row + col - 1;
  /external/libpng/contrib/visupng/
VisualPng.c 772 int x, y, col; local
779 col = 0;
786 col += 3;
789 while ((col % 4) != 0)
792 col++;
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 102 void Clear() { row = col = -1; }
105 int col; // 0 based. member in struct:TiXmlCursor
245 int Column() const { return location.col + 1; } ///< See Row()
    [all...]

Completed in 1268 milliseconds

<<21222324252627282930>>