Home
last modified time | relevance | path

Searched refs:llroundl (Results 1 – 12 of 12) 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.x86.map177 llroundl;
Dlibm.mips64.map177 llroundl;
Dlibm.arm64.map177 llroundl;
Dlibm.x86_64.map177 llroundl;
Dlibm.mips.map177 llroundl;
Dlibm.map.txt176 llroundl;
Dlibm.arm.map177 llroundl;
/bionic/libc/include/
Dmath.h285 long long llroundl(long double);
/bionic/libc/tools/
Dposix-2013.txt509 llroundl
/bionic/tests/
Dmath_test.cpp867 ASSERT_EQ(1234L, llroundl(1234.01L)); in TEST()