Searched refs:tanhf (Results 1 – 3 of 3) sorted by relevance
24 tanhf(float x) in tanhf() function
315 float tanhf(float);
472 TEST(math, tanhf) { in TEST() argument473 ASSERT_FLOAT_EQ(0.0f, tanhf(0.0f)); in TEST()