HomeSort by relevance Sort by last modified time
    Searched refs:sqrtl (Results 151 - 175 of 177) sorted by null

1 2 3 4 5 67 8

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
math.h 457 long double sqrtl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
math.h 457 long double sqrtl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
math.h 476 long double sqrtl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h 476 long double sqrtl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h 476 long double sqrtl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 476 long double sqrtl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 476 long double sqrtl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 476 long double sqrtl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 476 long double sqrtl(long double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 99 inline long double sqrtl(long double v) { return __sqrtl(v); } function
  /bionic/tests/
math_test.cpp 536 TEST(math, sqrtl) {
537 ASSERT_DOUBLE_EQ(2.0L, sqrtl(4.0L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 177 static_assert((std::is_same<decltype(sqrtl(0)), long double>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 177 static_assert((std::is_same<decltype(sqrtl(0)), long double>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 744 extern long double sqrtl(long double);
  /external/clang/lib/Headers/
tgmath.h 512 __tg_sqrt(long double __x) {return sqrtl(__x);}
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 512 __tg_sqrt(long double __x) {return sqrtl(__x);}
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 512 __tg_sqrt(long double __x) {return sqrtl(__x);}
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 512 __tg_sqrt(long double __x) {return sqrtl(__x);}
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 512 __tg_sqrt(long double __x) {return sqrtl(__x);}
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 512 __tg_sqrt(long double __x) {return sqrtl(__x);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 512 __tg_sqrt(long double __x) {return sqrtl(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 512 __tg_sqrt(long double __x) {return sqrtl(__x);}
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 402 static_assert((std::is_same<decltype(std::sqrtl(0)), long double>::value), "");
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 402 static_assert((std::is_same<decltype(std::sqrtl(0)), long double>::value), "");
    [all...]

Completed in 901 milliseconds

1 2 3 4 5 67 8