Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_llround.c9 #define fn llround
/bionic/libm/
Dfake_long_double.c35 long long llroundl(long double a1) { return llround(a1); } in llroundl()
Dlibm.x86.map175 llround;
Dlibm.mips64.map175 llround;
Dlibm.arm64.map175 llround;
Dlibm.x86_64.map175 llround;
Dlibm.mips.map175 llround;
Dlibm.map.txt174 llround;
Dlibm.arm.map175 llround;
/bionic/libc/include/
Dmath.h149 long long llround(double);
/bionic/libc/tools/
Dposix-2013.txt508 llround
/bionic/tests/
Dmath_test.cpp862 TEST(math, llround) { in TEST() argument
865 ASSERT_EQ(1234L, llround(1234.01)); in TEST()