Home
last modified time | relevance | path

Searched refs:lroundl (Results 1 – 7 of 7) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_lroundl.c9 #define fn lroundl
/bionic/libm/
Dfake_long_double.c36 long lroundl(long double a1) { return lround(a1); } in lroundl() function
Dlibm.map.txt197 lroundl;
/bionic/tests/headers/posix/
Dmath_h.c265 FUNCTION(lroundl, long (*f)(long double)); in math_h()
/bionic/libc/include/
Dmath.h251 long lroundl(long double __x) __RENAME_LDBL(lround, 3, 3);
/bionic/libc/tools/
Dposix-2013.txt536 lroundl
/bionic/tests/
Dmath_test.cpp1134 ASSERT_EQ(1234, lroundl(1234.01L)); in TEST()