Searched defs:OutType (Results 1 – 15 of 15) sorted by relevance
/llvm-project/libc/test/src/math/smoke/ |
H A D | SqrtTest.h | 38 LIST_NARROWING_SQRT_TESTS(OutType,InType,func) global() argument
|
H A D | AddTest.h | 147 LIST_ADD_TESTS(OutType,InType,func) global() argument
|
H A D | SubTest.h | 149 LIST_SUB_TESTS(OutType,InType,func) global() argument
|
H A D | FmaTest.h | 107 LIST_NARROWING_FMA_TESTS(OutType,InType,func) global() argument [all...] |
H A D | DivTest.h | 161 LIST_DIV_TESTS(OutType,InType,func) global() argument
|
H A D | ILogbTest.h | 117 LIST_INTLOGB_TESTS(OutType,InType,Func) global() argument [all...] |
/llvm-project/libc/test/src/stdfix/ |
H A D | ISqrtTest.h | 20 using OutType = variable
|
/llvm-project/libc/test/src/math/ |
H A D | SqrtTest.h | 61 #define LIST_NARROWING_SQRT_TESTS(OutType, InType, func) \ argument
|
H A D | DivTest.h | 69 #define LIST_DIV_TESTS(OutType, InType, func) \ argument
|
H A D | SubTest.h | 69 #define LIST_SUB_TESTS(OutType, InType, func) \ argument
|
H A D | AddTest.h | 69 #define LIST_ADD_TESTS(OutType, InType, func) \ argument
|
H A D | FMulTest.h |
|
H A D | FmaTest.h | 97 #define LIST_NARROWING_FMA_TESTS(OutType, InType, func) \ argument
|
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | invoke_helpers.h | 67 typedef typename apply<T>::type OutType; in operator() typedef
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 2495 RecTy *OutType = InEltType; ParseOperationForEachFilter() local
|