Searched full:j1f (Results 1 - 20 of 20) sorted by relevance
| /third_party/musl/libc-test/src/math/ |
| H A D | j1f.c | 8 #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 D | math_j1_test.cpp | 29 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 D | jnf.c | 41 return j1f(x); in jnf() 50 b = j1f(x); in jnf() 152 w = j1f(x); in jnf()
|
| H A D | j1f.c | 64 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 D | jnf.c | 41 return j1f(x); in jnf() 50 b = j1f(x); in jnf() 152 w = j1f(x); in jnf()
|
| H A D | j1f.c | 64 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 D | functions.h | 149 T(j1f, f_f)
|
| H A D | mplibm.c | 232 int mpj1f(struct t *t) { return mpf1(t, j1f); } in mpj1f()
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| H A D | math.h | 414 float j1f(float);
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| H A D | math.h | 414 float j1f(float);
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| H A D | math.h | 414 float j1f(float);
|
| /third_party/musl/include/ |
| H A D | math.h | 414 float j1f(float);
|
| /third_party/musl/ |
| H A D | libc.map.txt | 1039 j1f;
|
| H A D | musl_src.gni | 717 "src/math/j1f.c",
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | mathndk.cpp | 318 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 D | math_private.h | 883 #define __ieee754_j1f j1f
|
| /third_party/musl/porting/liteos_a/kernel/ |
| H A D | musl.gni | 176 "$MUSLPORTINGDIR/src/math/j1f.c",
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/ohosTest/ets/test/ |
| H A D | MathNdk.test.ets | 804 * @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 D | stylo.hpp | 33943 extern float j1f (float) throw (); extern float __j1f (float) throw (); [all...] |
| /third_party/mindspore/patches/ |
| H A D | 0001-build-gn-c-api-for-OHOS.patch | [all...] |
Completed in 92 milliseconds