Home
last modified time | relevance | path

Searched refs:nextafter (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/musl/src/math/
A Dnextafter.c3 double nextafter(double x, double y) { in nextafter() function
A Dnexttoward.c5 return nextafter(x, y); in nexttoward()
A Dnextafterl.c5 return nextafter(x, y); in nextafterl()
/third_party/ulib/musl/third_party/math/
A Dfma.c376 return (nextafter(z, 0)); in fma()
383 return (nextafter(z, -INFINITY)); in fma()
388 return (nextafter(z, INFINITY)); in fma()
/third_party/ulib/musl/include/
A Dmath.h291 double nextafter(double, double);
/third_party/ulib/musl/
A Dmusl-rules.mk382 $(LOCAL_DIR)/src/math/nextafter.c \
A DWHATSNEW588 - syntax error in nextafter macro in tgmath.h

Completed in 697 milliseconds