Searched refs:jnf (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_jn_test.cpp | 29 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 D | jnf.c | 8 #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 D | jnf.c | 19 float jnf(int n, float x) in jnf() function
|
/third_party/musl/src/math/ |
H A D | jnf.c | 19 float jnf(int n, float x) in jnf() function
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 415 float jnf(int, float);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 415 float jnf(int, float);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 415 float jnf(int, float);
|
/third_party/musl/include/ |
H A D | math.h | 415 float jnf(int, float);
|
/third_party/FreeBSD/lib/msun/src/ |
H A D | math_private.h | 886 #define __ieee754_jnf jnf
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 448 mp_if_f(jnf)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 33944 extern float jnf (int, float) throw (); extern float __jnf (int, float) throw (); [all...] |
Completed in 30 milliseconds