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.c36 long lroundl(long double a1) { return lround(a1); } in lroundl()
/bionic/libm/include/
Dmath.h243 long lround(double);
/bionic/tests/
Dmath_test.cpp847 TEST(math, lround) { in TEST() argument
852 ASSERT_EQ(1234, lround(1234.01)); in TEST()