Home
last modified time | relevance | path

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

/bionic/libm/include/
Dmath.h377 float y1f(float);
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h428 #define __ieee754_y1f y1f
/bionic/tests/
Dmath_test.cpp1096 TEST(math, y1f) { in TEST() argument
1097 ASSERT_FLOAT_EQ(-HUGE_VALF, y1f(0.0f)); in TEST()
1098 ASSERT_FLOAT_EQ(-0.78121281f, y1f(1.0f)); in TEST()