/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/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 | 425 ref_mv_full.as_mv.col = ref_mv->as_mv.col >> 3; 437 best_mv->col = tmp_mv.as_mv.col; 461 best_mv->col = tmp_mv.as_mv.col; 542 // for each macroblock col in image 664 mv.as_mv.col <<= 3; 676 sum_mvc += mv.as_mv.col; 677 sum_mvc_abs += abs(mv.as_mv.col); [all...] |
vp9_onyx_if.c | 505 int row, col; local 512 for (col = 0; col < cpi->common.mi_cols; col++) { 525 int row, col; local 532 for (col = 0; col < cm->mi_cols; col++, mi_8x8++, cache++) 1935 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/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...] |
/external/stlport/src/ |
locale_impl.cpp | 362 locale::facet *col = 0; local 378 col = new collate_byname<char>(__coll); 386 delete col; 394 _STLP_UNWIND(_STLP_PRIV __release_collate(__wcoll); delete col); 398 this->insert(col, collate<char>::id);
|
/external/tinyxml/ |
tinyxml.h | 104 void Clear() { row = col = -1; } 107 int col; // 0 based. member in struct:TiXmlCursor 199 int Column() const { return location.col + 1; } ///< See Row() [all...] |
/external/wpa_supplicant_8/hostapd/ |
hlr_auc_gw.c | 154 static int get_milenage_cb(void *ctx, int argc, char *argv[], char *col[]) 162 if (os_strcmp(col[i], "ki") == 0 && argv[i] && 168 if (os_strcmp(col[i], "opc") == 0 && argv[i] && 174 if (os_strcmp(col[i], "amf") == 0 && argv[i] && 180 if (os_strcmp(col[i], "sqn") == 0 && argv[i] &&
|
/ndk/sources/cxx-stl/stlport/src/ |
locale_impl.cpp | 362 locale::facet *col = 0; local 378 col = new collate_byname<char>(__coll); 386 delete col; 394 _STLP_UNWIND(_STLP_PRIV __release_collate(__wcoll); delete col); 398 this->insert(col, collate<char>::id);
|