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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cargl.c 37 return (atan2l(cimagl(z), creall(z)));
e_atan2.c 128 __weak_reference(atan2, atan2l);
e_atan2l.c 47 atan2l(long double y, long double x) function
  /external/clang/test/CodeGen/
libcalls.c 97 long double atan2l_ = atan2l(ld, ld);
100 // CHECK-NO: declare x86_fp80 @atan2l(x86_fp80, x86_fp80) [[NUW_RN]]
103 // CHECK-YES-NOT: declare x86_fp80 @atan2l(x86_fp80, x86_fp80) [[NUW_RN]]
libcall-declarations.c 12 long double atan2l(long double, long double);
264 F(atan2), F(atan2f), F(atan2l), F(abs), F(labs),
317 // CHECK-NOERRNO: declare x86_fp80 @atan2l(x86_fp80, x86_fp80) [[NUW]]
  /bionic/libm/include/
math.h 407 long double atan2l(long double, long double);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 133 /// long double atan2l(long double y, long double x);
134 atan2l, enumerator in enum:llvm::LibFunc::Func
  /external/ltrace/etc/
libm.so.conf 42 ldouble atan2l(ldouble, ldouble);
  /development/ndk/platforms/android-13/include/
math.h 413 long double atan2l(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 415 long double atan2l(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 410 long double atan2l(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 410 long double atan2l(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 407 long double atan2l(long double, long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 77 "atan2l",
434 TLI.setUnavailable(LibFunc::atan2l);
  /bionic/tests/
math_test.cpp 368 TEST(math, atan2l) {
369 ASSERT_DOUBLE_EQ(0.0L, atan2l(0.0L, 0.0L));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);}
1237 __tg_carg(long double __x) {return atan2l(0.L, __x);}
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 46 static_assert((std::is_same<decltype(atan2l(0,0)), long double>::value), "");
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 103 static_assert((std::is_same<decltype(std::atan2l(0,0)), long double>::value), "");
    [all...]

Completed in 360 milliseconds