Searched refs:T1 (Results 1 – 2 of 2) sorted by relevance
/math/ |
A D | gen-auto-libm-tests.c | 498 #define ARGS1(T1) 1, { T1 } argument 499 #define ARGS2(T1, T2) 2, { T1, T2 } argument 500 #define ARGS3(T1, T2, T3) 3, { T1, T2, T3 } argument 501 #define ARGS4(T1, T2, T3, T4) 4, { T1, T2, T3, T4 } argument 502 #define RET1(T1) 1, { T1 } argument 503 #define RET2(T1, T2) 2, { T1, T2 } argument
|
A D | test-math-iseqsig.cc | 49 template <class T1, class T2> 53 T1 t1 = 0; in check_type() 60 if (std::numeric_limits<T1>::has_quiet_NaN in check_type() 63 CHECK (iseqsig (std::numeric_limits<T1>::quiet_NaN (), t2), 0); in check_type() 65 CHECK (iseqsig (std::numeric_limits<T1>::quiet_NaN (), in check_type()
|
Completed in 9 milliseconds