Home
last modified time | relevance | path

Searched refs:nexttowardf (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_nexttoward_test.cpp30 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 Dnexttowardf.c3 float nexttowardf(float x, long double y) in nexttowardf() function
/third_party/musl/src/math/
H A Dnexttowardf.c3 float nexttowardf(float x, long double y) in nexttowardf() function
/third_party/musl/libc-test/src/math/
H A Dnexttowardf.c8 #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 Dmath.h304 float nexttowardf(float, long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h304 float nexttowardf(float, long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h304 float nexttowardf(float, long double);
/third_party/musl/include/
H A Dmath.h304 float nexttowardf(float, long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c186 {float(*p)(float,long double) = nexttowardf;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c185 t->y = nexttowardf(t->x, t->x2); in mpnexttowardf()
H A Dmp.c557 t->y = nexttowardf(t->x, t->x2); in mpnexttowardf()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp33989 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 31 milliseconds