Searched refs:nearbyint (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/arm64/
H A Dnearbyint.c3 double nearbyint(double x) function
/haiku/src/system/libroot/posix/musl/math/
H A Dnearbyint.c4 /* nearbyint is the same as rint, but it must not raise the inexact exception */
6 double nearbyint(double x) function
H A Dnearbyintl.c7 return nearbyint(x);
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h289 __MATHCALL (nearbyint,, (_Mdouble_ __x));
/haiku/headers/posix/
H A Dmath.h237 extern double nearbyint(double x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2113 void nearbyint() {} function
H A Dlibroot_stubs_legacy.c2086 void nearbyint() {} function

Completed in 161 milliseconds