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

1 23

  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
math.h 57 long double atanl(long double x);
772 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return ::atanl(__lcpp_x);}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
math.h 57 long double atanl(long double x);
772 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return ::atanl(__lcpp_x);}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 679 extern long double __cdecl atanl (long double);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
math.h 57 long double atanl(long double x);
772 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return ::atanl(__lcpp_x);}
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 161 static_assert((std::is_same<decltype(atanl(0)), long double>::value), "");
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 164 static_assert((std::is_same<decltype(std::atanl(0)), long double>::value), "");
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp 161 static_assert((std::is_same<decltype(atanl(0)), long double>::value), "");
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp 164 static_assert((std::is_same<decltype(std::atanl(0)), long double>::value), "");
    [all...]

Completed in 1292 milliseconds

1 23