HomeSort by relevance Sort by last modified time
    Searched refs:llrintl (Results 1 - 14 of 14) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llrintl.c 7 #define fn llrintl
  /bionic/libm/
fake_long_double.c 33 long long llrintl(long double a1) { return llrint(a1); } function
  /external/clang/test/CodeGen/
libcall-declarations.c 111 long long int llrintl(long double);
284 F(llrintf), F(llrintl), F(llround), F(llroundf), F(llroundl),
410 // CHECK-NOERRNO: declare i64 @llrintl(x86_fp80) [[NUW]]
  /bionic/libm/include/
math.h 432 long long llrintl(long double);
  /external/ltrace/etc/
libm.so.conf 270 llong llrintl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 446 long long llrintl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 448 long long llrintl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 443 long long llrintl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 443 long long llrintl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 432 long long llrintl(long double) __NDK_FPABI_MATH__;
  /bionic/tests/
math_test.cpp 778 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode.
781 ASSERT_EQ(1235L, llrintl(1234.01L));
782 fesetround(FE_TOWARDZERO); // llrint/llrintf/llrintl obey the rounding mode.
785 ASSERT_EQ(1234L, llrintl(1234.01L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 461 static_assert((std::is_same<decltype(llrintl(0)), long long>::value), "");
  /external/clang/lib/Headers/
tgmath.h 906 __tg_llrint(long double __x) {return llrintl(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]

Completed in 42 milliseconds