Home
last modified time | relevance | path

Searched refs:jnf (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_jn_test.cpp29 EXPECT_FLOAT_EQ(0.0f, jnf(4, 0.0f)); in HWTEST_F()
30 EXPECT_FLOAT_EQ(0.0024766389f, jnf(4, 1.0f)); in HWTEST_F()
/third_party/musl/libc-test/src/math/
H A Djnf.c8 #include "sanity/jnf.h"
9 #include "special/jnf.h"
27 y = jnf(p->i, p->x); in main()
31 printf("%s:%d: bad fp exception: %s jnf(%lld, %a)=%a, want %s", in main()
42 printf("%s:%d: %s jnf(%lld, %a) want %a got %a, ulperr %.3f = %a + %a\n", in main()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Djnf.c19 float jnf(int n, float x) in jnf() function
/third_party/musl/src/math/
H A Djnf.c19 float jnf(int n, float x) in jnf() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h415 float jnf(int, float);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h415 float jnf(int, float);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h415 float jnf(int, float);
/third_party/musl/include/
H A Dmath.h415 float jnf(int, float);
/third_party/FreeBSD/lib/msun/src/
H A Dmath_private.h886 #define __ieee754_jnf jnf
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c448 mp_if_f(jnf)
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp33944 extern float jnf (int, float) throw (); extern float __jnf (int, float) throw ();
[all...]

Completed in 30 milliseconds