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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llrintf.c 7 #define fn llrintf
  /external/clang/test/CodeGen/
libcall-declarations.c 110 long long int llrintf(float);
284 F(llrintf), F(llrintl), F(llround), F(llroundf), F(llroundl),
409 // CHECK-NOERRNO: declare i64 @llrintf(float) [[NUW]]
  /bionic/libm/include/
math.h 350 long long llrintf(float);
  /external/ltrace/etc/
libm.so.conf 269 llong llrintf(float);
  /development/ndk/platforms/android-13/include/
math.h 355 long long llrintf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 357 long long llrintf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 353 long long llrintf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 353 long long llrintf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 350 long long llrintf(float) __NDK_FPABI_MATH__;
  /bionic/tests/
math_test.cpp 778 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode.
780 ASSERT_EQ(1235L, llrintf(1234.01f));
782 fesetround(FE_TOWARDZERO); // llrint/llrintf/llrintl obey the rounding mode.
784 ASSERT_EQ(1234L, llrintf(1234.01f));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 460 static_assert((std::is_same<decltype(llrintf(0)), long long>::value), "");
  /external/clang/lib/Headers/
tgmath.h 898 __tg_llrint(float __x) {return llrintf(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]

Completed in 40 milliseconds