/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_lrintl.c | 7 #define fn lrintl
|
/bionic/libm/ |
fake_long_double.c | 34 long lrintl(long double a1) { return lrint(a1); } function
|
Android.mk | 246 # self recursions for lrint, lrintf, and lrintl.
|
/external/clang/test/CodeGen/ |
libcall-declarations.c | 132 long int lrintl(long double); 288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf), 431 // CHECK-NOERRNO: declare i64 @lrintl(x86_fp80) [[NUW]]
|
/bionic/libm/include/ |
math.h | 439 long lrintl(long double);
|
/external/ltrace/etc/ |
libm.so.conf | 266 long lrintl(ldouble);
|
/development/ndk/platforms/android-13/include/ |
math.h | 455 long lrintl(long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-18/include/ |
math.h | 458 long lrintl(long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-3/include/ |
math.h | 452 long lrintl(long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-9/include/ |
math.h | 452 long lrintl(long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-L/include/ |
math.h | 439 long lrintl(long double) __NDK_FPABI_MATH__;
|
/bionic/tests/ |
math_test.cpp | 769 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode. 772 ASSERT_EQ(1235, lrintl(1234.01L)); 773 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode. 776 ASSERT_EQ(1234, lrintl(1234.01L)); [all...] |
/external/libcxx/test/depr/depr.c.headers/ |
math_h.disabled.cpp | 501 static_assert((std::is_same<decltype(lrintl(0)), long>::value), "");
|
/external/clang/lib/Headers/ |
tgmath.h | 1008 __tg_lrint(long double __x) {return lrintl(__x);}
|
/external/libcxx/test/numerics/c.math/ |
cmath.disabled.cpp | [all...] |