Home
last modified time | relevance | path

Searched refs:y0f (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libm/
H A Dlibm.map.txt265 y0f;
/aosp12/bionic/libc/include/
H A Dmath.h379 float y0f(float __x);
/aosp12/bionic/tests/
H A Dmath_test.cpp1547 TEST(MATH_TEST, y0f) { in TEST() argument
1548 ASSERT_FLOAT_EQ(-HUGE_VALF, y0f(0.0f)); in TEST()
1549 ASSERT_FLOAT_EQ(0.088256963f, y0f(1.0f)); in TEST()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h879 #define __ieee754_y0f y0f