Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_lroundl.c9 #define fn lroundl
/bionic/libm/
Dfake_long_double.c37 long lroundl(long double a1) { return lround(a1); } in lroundl() function
Dlibm.mips64.map198 lroundl;
Dlibm.x86.map198 lroundl;
Dlibm.arm64.map198 lroundl;
Dlibm.x86_64.map198 lroundl;
Dlibm.mips.map198 lroundl;
Dlibm.arm.map198 lroundl;
Dlibm.map.txt197 lroundl;
/bionic/libc/include/
Dmath.h278 long lroundl(long double);
/bionic/libc/tools/
Dposix-2013.txt536 lroundl
/bionic/tests/
Dmath_test.cpp867 ASSERT_EQ(1234, lroundl(1234.01L)); in TEST()