Home
last modified time | relevance | path

Searched refs:nextafterl (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/src/math/
H A Dfmal.c91 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo); in add_adjusted()
123 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo); in add_and_denormalize()
215 return (nextafterl(z, 0)); in fmal()
222 return (nextafterl(z, -INFINITY)); in fmal()
227 return (nextafterl(z, INFINITY)); in fmal()
H A Dnextafterl.c4 long double nextafterl(long double x, long double y) in nextafterl() function
9 long double nextafterl(long double x, long double y) in nextafterl() function
45 long double nextafterl(long double x, long double y) in nextafterl() function
H A Dnexttowardl.c5 return nextafterl(x, y); in nexttowardl()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfmal.c91 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo); in add_adjusted()
123 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo); in add_and_denormalize()
215 return (nextafterl(z, 0)); in fmal()
222 return (nextafterl(z, -INFINITY)); in fmal()
227 return (nextafterl(z, INFINITY)); in fmal()
H A Dnextafterl.c4 long double nextafterl(long double x, long double y) in nextafterl() function
9 long double nextafterl(long double x, long double y) in nextafterl() function
45 long double nextafterl(long double x, long double y) in nextafterl() function
H A Dnexttowardl.c5 return nextafterl(x, y); in nexttowardl()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_nextafter_test.cpp76 EXPECT_DOUBLE_EQ(0.0L, nextafterl(0.0L, 0.0L)); in HWTEST_F()
78 EXPECT_DOUBLE_EQ(minPositive, nextafterl(0.0L, 1.0L)); in HWTEST_F()
79 EXPECT_DOUBLE_EQ(-minPositive, nextafterl(0.0L, -1.0L)); in HWTEST_F()
/third_party/musl/libc-test/src/math/gen/
H A Dprev.c25 ld = nextafterl(ld, -INFINITY); in main()
H A Dnext.c25 ld = nextafterl(ld, INFINITY); in main()
H A Dmplibm.c173 int mpnextafterl(struct t *t) { return mpl2(t, nextafterl); } in mpnextafterl()
H A Dmp.c541 t->y = nextafterl(t->x, t->x2); in mpnextafterl()
/third_party/musl/libc-test/src/math/
H A Dnextafterl.c11 #include "sanity/nextafterl.h"
12 #include "special/nextafterl.h"
32 y = nextafterl(p->x, p->x2); in main()
36 printf("%s:%d: bad fp exception: %s nextafterl(%La,%La)=%La, want %s", in main()
43 printf("%s:%d: %s nextafterl(%La,%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h301 long double nextafterl(long double, long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h301 long double nextafterl(long double, long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h301 long double nextafterl(long double, long double);
/third_party/musl/include/
H A Dmath.h301 long double nextafterl(long double, long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c184 {long double(*p)(long double,long double) = nextafterl;} in f()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34300 extern long double nextafterl (long double __x, long double __y) throw () __attribute__ ((__const__)); extern long double __nextafterl (long double __x, long double __y) throw () __attribute__ ((__const__));
35315 using ::nextafterl;
[all...]

Completed in 33 milliseconds