Home
last modified time | relevance | path

Searched refs:lroundl (Results 1 – 4 of 4) 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
/bionic/libm/include/
Dmath.h440 long lroundl(long double);
/bionic/tests/
Dmath_test.cpp838 ASSERT_EQ(1234, lroundl(1234.01L)); in TEST()