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.c60 long lroundl(long double a1) { return lround(a1); } in lroundl() function
/bionic/libm/include/
Dmath.h423 long lroundl(long double);
/bionic/tests/
Dmath_test.cpp739 ASSERT_EQ(1234, lroundl(1234.01)); in TEST()