/external/deqp/modules/gles3/functional/ |
es3fFragDepthTests.cpp | 410 int col = de::clamp(deRoundFloatToInt32((float)step*depthStep*255.0f), 0, 255); local 412 referenceFrame.setPixel(x, y, tcu::RGBA(col, col, col, 0xff));
|
/external/eigen/Eigen/src/Core/ |
Redux.h | 364 CoeffReturnType coeff(Index row, Index col) const 365 { return m_evaluator.coeff(row, col); } 372 PacketType packet(Index row, Index col) const 373 { return m_evaluator.template packet<LoadMode,PacketType>(row, col); }
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
LeastSquareConjugateGradient.h | 196 internal::least_square_conjugate_gradient(matrix(), b.col(j), xj, Base::m_preconditioner, m_iterations, m_error);
|
SolveWithGuess.h | 66 Scalar coeff(Index row, Index col) const;
|
/external/eigen/Eigen/src/SparseCore/ |
SparseDenseProduct.h | 64 static void processRow(const LhsEval& lhsEval, const DenseRhsType& rhs, DenseResType& res, const typename Res::Scalar& alpha, Index i, Index col) 68 tmp += it.value() * rhs.coeff(it.index(),col); 69 res.coeffRef(i,col) += alpha * tmp; 241 EIGEN_STRONG_INLINE Index col() const { return NeedToTranspose ? LhsIterator::index() : m_outer; } function in class:Eigen::internal::sparse_dense_outer_product_evaluator::InnerIterator
|
SparseDiagonalProduct.h | 21 // 2 - diag * col-major sparse 112 inline Index col() const { return SparseXprType::IsRowMajor ? m_sparseIter.index() : m_sparseIter.outer(); } function in class:Eigen::internal::sparse_diagonal_product_evaluator::InnerIterator
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU.h | 230 X.col(j) = rowsPermutation() * B.const_cast_derived().col(j); 238 X.col(j) = colsPermutation().inverse() * X.col(j);
|
/external/eigen/doc/examples/ |
matrixfree_cg.cpp | 74 dst += rhs(i) * lhs.my_matrix().col(i);
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
LMpar.h | 94 wa1[j] = s.col(j).head(j+1).dot(qtb.head(j+1)) / diag[qr.colsPermutation().indices()(j)];
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
LevenbergMarquardt.h | 262 gnorm = (std::max)(gnorm, abs( fjac.col(j).head(j+1).dot(qtf.head(j+1)/fnorm) / wa2[permutation.indices()[j]])); 464 wa2[j] = fjac.col(j).head(j).stableNorm(); 477 for(Index ii=0; ii< fjac.cols(); ii++) fjac.col(ii).segment(ii+1, fjac.rows()-ii-1) *= fjac(ii,ii); // rescale vectors 512 gnorm = (std::max)(gnorm, abs( fjac.col(j).head(j+1).dot(qtf.head(j+1)/fnorm) / wa2[permutation.indices()[j]]));
|
dogleg.h | 36 temp = epsmch * qrfac.col(j).head(j+1).maxCoeff();
|
lmpar.h | 93 wa1[j] = r.col(j).head(j+1).dot(qtb.head(j+1)) / diag[ipvt[j]]; 231 wa1[j] = qr.matrixQR().col(j).head(j+1).dot(qtb.head(j+1)) / diag[qr.colsPermutation().indices()(j)];
|
/external/libcups/cups/ |
ipp-support.c | 602 static size_t ipp_col_string(ipp_t *col, char *buffer, size_t bufsize); 890 "finishings-col-actual", 900 "materials-col-actual", /* IPP 3D */ 902 "media-col-actual", 962 "finishings-col", 963 "finishings-col-default", 964 "finishings-col-supported", 992 "materials-col", /* IPP 3D */ 993 "materials-col-database", /* IPP 3D */ 994 "materials-col-default", /* IPP 3D * [all...] |
/external/libhevc/common/arm/ |
ihevc_intra_pred_luma_vert.s | 118 vld1.8 {d20,d21}, [r6]! @16 loads (col 0:15) 122 vld1.8 {d22,d23}, [r6] @16 loads (col 16:31) 183 vld1.8 {d16,d17}, [r6] @ld for repl to cols src[2nt+1+col(0:15)] (0 ignored for stores) 321 vld1.8 d16, [r6] @ld for repl to cols src[2nt+1+col(0:3 or 0:7)](0 ignored for st)
|
/external/libjpeg-turbo/simd/ |
jfdctfst-altivec.c | 120 TRANSPOSE(row, col);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_entropymv.c | 151 inc_mv_component(mv->col, &counts->comps[1], 1, 1);
|
vp9_scale.c | 41 scaled_x(mv->col, sf) + x_off_q4 };
|
/external/mesa3d/src/mesa/program/ |
program.h | 64 GLint *line, GLint *col);
|
/external/pdfium/third_party/libtiff/ |
tif_getimage.c | 611 uint32 col, row, y, rowstoread; local 675 col = img->col_offset; 678 if (TIFFReadTile(tif, buf, col, 712 col += this_tw; 755 uint32 col, row, y, rowstoread; local 832 col = img->col_offset; 835 if (TIFFReadTile(tif, p0, col, 842 && TIFFReadTile(tif, p1, col, 850 && TIFFReadTile(tif, p2, col, 858 && TIFFReadTile(tif,pa,col, [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 106 public static String getString(Cursor cursor, String col) { 107 return cursor.getString(cursor.getColumnIndexOrThrow(col)); 110 public static int getInt(Cursor cursor, String col) { 111 return cursor.getInt(cursor.getColumnIndexOrThrow(col));
|
/external/libavc/encoder/ |
ih264e_process.c | 1606 WORD32 row, i, j, col; local [all...] |
/external/autotest/client/bin/ |
fio_util.py | 117 Generate col for google.visualization.DataTable 164 col = cls._gen_data_col(pass_list, percentile) 166 data_dict = {'cols' : col, 'rows' : row}
|
/external/doclava/res/assets/templates-sdk/ |
docpage.cs | 129 <div class="col-6"> 132 <div class="col-6"> 190 <div class="col-6"> 193 <div class="col-6">
|
/external/eigen/Eigen/src/QR/ |
HouseholderQR.h | 280 mat.col(k).tail(remainingRows).makeHouseholderInPlace(hCoeffs.coeffRef(k), beta); 285 .applyHouseholderOnTheLeft(mat.col(k).tail(remainingRows-1), hCoeffs.coeffRef(k), tempData+k+1);
|
/external/eigen/bench/btl/libs/eigen3/ |
eigen3_interface.hh | 154 //dst.col(j).tail(N-j) = src.col(j).tail(N-j); 161 A.col(j).tail(N-j) += X[j] * Y.tail(N-j) + Y[j] * X.tail(N-j); 166 A.col(j) += X * Y[j];
|