Home
last modified time | relevance | path

Searched defs:RCAT (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/runtime/
H A Dmatmul.cpp84 MatrixTimesMatrix(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,std::size_t xColumnByteStride=0,std::size_t yColumnByteStride=0) MatrixTimesMatrix() argument
119 MatrixTimesMatrixHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,Fortran::common::optional<std::size_t> xColumnByteStride,Fortran::common::optional<std::size_t> yColumnByteStride) MatrixTimesMatrixHelper() argument
162 MatrixTimesVector(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue n,const XT * RESTRICT x,const YT * RESTRICT y,std::size_t xColumnByteStride=0) MatrixTimesVector() argument
186 MatrixTimesVectorHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue n,const XT * RESTRICT x,const YT * RESTRICT y,Fortran::common::optional<std::size_t> xColumnByteStride) MatrixTimesVectorHelper() argument
217 VectorTimesMatrix(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue n,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,std::size_t yColumnByteStride=0) VectorTimesMatrix() argument
243 VectorTimesMatrixHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue n,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,Fortran::common::optional<std::size_t> yColumnByteStride) VectorTimesMatrixHelper() argument
[all...]
H A Dmatmul-transpose.cpp64 MatrixTransposedTimesMatrix(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,std::size_t xColumnByteStride=0,std::size_t yColumnByteStride=0) MatrixTransposedTimesMatrix() argument
98 MatrixTransposedTimesMatrixHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,Fortran::common::optional<std::size_t> xColumnByteStride,Fortran::common::optional<std::size_t> yColumnByteStride) MatrixTransposedTimesMatrixHelper() argument
141 MatrixTransposedTimesVector(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue n,const XT * RESTRICT x,const YT * RESTRICT y,std::size_t xColumnByteStride=0) MatrixTransposedTimesVector() argument
165 MatrixTransposedTimesVectorHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue n,const XT * RESTRICT x,const YT * RESTRICT y,Fortran::common::optional<std::size_t> xColumnByteStride) MatrixTransposedTimesVectorHelper() argument
[all...]
/llvm-project/clang/lib/AST/
H A DASTContext.cpp10934 const ConstantArrayType* RCAT = getAsConstantArrayType(RHS); mergeTypes() local