Home
last modified time | relevance | path

Searched refs:lround (Results 1 – 8 of 8) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_lround.c41 #define fn lround
/bionic/libm/
Dfake_long_double.c37 long lroundl(long double a1) { return lround(a1); } in lroundl()
Dlibm.map.txt195 lround;
/bionic/tests/headers/posix/
Dtgmath_h.c100 TGMATH(lround); in tgmath_h()
Dmath_h.c263 FUNCTION(lround, long (*f)(double)); in math_h()
/bionic/libc/include/
Dmath.h251 long lround(double __x);
253 long lroundl(long double __x) __RENAME_LDBL(lround, 3, 3);
/bionic/libc/tools/
Dposix-2013.txt535 lround
/bionic/tests/
Dmath_test.cpp1088 TEST(MATH_TEST, lround) { in TEST() argument
1091 ASSERT_EQ(1234, lround(1234.01)); in TEST()