Home
last modified time | relevance | path

Searched defs:OutType (Results 1 – 15 of 15) sorted by relevance

/llvm-project/libc/test/src/math/smoke/
H A DSqrtTest.h38 LIST_NARROWING_SQRT_TESTS(OutType,InType,func) global() argument
H A DAddTest.h147 LIST_ADD_TESTS(OutType,InType,func) global() argument
H A DSubTest.h149 LIST_SUB_TESTS(OutType,InType,func) global() argument
H A DFmaTest.h107 LIST_NARROWING_FMA_TESTS(OutType,InType,func) global() argument
[all...]
H A DDivTest.h161 LIST_DIV_TESTS(OutType,InType,func) global() argument
H A DILogbTest.h117 LIST_INTLOGB_TESTS(OutType,InType,Func) global() argument
[all...]
/llvm-project/libc/test/src/stdfix/
H A DISqrtTest.h20 using OutType = variable
/llvm-project/libc/test/src/math/
H A DSqrtTest.h61 #define LIST_NARROWING_SQRT_TESTS(OutType, InType, func) \ argument
H A DDivTest.h69 #define LIST_DIV_TESTS(OutType, InType, func) \ argument
H A DSubTest.h69 #define LIST_SUB_TESTS(OutType, InType, func) \ argument
H A DAddTest.h69 #define LIST_ADD_TESTS(OutType, InType, func) \ argument
H A DFMulTest.h
H A DFmaTest.h97 #define LIST_NARROWING_FMA_TESTS(OutType, InType, func) \ argument
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke_helpers.h67 typedef typename apply<T>::type OutType; in operator() typedef
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2495 RecTy *OutType = InEltType; ParseOperationForEachFilter() local