Home
last modified time | relevance | path

Searched refs:rint (Results 1 – 12 of 12) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_nearbyint.c46 #define DECL(type, fn, rint) \ argument
54 ret = rint(x); \
59 DECL(double, nearbyint, rint)
Ds_rint.c38 rint(double x) in rint() function
91 __weak_reference(rint, rintl);
Ds_llrint.c5 #define roundit rint
Ds_lrint.c36 #define roundit rint
De_scalb.c42 if (rint(fn)!=fn) return (fn-fn)/(fn-fn); in scalb()
/bionic/libm/
Dbuiltins.cpp84 double rint(double x) { return __builtin_rint(x); } in rint() function
86 __weak_reference(rint, rintl);
Dlibm.map.txt222 rint;
/bionic/tests/headers/posix/
Dtgmath_h.c106 TGMATH(rint); in tgmath_h()
Dmath_h.c299 FUNCTION(rint, double (*f)(double)); in math_h()
/bionic/tests/
Dmath_test.cpp1068 TEST(math_h, rint) { in TEST() argument
1073 ASSERT_EQ(1234.0, rint(1234.0)); in TEST()
1075 ASSERT_EQ(1235.0, rint(1234.01)); in TEST()
1091 ASSERT_EQ(1234.0, rint(1234.01)); in TEST()
2126 DoMathDataTest<1>(g_rint_intel_data, rint); in TEST()
/bionic/libc/include/
Dmath.h232 double rint(double __x);
/bionic/libc/tools/
Dposix-2013.txt863 rint