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

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 353 long long llrintf(float);
  /bionic/libm/include/
math.h 345 long long llrintf(float);
  /bionic/tests/
math_test.cpp 673 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode.
675 ASSERT_EQ(1235L, llrintf(1234.01f));
677 fesetround(FE_TOWARDZERO); // llrint/llrintf/llrintl obey the rounding mode.
679 ASSERT_EQ(1234L, llrintf(1234.01f));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.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);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 898 __tg_llrint(float __x) {return llrintf(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]

Completed in 271 milliseconds

1 23