Home
last modified time | relevance | path

Searched refs:ApplyType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Ddot-product.cpp129 return ApplyType<DP2, Result>(yCat, yKind, terminator, x, y, terminator); in operator ()()
143 return ApplyType<DP1, Result>(xCatKind->first, xCatKind->second, in operator ()()
H A Dmatmul.cpp326 ApplyType<MM2, void>(yCat, yKind, terminator, result, x, y, terminator); in operator ()()
335 ApplyType<MM1, void>(xCatKind->first, xCatKind->second, terminator, result, in operator ()()
H A Dtools.h118 inline RESULT ApplyType( in ApplyType() function