Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_llroundl.c9 #define fn llroundl
/bionic/libm/
Dfake_long_double.c35 long long llroundl(long double a1) { return llround(a1); } in llroundl() function
Dlibm.map.txt176 llroundl;
/bionic/tests/headers/posix/
Dmath_h.c241 FUNCTION(llroundl, long long (*f)(long double)); in math_h()
/bionic/libc/include/
Dmath.h255 long long llroundl(long double __x) __RENAME_LDBL(llround, 3, 3);
/bionic/libc/tools/
Dposix-2013.txt509 llroundl
/bionic/tests/
Dmath_test.cpp1142 ASSERT_EQ(1234L, llroundl(1234.01L)); in TEST()