Home
last modified time | relevance | path

Searched refs:lround (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_lround.c39 #define fn lround
/bionic/libm/
Dfake_long_double.c60 long lroundl(long double a1) { return lround(a1); } in lroundl()
/bionic/libm/include/
Dmath.h239 long lround(double);
/bionic/tests/
Dmath_test.cpp735 TEST(math, lround) { in TEST() argument
737 ASSERT_EQ(1234, lround(1234.01)); in TEST()