Home
last modified time | relevance | path

Searched refs:lround (Results 1 – 6 of 6) 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()
Dlibm.map195 lround;
/bionic/libm/include/
Dmath.h243 long lround(double);
/bionic/libc/tools/
Dposix-2013.txt535 lround
/bionic/tests/
Dmath_test.cpp839 TEST(math, lround) { in TEST() argument
844 ASSERT_EQ(1234, lround(1234.01)); in TEST()