Searched refs:nexttowardf (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_nexttoward_test.cpp | 30 EXPECT_FLOAT_EQ(0.0f, nexttowardf(0.0f, 0.0L)); in HWTEST_F() 31 EXPECT_FLOAT_EQ(1.4012985e-45f, nexttowardf(0.0f, 1.0L)); in HWTEST_F() 32 EXPECT_FLOAT_EQ(-1.4012985e-45f, nexttowardf(0.0f, -1.0L)); in HWTEST_F()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | nexttowardf.c | 3 float nexttowardf(float x, long double y) in nexttowardf() function
|
/third_party/musl/src/math/ |
H A D | nexttowardf.c | 3 float nexttowardf(float x, long double y) in nexttowardf() function
|
/third_party/musl/libc-test/src/math/ |
H A D | nexttowardf.c | 8 #include "sanity/nexttowardf.h" 9 #include "special/nexttowardf.h" 12 #include "sanity/nexttowardf.h" 13 #include "special/nexttowardf.h" 33 y = nexttowardf(p->x, p->x2); in main() 37 printf("%s:%d: bad fp exception: %s nexttowardf(%La,%La)=%La, want %s", in main() 44 printf("%s:%d: %s nexttowardf(%La,%La) want %La got %a ulperr %.3f = %a + %a\n", in main()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 304 float nexttowardf(float, long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 304 float nexttowardf(float, long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 304 float nexttowardf(float, long double);
|
/third_party/musl/include/ |
H A D | math.h | 304 float nexttowardf(float, long double);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 186 {float(*p)(float,long double) = nexttowardf;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 185 t->y = nexttowardf(t->x, t->x2); in mpnexttowardf()
|
H A D | mp.c | 557 t->y = nexttowardf(t->x, t->x2); in mpnexttowardf()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 33989 extern float nexttowardf (float __x, long double __y) throw () __attribute__ ((__const__)); extern float __nexttowardf (float __x, long double __y) throw () __attribute__ ((__const__)); 35318 using ::nexttowardf; [all...] |
Completed in 32 milliseconds