Home
last modified time | relevance | path

Searched refs:llroundf (Results 1 – 7 of 7) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_llroundf.c9 #define fn llroundf
/bionic/libm/
Dbuiltins.cpp79 long long llroundf(float x) { return __builtin_llroundf(x); } in llroundf() function
Dlibm.map.txt175 llroundf;
/bionic/tests/headers/posix/
Dmath_h.c240 FUNCTION(llroundf, long long (*f)(float)); in math_h()
/bionic/libc/include/
Dmath.h254 long long llroundf(float __x);
/bionic/libc/tools/
Dposix-2013.txt507 llroundf
/bionic/tests/
Dmath_test.cpp1141 ASSERT_EQ(1234L, llroundf(1234.01f)); in TEST()