Searched refs:rint (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dllrint.c6 return rint(x);
H A Dlrint.c34 x = rint(x);
42 return rint(x);
H A Dnearbyint.c5 /* nearbyint is the same as rint, but it must not raise the inexact exception */
14 x = rint(x);
H A Drint.c12 double rint(double x) { function
H A Drintl.c5 return rint(x);
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dscalb.c30 if (rint(fn) != fn)
/fuchsia/zircon/third_party/ulib/musl/src/math/x86_64/
H A Dexp2l.S61 fsub %st(2) # st(0)=x-rint(x), st(1)=1, st(2)=rint(x)
63 faddp # 2^(x-rint(x))
79 faddp # 2^(x-rint(x))
80 fldt (%rsp) # 2^rint(x)
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h311 double rint(double);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk393 $(LOCAL_DIR)/src/math/rint.c \

Completed in 84 milliseconds