HomeSort by relevance Sort by last modified time
    Searched defs:AtomicType (Results 1 - 14 of 14) sorted by null

  /external/spirv-llvm/lib/SPIRV/Mangler/
ParameterType.cpp 149 AtomicType::AtomicType(const RefParamType type) :
153 MangleError AtomicType::accept(TypeVisitor* visitor) const {
160 std::string AtomicType::toString() const {
166 bool AtomicType::equals(const ParamType* type) const {
167 const AtomicType* a = dyn_cast<AtomicType>(type);
239 const TypeEnum AtomicType::enumTy = TYPE_ID_ATOMIC;
ParameterType.h 304 struct AtomicType: public ParamType {
310 AtomicType(const RefParamType type);
446 virtual MangleError visit(const AtomicType*) = 0;
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 339 typedef internal::MatrixLogarithmAtomic<DynMatrixType> AtomicType;
340 AtomicType atomic;
MatrixFunction.h 246 template <typename MatrixType, typename AtomicType, typename VectorType>
247 void matrix_function_compute_block_atomic(const MatrixType& T, AtomicType& atomic, const VectorType& blockStart, const VectorType& clusterSize, MatrixType& fT)
364 * \tparam AtomicType type for computing matrix function of atomic blocks.
370 * \p AtomicType and uses these results to compute the matrix function of the whole matrix. The class
371 * \p AtomicType should have a \p compute() member function for computing the matrix function of a block.
388 template <typename AtomicType, typename ResultType>
389 static void run(const MatrixType& A, AtomicType& atomic, ResultType &result);
401 template <typename MatA, typename AtomicType, typename ResultType>
402 static void run(const MatA& A, AtomicType& atomic, ResultType &result)
425 template <typename MatA, typename AtomicType, typename ResultType
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 114 milliseconds