Home
last modified time | relevance | path

Searched refs:tanhf (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_tanhf.c24 tanhf(float x) in tanhf() function
/bionic/libm/include/
Dmath.h315 float tanhf(float);
/bionic/tests/
Dmath_test.cpp470 TEST(math, tanhf) { in TEST() argument
471 ASSERT_FLOAT_EQ(0.0f, tanhf(0.0f)); in TEST()