Home
last modified time | relevance | path

Searched defs:InType (Results 1 – 4 of 4) sorted by relevance

/external/gemmlowp/meta/
Dquantized_mul_kernels.h41 static void Multiply(const InType* lhs, const InType*, in Multiply()
90 static void Multiply(const InType* lhs, const InType*, in Multiply()
135 static void Multiply(const InType* lhs, const InType*, in Multiply()
Dbase.h49 typedef InType_ InType; typedef
111 typedef InType_ InType; typedef
Dsingle_thread_gemm.h48 typedef typename P::InType InType; in ExecuteDispatch3D() typedef
237 typedef typename P::InType InType; in ExecuteDispatch3D() typedef
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp188 enum ParserState { Start = 0, InType, InPos } state = Start; in ObjCRuntimeMethodType() enumerator