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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llround.c 9 #define fn llround
  /bionic/libm/
fake_long_double.c 35 long long llroundl(long double a1) { return llround(a1); }
  /external/clang/test/CodeGen/
libcall-declarations.c 112 long long int llround(double);
284 F(llrintf), F(llrintl), F(llround), F(llroundf), F(llroundl),
411 // CHECK-NOERRNO: declare i64 @llround(double) [[NUW]]
  /bionic/libm/include/
math.h 238 long long llround(double);
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 96 inline long long llround(double num) { return static_cast<long long>(round(num)); } function
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/clang/lib/Headers/
tgmath.h 911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 467 static_assert((std::is_same<decltype(llround((double)0)), long long>::value), "");
470 assert(llround(1) == 1LL);
  /external/ltrace/etc/
libm.so.conf 132 llong llround(double);
  /development/ndk/platforms/android-13/include/
math.h 249 long long llround(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 249 long long llround(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 249 long long llround(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 249 long long llround(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 238 long long llround(double) __NDK_FPABI_MATH__;
  /bionic/tests/
math_test.cpp 857 TEST(math, llround) {
861 fesetround(FE_UPWARD); // llround ignores the rounding mode.
862 ASSERT_EQ(1234L, llround(1234.01));
    [all...]

Completed in 613 milliseconds