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

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dnearbyint.c5 /* nearbyint is the same as rint, but it must not raise the inexact exception */
7 double nearbyint(double x) { function
H A Dnearbyintl.c7 return nearbyint(x);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h287 double nearbyint(double);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk379 $(LOCAL_DIR)/src/math/nearbyint.c \

Completed in 43 milliseconds