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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llroundf.c 9 #define fn llroundf
  /external/clang/test/CodeGen/
libcall-declarations.c 113 long long int llroundf(float);
284 F(llrintf), F(llrintl), F(llround), F(llroundf), F(llroundl),
412 // CHECK-NOERRNO: declare i64 @llroundf(float) [[NUW]]
  /bionic/libm/include/
math.h 351 long long llroundf(float);
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 97 inline long long llroundf(float num) { return static_cast<long long>(roundf(num)); } function
  /external/ltrace/etc/
libm.so.conf 133 llong llroundf(float);
  /development/ndk/platforms/android-13/include/
math.h 356 long long llroundf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 358 long long llroundf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 354 long long llroundf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 354 long long llroundf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 351 long long llroundf(float) __NDK_FPABI_MATH__;
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 468 static_assert((std::is_same<decltype(llroundf(0)), long long>::value), "");
  /bionic/tests/
math_test.cpp 863 ASSERT_EQ(1234L, llroundf(1234.01f));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 915 __tg_llround(float __x) {return llroundf(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]

Completed in 1299 milliseconds