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