Home
last modified time | relevance | path

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

/bionic/libm/
Dlibm.map.txt162 jnf;
/bionic/libc/include/
Dmath.h377 float jnf(int __n, float __x);
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h881 #define __ieee754_jnf jnf
/bionic/tests/
Dmath_test.cpp1591 TEST(MATH_TEST, jnf) { in TEST() argument
1592 ASSERT_FLOAT_EQ(0.0f, jnf(4, 0.0f)); in TEST()
1593 ASSERT_FLOAT_EQ(0.0024766389f, jnf(4, 1.0f)); in TEST()