Searched refs:atan2f (Results 1 - 19 of 19) 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/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPoint.cpp67 return atan2f(m_y, m_x);
/external/stlport/stlport/stl/config/
H A D_como.h120 # define atan2f atan2 macro
/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h83 #define sk_float_atan2(y,x) atan2f(y,x)
/external/skia/include/core/
H A DSkFloatingPoint.h81 #define sk_float_atan2(y,x) atan2f(y,x)
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fnfns.c175 printf("atan2F(%+20.4e) = %+20.4e\n", (double)f, (double)atan2f(f,1.0));
/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/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h131 /// float atan2f(float y, float x);
132 atan2f, enumerator in enum:llvm::LibFunc::Func
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h120 #define atan2f(x,y) ((float) atan2(x,y)) macro
/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/llvm/lib/Target/
H A DTargetLibraryInfo.cpp76 "atan2f",
507 TLI.setUnavailable(LibFunc::atan2f);
/external/stlport/stlport/stl/
H A D_cmath.h86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp45 static_assert((std::is_same<decltype(atan2f(0,0)), float>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp102 static_assert((std::is_same<decltype(std::atan2f(0,0)), float>::value), "");

Completed in 570 milliseconds