Home
last modified time | relevance | path

Searched refs:llround (Results 1 – 8 of 8) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_llround.c9 #define fn llround
/bionic/libm/
Dfake_long_double.c36 long long llroundl(long double a1) { return llround(a1); } in llroundl()
Dlibm.map.txt174 llround;
/bionic/libc/include/
Dmath.h255 long long llround(double __x);
257 long long llroundl(long double __x) __RENAME_LDBL(llround, 3, 3);
/bionic/tests/headers/posix/
Dtgmath_h.c94 TGMATH(llround); in tgmath_h()
Dmath_h.c239 FUNCTION(llround, long long (*f)(double)); in math_h()
/bionic/libc/tools/
Dposix-2013.txt508 llround
/bionic/tests/
Dmath_test.cpp1096 TEST(MATH_TEST, llround) { in TEST() argument
1099 ASSERT_EQ(1234L, llround(1234.01)); in TEST()