Home
last modified time | relevance | path

Searched full:j1f (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/libc-test/src/math/
H A Dj1f.c8 #include "sanity/j1f.h"
9 #include "special/j1f.h"
28 y = j1f(p->x); in main()
32 printf("%s:%d: bad fp exception: %s j1f(%a)=%a, want %s", in main()
39 printf("%s:%d: %s j1f(%a) want %a got %a ulperr %.3f = %a + %a\n", in main()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_j1_test.cpp29 EXPECT_FLOAT_EQ(0.0f, j1f(0.0f)); in HWTEST_F()
30 EXPECT_FLOAT_EQ(0.44005057f, j1f(1.0f)); in HWTEST_F()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Djnf.c41 return j1f(x); in jnf()
50 b = j1f(x); in jnf()
152 w = j1f(x); in jnf()
H A 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/
H A Djnf.c41 return j1f(x); in jnf()
50 b = j1f(x); in jnf()
152 w = j1f(x); in jnf()
H A 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/gen/
H A Dfunctions.h149 T(j1f, f_f)
H A Dmplibm.c232 int mpj1f(struct t *t) { return mpf1(t, j1f); } in mpj1f()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h414 float j1f(float);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h414 float j1f(float);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h414 float j1f(float);
/third_party/musl/include/
H A Dmath.h414 float j1f(float);
/third_party/musl/
H A Dlibc.map.txt1039 j1f;
H A Dmusl_src.gni717 "src/math/j1f.c",
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmathndk.cpp318 static napi_value J1f(napi_env env, napi_callback_info info) in J1f() function
325 double retj = j1f(expect); in J1f()
3031 {"j1f", nullptr, J1f, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/third_party/FreeBSD/lib/msun/src/
H A Dmath_private.h883 #define __ieee754_j1f j1f
/third_party/musl/porting/liteos_a/kernel/
H A Dmusl.gni176 "$MUSLPORTINGDIR/src/math/j1f.c",
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/ohosTest/ets/test/
H A DMathNdk.test.ets804 * @tc.desc : test J1f
810 let result: number = math.j1f(1);
818 * @tc.desc : test J1f
824 let result: number = math.j1f(Math.sqrt(-1));
832 * @tc.desc : test J1f
838 let result: number = math.j1f(1.7976931348623157e+309);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp33943 extern float j1f (float) throw (); extern float __j1f (float) throw ();
[all...]
/third_party/mindspore/patches/
H A D0001-build-gn-c-api-for-OHOS.patch[all...]

Completed in 92 milliseconds