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

  /external/ceres-solver/internal/ceres/
generate_eliminator_specialization.py 48 # The list of tuples, specializations indicates the set of
49 # specializations that is generated.
51 # Set of template specializations to generate
52 SPECIALIZATIONS = [(2, 2, 2),
170 VLOG(1) << "Template specializations not found for <"
202 for row_block_size, e_block_size, f_block_size in SPECIALIZATIONS:
generate_partitioned_matrix_view_specializations.py 46 # The list of tuples, specializations indicates the set of
47 # specializations that is generated.
49 # Set of template specializations to generate
50 SPECIALIZATIONS = [(2, 2, 2),
170 VLOG(1) << "Template specializations not found for <"
203 for row_block_size, e_block_size, f_block_size in SPECIALIZATIONS:
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp 449 map<string, string> specializations; local
452 specializations["DECORATION"] = cases[caseNdx].param;
453 spec.assembly = shaderTemplate.specialize(specializations);
1306 map<string, string> specializations; local
1954 map<string, string> specializations; local
2017 map<string, string> specializations; local
2090 map<string, string> specializations; local
2174 map<string, string> specializations; local
2855 map<string, string> specializations; local
2950 map<string, string> specializations; local
3045 map<string, string> specializations; local
3115 map<string, string> specializations; local
3195 map<string, string> specializations; local
6261 map<string, string> specializations; local
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]
  /external/ceres-solver/
Android.mk 60 # This build includes the Schur specializations, which increase the
  /external/ceres-solver/jni/
Android.mk 60 # This build includes the Schur specializations, which increase the
  /external/clang/include/clang/AST/
DeclTemplate.h 508 "Cannot encode undeclared template specializations for members");
527 "Cannot encode undeclared template specializations for members");
729 /// member template \c X<int>::Inner are member specializations.
750 "Only member templates can be member template specializations");
842 /// \brief The function template specializations for this function
843 /// template, including explicit specializations and instantiations.
844 llvm::FoldingSetVector<FunctionTemplateSpecializationInfo> Specializations;
855 /// \brief If non-null, points to an array of specializations known only
858 /// The first value in the array is the number of of specializations
949 spec_range specializations() const { function in class:clang::FunctionTemplateDecl
2109 spec_range specializations() const { function in class:clang::ClassTemplateDecl
2908 spec_range specializations() const { function in class:clang::VarTemplateDecl
    [all...]
RecursiveASTVisitor.h 129 /// explicit or implicit instantiations. Explicit specializations
130 /// are still visited, and the patterns of partial specializations
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 952 for (auto *I : D->specializations()) {
966 for (auto *I : D->specializations()) {
    [all...]

Completed in 806 milliseconds