Searched refs:lrint (Results 1 - 6 of 6) sorted by relevance

/bionic/libm/arm64/
H A Dlrint.S19 ENTRY(lrint) function
23 END(lrint)
32 ALIAS_SYMBOL(llrint, lrint);
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_lrint.c36 #define fn lrint
/bionic/libm/
H A Dfake_long_double.c34 long lrintl(long double a1) { return lrint(a1); }
H A DAndroid.mk299 arm64/lrint.S \
497 # self recursions for lrint, lrintf, and lrintl.
/bionic/libm/include/
H A Dmath.h242 long lrint(double);
/bionic/tests/
H A Dmath_test.cpp756 TEST(math, lrint) {
761 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode.
762 ASSERT_EQ(1235, lrint(1234.01));
765 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode.
766 ASSERT_EQ(1234, lrint(1234.01));

Completed in 42 milliseconds