Home
last modified time | relevance | path

Searched defs:LlvmLibcHypotfTest (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/test/src/math/
H A Dhypotf_test.cpp14 using LlvmLibcHypotfTest = HypotTestTemplate<float>; typedef
16 TEST_F(LlvmLibcHypotfTest, SpecialNumbers) { in TEST_F() argument
20 TEST_F(LlvmLibcHypotfTest, SubnormalRange) { in TEST_F() argument
24 TEST_F(LlvmLibcHypotfTest, NormalRange) { in TEST_F() argument
28 TEST_F(LlvmLibcHypotfTest, TrickyInputs) { in TEST_F() argument
/llvm-project/libc/test/src/math/smoke/
H A Dhypotf_test.cpp13 using LlvmLibcHypotfTest = HypotTestTemplate<float>; typedef
15 TEST_F(LlvmLibcHypotfTest, SpecialNumbers) { in TEST_F() argument