Searched refs:atan2f (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/CodeGen/
H A Dlibcalls.c98 float atan2f_ = atan2f(f, f);
101 // CHECK-NO: declare float @atan2f(float, float) [[NUW_RN]]
104 // CHECK-YES-NOT: declare float @atan2f(float, float) [[NUW_RN]]
H A Dlibcall-declarations.c11 float atan2f(float, float);
264 F(atan2), F(atan2f), F(atan2l), F(abs), F(labs),
316 // CHECK-NOERRNO: declare float @atan2f(float, float) [[NUW]]
/external/skia/include/private/
H A DSkFloatingPoint.h72 #define sk_float_atan2(y,x) atan2f(y,x)
/external/valgrind/memcheck/tests/
H A Dvcpu_fnfns.c175 printf("atan2F(%+20.4e) = %+20.4e\n", (double)f, (double)atan2f(f,1.0));
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A D__clang_cuda_cmath.h54 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); }
H A Dtgmath.h562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);}
1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
/external/bison/darwin-lib/
H A Dmath.h616 # undef atan2f
617 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
619 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
620 _GL_CXXALIASWARN (atan2f);
622 # undef atan2f macro
624 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
625 "use gnulib module atan2f for portability");
/external/bison/lib/
H A Dmath.in.h304 # undef atan2f macro
305 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
307 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
308 _GL_CXXALIASWARN (atan2f); variable
310 # undef atan2f macro
312 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
313 "use gnulib module atan2f for portability");
/external/bison/linux-lib/
H A Dmath.h616 # undef atan2f
617 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
619 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
620 _GL_CXXALIASWARN (atan2f);
622 # undef atan2f macro
624 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
625 "use gnulib module atan2f for portability");
/external/mesa3d/src/mesa/main/
H A Dimports.h120 #define atan2f(x,y) ((float) atan2(x,y)) macro
/external/clang/lib/Headers/
H A Dtgmath.h562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);}
1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
/external/ltrace/etc/
H A Dlibm.so.conf41 float atan2f(float, float);
/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp47 static_assert((std::is_same<decltype(atan2f(0,0)), float>::value), "");
/external/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp200 TLI.setUnavailable(LibFunc::atan2f);
H A DConstantFolding.cpp1290 Name == "atanf" || Name == "atan2f";
1690 (Name == "atan2f" && TLI->has(LibFunc::atan2f)))
/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp185 static_assert((std::is_same<decltype(std::atan2f(0,0)), float>::value), "");

Completed in 683 milliseconds