HomeSort by relevance Sort by last modified time
    Searched full:atanl (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_atanl.c 33 atanl(long double x) function
55 if (expt < ATAN_LINEAR) { /* if |x| is small, atanl(x)~=x */
e_atan2l.c 67 return atanl(y); /* x=1.0 */
112 else z=atanl(fabsl(y/x)); /* safe to do y/x */
s_atan.c 123 __weak_reference(atan, atanl);
  /external/clang/test/CodeGen/
libcalls.c 82 long double atanl_ = atanl(ld);
85 // CHECK-NO: declare x86_fp80 @atanl(x86_fp80) [[NUW_RN]]
88 // CHECK-YES-NOT: declare x86_fp80 @atanl(x86_fp80) [[NUW_RN]]
libcall-declarations.c 12 long double atanl(long double);
80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
96 // CHECK-NOERRNO: declare x86_fp80 @atanl(x86_fp80) [[NUW]]
  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
math.h 29 long double atanl(long double);
  /external/bison/darwin-lib/
math.h 600 # undef atanl
601 _GL_FUNCDECL_SYS (atanl, long double, (long double x));
603 _GL_CXXALIAS_SYS (atanl, long double, (long double x));
604 _GL_CXXALIASWARN (atanl);
606 # undef atanl macro
608 _GL_WARN_ON_USE (atanl, "atanl is unportable - "
609 "use gnulib module atanl for portability");
    [all...]
  /external/bison/lib/
math.in.h 288 # undef atanl macro
289 _GL_FUNCDECL_SYS (atanl, long double, (long double x));
291 _GL_CXXALIAS_SYS (atanl, long double, (long double x));
292 _GL_CXXALIASWARN (atanl); variable
294 # undef atanl macro
296 _GL_WARN_ON_USE (atanl, "atanl is unportable - "
297 "use gnulib module atanl for portability");
    [all...]
  /external/bison/linux-lib/
math.h 600 # undef atanl
601 _GL_FUNCDECL_SYS (atanl, long double, (long double x));
603 _GL_CXXALIAS_SYS (atanl, long double, (long double x));
604 _GL_CXXALIASWARN (atanl);
606 # undef atanl macro
608 _GL_WARN_ON_USE (atanl, "atanl is unportable - "
609 "use gnulib module atanl for portability");
    [all...]
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 71 "atanl",
376 TLI.setUnavailable(LibFunc::atanl);
  /external/bison/m4/
math_h.m4 41 [acosf acosl asinf asinl atanf atanl
  /bionic/tests/
math_test.cpp 264 TEST(math, atanl) {
265 ASSERT_FLOAT_EQ(0.0, atanl(0.0));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 110 /// long double atanl(long double x);
111 atanl, enumerator in enum:llvm::LibFunc::Func
  /ndk/sources/cxx-stl/llvm-libc++/include/
cmath 60 long double atanl(long double x);
708 inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __x) _NOEXCEPT {return atanl(__x);}
    [all...]
  /bionic/libm/include/
math.h 401 long double atanl(long double);
  /development/ndk/platforms/android-3/include/
math.h 412 long double atanl(long double);
  /development/ndk/platforms/android-9/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 412 long double atanl(long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 412 long double atanl(long double);

Completed in 433 milliseconds

1 2 3 4 5 6