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

  /bionic/libm/upstream-freebsd/lib/msun/src/
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);
s_atanl.c 33 atanl(long double x) function
55 if (expt < ATAN_LINEAR) { /* if |x| is small, atanl(x)~=x */
  /external/clang/test/CodeGen/
libcalls.c 87 long double atanl_ = atanl(ld);
90 // CHECK-NO: declare x86_fp80 @atanl(x86_fp80) [[NUW_RN]]
93 // CHECK-YES-NOT: declare x86_fp80 @atanl(x86_fp80) [[NUW_RN]]
libcall-declarations.c 54 long double atanl( long double);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
353 // CHECK-NOERRNO: declare x86_fp80 @atanl(x86_fp80) [[NUW]]
  /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...]
  /bionic/libm/include/
math.h 409 long double atanl(long double);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 143 /// long double atanl(long double x);
144 atanl, enumerator in enum:llvm::LibFunc::Func
  /external/ltrace/etc/
libm.so.conf 38 ldouble atanl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 415 long double atanl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 417 long double atanl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 412 long double atanl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 412 long double atanl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 409 long double atanl(long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 82 "atanl",
433 TLI.setUnavailable(LibFunc::atanl);
  /bionic/tests/
math_test.cpp 356 TEST(math, atanl) {
357 ASSERT_DOUBLE_EQ(0.0L, atanl(0.0L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 38 static_assert((std::is_same<decltype(atanl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 133 __tg_atan(long double __x) {return atanl(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 82 static_assert((std::is_same<decltype(std::atanl(0)), long double>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 584 milliseconds