Home
last modified time | relevance | path

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

/bionic/libm/include/
Dmath.h379 float jnf(int, float);
/bionic/tests/
Dmath_test.cpp1234 TEST(math, jnf) { in TEST() argument
1235 ASSERT_FLOAT_EQ(0.0f, jnf(4, 0.0f)); in TEST()
1236 ASSERT_FLOAT_EQ(0.0024766389f, jnf(4, 1.0f)); in TEST()
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h721 #define __ieee754_jnf jnf