Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_lroundf.c9 #define fn lroundf
/bionic/libm/
Dbuiltins.cpp77 long lroundf(float x) { return __builtin_lroundf(x); } in lroundf() function
Dlibm.map.txt196 lroundf;
/bionic/tests/headers/posix/
Dmath_h.c264 FUNCTION(lroundf, long (*f)(float)); in math_h()
/bionic/libc/include/
Dmath.h250 long lroundf(float __x);
/bionic/libc/tools/
Dposix-2013.txt534 lroundf
/bionic/tests/
Dmath_test.cpp1133 ASSERT_EQ(1234, lroundf(1234.01f)); in TEST()