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

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 454 long lroundl(long double);
  /bionic/libm/include/
math.h 423 long lroundl(long double);
  /bionic/tests/
math_test.cpp 739 ASSERT_EQ(1234, lroundl(1234.01));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 509 static_assert((std::is_same<decltype(lroundl(0)), long>::value), "");
  /external/clang/lib/Headers/
tgmath.h 1025 __tg_lround(long double __x) {return lroundl(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1025 __tg_lround(long double __x) {return lroundl(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]

Completed in 1326 milliseconds

1 23