/external/eigen/test/ |
schur_real.cpp | 16 typedef typename MatrixType::Index Index; 18 const Index size = T.cols();
|
sparse_vector.cpp | 12 template<typename Scalar,typename Index> void sparse_vector(int rows, int cols) 18 typedef SparseVector<Scalar,0,Index> SparseVectorType; 19 typedef SparseMatrix<Scalar,0,Index> SparseMatrixType; 49 VERIFY(nonzerocoords[j]==it.index()); 50 VERIFY(it.value()==v1.coeff(it.index())); 51 VERIFY(it.value()==refV1.coeff(it.index()));
|
product_syrk.cpp | 14 typedef typename MatrixType::Index Index; 21 Index rows = m.rows(); 22 Index cols = m.cols(); 35 Index c = internal::random<Index>(0,cols-1);
|
nomalloc.cpp | 37 typedef typename MatrixType::Index Index; 40 Index rows = m.rows(); 41 Index cols = m.cols(); 49 Index r = internal::random<Index>(0, rows-1), 50 c = internal::random<Index>(0, cols-1); 185 typename MatrixType::Index rows = m.rows(), cols=m.cols();
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
dogleg.h | 16 typedef DenseIndex Index; 19 Index i, j; 26 const Index n = qrfac.cols();
|
/external/llvm/include/llvm/Support/ |
MathExtras.h | 75 unsigned long Index; 76 _BitScanForward(&Index, Val); 77 return Index; 91 unsigned long Index; 92 _BitScanForward64(&Index, Val); 93 return Index; 144 unsigned long Index; 145 _BitScanReverse(&Index, Val); 146 return Index ^ 31; 160 unsigned long Index; [all...] |
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFAcceleratorTable.cpp | 32 // section (see SourceLevelDebugging.rst for the structure of the index). 83 unsigned Index = AccelSection.getU32(&Offset); 86 if (Index == UINT32_MAX) { 91 for (unsigned HashIdx = Index; HashIdx < Hdr.NumHashes; ++HashIdx) {
|
/external/llvm/lib/Transforms/Utils/ |
LoopUtils.cpp | 634 Value *InductionDescriptor::transform(IRBuilder<> &B, Value *Index) const { 637 assert(Index->getType() == StartValue->getType() && 638 "Index type does not match StartValue type"); 640 return B.CreateSub(StartValue, Index); 642 Index = B.CreateMul(Index, StepValue); 643 return B.CreateAdd(StartValue, Index); 646 assert(Index->getType() == StepValue->getType() && 647 "Index type does not match StepValue type"); 649 Index = B.CreateNeg(Index) [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_program_print.c | 112 static void rc_print_inline_float(FILE * f, int index) 114 int r300_exponent = (index >> 3) & 0xf; 115 unsigned r300_mantissa = index & 0x7; 124 fprintf(f, "%f (0x%x)", *print_float, index); 128 static void rc_print_register(FILE * f, rc_register_file file, int index, unsigned int reladdr) 133 switch(index) { 135 default: fprintf(f, "special[%i]", index); break; 138 rc_print_inline_float(f, index); 149 fprintf(f, "%s[%i%s]", filename, index, reladdr ? " + addr[0]" : ""); 163 rc_print_register(f, dst.File, dst.Index, 0) [all...] |
/external/opencv3/modules/flann/include/opencv2/flann/ |
flann_base.hpp | 60 * (Deprecated) Index parameters for creating a saved index. 83 throw FLANNException("Datatype of saved index is different than of the one to be created."); 86 throw FLANNException("The index saved belongs to a different dataset"); 100 class Index : public NNIndex<Distance> 106 Index(const Matrix<ElementType>& features, const IndexParams& params, Distance distance = Distance() ) 121 ~Index() 127 * Builds the index. 148 * \brief Saves the index to a stream 149 * \param stream The stream to save the index t [all...] |
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_ApplyNewSettings.c | 378 LVM_INT32 Index=0; 408 Index=i; 414 if(RoomSize==LVREV_GainPolyTable[Index][0]) 419 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; 431 Tot_Dist=LVREV_GainPolyTable[Index][0]-LVREV_GainPolyTable[Index-1][0]; 432 Dist=RoomSize-LVREV_GainPolyTable[Index-1][0]; 438 Coefs[i-1]=LVREV_GainPolyTable[Index-1][i]; 447 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; 472 Index=((32767*100)/(100+pPrivate->NewParams.Level)) [all...] |
/system/update_engine/payload_generator/ |
graph_utils.cc | 51 Vertex::Index dst, 65 Vertex::Index dst, 94 // For each node N in graph, drop all edges N->|index|. 95 void DropIncomingEdgesTo(Graph* graph, Vertex::Index index) { 99 it->out_edges.erase(index);
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tools.Tests.pas | 262 Index: Integer; 269 Index := 2; 270 ReturnValue := FIList.GetItem(Index); 277 Index: Integer; 284 Index := 3; 286 FIList.SetItem(Index, Value); 320 Index: Integer; 327 Index := 2; 329 FIList.Insert(Index, Value); 352 Index: Integer [all...] |
/external/clang/unittests/libclang/ |
LibclangTest.cpp | 10 #include "clang-c/Index.h" 356 CXIndex Index; 366 Index = clang_createIndex(0, 0); 370 clang_disposeIndex(Index); 418 ClangTU = clang_parseTranslationUnit(Index, CppName.c_str(), nullptr, 0, 453 ClangTU = clang_parseTranslationUnit(Index, MName.c_str(), Args, NumArgs, 491 clang_parseTranslationUnit2FullArgv(Index, Filename.c_str(), Argv,
|
/external/llvm/include/llvm/ADT/ |
ArrayRef.h | 185 const T &operator[](size_t Index) const { 186 assert(Index < Length && "Invalid index!"); 187 return Data[Index]; 296 T &operator[](size_t Index) const { 297 assert(Index < this->size() && "Invalid index!"); 298 return data()[Index];
|
/external/llvm/include/llvm/Option/ |
ArgList.h | 220 /// getArgString - Return the input argument string at \p Index. 221 virtual const char *getArgString(unsigned Index) const = 0; 305 /// string at \p Index if possible. 306 const char *GetOrMakeJoinedArgString(unsigned Index, StringRef LHS, 353 const char *getArgString(unsigned Index) const override { 354 return ArgStrings[Index]; 365 /// MakeIndex - Get an index for the given string(s). 387 const char *getArgString(unsigned Index) const override { 388 return BaseArgs.getArgString(Index);
|
/external/llvm/tools/llvm-link/ |
llvm-link.cpp | 55 // Option to support testing of function importing. The function index 61 cl::desc("Function index filename"), 199 std::unique_ptr<FunctionInfoIndex> Index; 208 Index = std::move(IndexOrErr.get()); 221 if (L.linkInModule(std::move(M), Linker::Flags::None, Index.get(), 266 // If a function index is supplied, load it so linkInModule can treat 268 std::unique_ptr<FunctionInfoIndex> Index; 277 Index = std::move(IndexOrErr.get()); 283 if (L.linkInModule(std::move(M), ApplicableFlags, Index.get()))
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_scan.c | 97 int ind = src->Register.Index; 116 src->Register.Index == 0 && 160 info->input_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index; 171 unsigned index = fulldecl->Range.First; local 174 info->system_value_semantic_name[index] = semName; 176 index + 1); 192 info->output_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index; 311 src->Register.Index != dst->Register.Index ||
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
stringer.go | 56 index := strings.Index(line, prefix) 57 if index < 0 { 63 line = line[:index] 66 index := strings.Index(line, "//") 67 if index > 0 { 68 line = line[:index] 70 index = strings.Index(line, "/*" [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
stringer.go | 56 index := strings.Index(line, prefix) 57 if index < 0 { 63 line = line[:index] 66 index := strings.Index(line, "//") 67 if index > 0 { 68 line = line[:index] 70 index = strings.Index(line, "/*" [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugTreeNodeStream.cs | 70 public virtual int Index { 72 return input.Index; 157 public virtual void Seek(int index) { 159 // db.seek(index); 160 input.Seek(index);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugTreeNodeStream.cs | 76 public virtual int Index 80 return input.Index; 183 public virtual void Seek( int index ) 186 // db.seek(index); 187 input.Seek( index );
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 237 virtual SVal getArgSVal(unsigned Index) const; 241 virtual const Expr *getArgExpr(unsigned Index) const { return nullptr; } 246 virtual SourceRange getArgSourceRange(unsigned Index) const; 458 const Expr *getArgExpr(unsigned Index) const override { 459 return getOriginExpr()->getArg(Index); 493 const Expr *getArgExpr(unsigned Index) const override { 494 return getOriginExpr()->getArg(Index); 638 const Expr *getArgExpr(unsigned Index) const override { 639 return getOriginExpr()->getArg(Index); 679 const Expr *getArgExpr(unsigned Index) const override [all...] |
/external/eigen/bench/spbench/ |
sp_solver.cpp | 23 typedef SparseMatrix<double, ColMajor>::Index Index;
|
test_sparseLU.cpp | 22 typedef SparseMatrix<scalar, ColMajor>::Index Index;
|