Lines Matching refs:TestType

25 template<typename TestType>
27 constexpr size_t nbits = TestType::nbits; in VerifyLog()
30 TestType a, alog, aref; in VerifyLog()
50 template<typename TestType>
52 constexpr size_t nbits = TestType::nbits; in VerifyLog2()
55 TestType a, plog2, aref; in VerifyLog2()
76 template<typename TestType>
78 constexpr size_t nbits = TestType::nbits; in VerifyLog10()
81 TestType a, plog10, aref; in VerifyLog10()
102 template<typename TestType>
104 constexpr size_t nbits = TestType::nbits; in VerifyExp()
107 TestType a, cexp, cref; in VerifyExp()
138 template<typename TestType>
140 constexpr size_t nbits = TestType::nbits; in VerifyExp2()
143 TestType a, cexp2, cref; in VerifyExp2()
174 template<typename TestType>
176 constexpr size_t nbits = TestType::nbits; in VerifyPowerFunction()
179 TestType a, b, cpow, cref; in VerifyPowerFunction()
223 template<typename TestType>
225 constexpr size_t nbits = TestType::nbits; in VerifySine()
228 TestType a, psin, aref; in VerifySine()
248 template<typename TestType>
250 constexpr size_t nbits = TestType::nbits; in VerifyCosine()
253 TestType a, pcos, aref; in VerifyCosine()
273 template<typename TestType>
275 constexpr size_t nbits = TestType::nbits; in VerifyTangent()
278 TestType a, ptan, aref; in VerifyTangent()
298 template<typename TestType>
300 constexpr size_t nbits = TestType::nbits; in VerifyAtan()
303 TestType a, atan, aref; in VerifyAtan()
323 template<typename TestType>
325 constexpr size_t nbits = TestType::nbits; in VerifyAsin()
328 TestType a, asin, aref; in VerifyAsin()
348 template<typename TestType>
350 constexpr size_t nbits = TestType::nbits; in VerifyAcos()
353 TestType a, acos, aref; in VerifyAcos()
373 template<typename TestType>
375 constexpr size_t nbits = TestType::nbits; in VerifySinh()
378 TestType a, psinh, aref; in VerifySinh()
398 template<typename TestType>
400 constexpr size_t nbits = TestType::nbits; in VerifyCosh()
403 TestType a, pcosh, aref; in VerifyCosh()
423 template<typename TestType>
425 constexpr size_t nbits = TestType::nbits; in VerifyTanh()
428 TestType a, ptanh, aref; in VerifyTanh()
448 template<typename TestType>
450 constexpr size_t nbits = TestType::nbits; in VerifyAtanh()
453 TestType a, atanh, aref; in VerifyAtanh()
473 template<typename TestType>
475 constexpr size_t nbits = TestType::nbits; in VerifyAsinh()
478 TestType a, aasinh, aref; in VerifyAsinh()
498 template<typename TestType>
500 constexpr size_t nbits = TestType::nbits; in VerifyAcosh()
503 TestType a, aacosh, aref; in VerifyAcosh()