Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_tgammaf.c39 tgammaf(float x) in tgammaf() function
/bionic/libm/include/
Dmath.h342 float tgammaf(float);
/bionic/tests/
Dmath_test.cpp1201 TEST(math, tgammaf) { in TEST() argument
1202 ASSERT_FLOAT_EQ(24.0f, tgammaf(5.0f)); in TEST()