Home
last modified time | relevance | path

Searched refs:j1f (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_j1_test.cpp29 EXPECT_FLOAT_EQ(0.0f, j1f(0.0f));
30 EXPECT_FLOAT_EQ(0.44005057f, j1f(1.0f));
/third_party/musl/porting/liteos_a/kernel/src/math/
Djnf.c41 return j1f(x); in jnf()
50 b = j1f(x); in jnf()
152 w = j1f(x); in jnf()
Dj1f.c64 float j1f(float x) in j1f() function
121 return x*(u/v) + tpi*(j1f(x)*logf(x)-1.0f/x); in y1f()
/third_party/musl/src/math/
Djnf.c41 return j1f(x); in jnf()
50 b = j1f(x); in jnf()
152 w = j1f(x); in jnf()
Dj1f.c64 float j1f(float x) in j1f() function
121 return x*(u/v) + tpi*(j1f(x)*logf(x)-1.0f/x); in y1f()
/third_party/musl/libc-test/src/math/
Dj1f.c28 y = j1f(p->x); in main()
/third_party/musl/include/
Dmath.h414 float j1f(float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h414 float j1f(float);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h414 float j1f(float);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h414 float j1f(float);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h149 T(j1f, f_f)
Dmplibm.c232 int mpj1f(struct t *t) { return mpf1(t, j1f); } in mpj1f()
/third_party/FreeBSD/lib/msun/src/
Dmath_private.h883 #define __ieee754_j1f j1f
/third_party/musl/
Dlibc.map.txt1037 j1f;
Dmusl_src.gni699 "src/math/j1f.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni176 "$MUSLPORTINGDIR/src/math/j1f.c",
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp33943 extern float j1f (float) throw (); extern float __j1f (float) throw ();