Home
last modified time | relevance | path

Searched refs:atan2f (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/CodeGen/
Dlibcalls.c98 float atan2f_ = atan2f(f, f); in test_builtins()
Dlibcall-declarations.c11 float atan2f(float, float);
264 F(atan2), F(atan2f), F(atan2l), F(abs), F(labs),
/external/stlport/stlport/stl/config/
D_como.h120 # define atan2f atan2 macro
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatPoint.cpp67 return atan2f(m_y, m_x); in slopeAngleRadians()
/external/valgrind/main/memcheck/tests/
Dvcpu_fnfns.c175 printf("atan2F(%+20.4e) = %+20.4e\n", (double)f, (double)atan2f(f,1.0)); in main()
/external/skia/include/core/
DSkFloatingPoint.h81 #define sk_float_atan2(y,x) atan2f(y,x)
/external/chromium_org/third_party/skia/include/core/
DSkFloatingPoint.h83 #define sk_float_atan2(y,x) atan2f(y,x)
/external/bison/linux-lib/
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
624 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/external/bison/lib/
Dmath.in.h304 # undef atan2f
305 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
307 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x));
308 _GL_CXXALIASWARN (atan2f);
310 # undef atan2f
312 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/external/bison/darwin-lib/
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
624 _GL_WARN_ON_USE (atan2f, "atan2f is unportable - "
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h132 atan2f, enumerator
/external/ltrace/etc/
Dlibm.so.conf41 float atan2f(float, float);
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
Dmath.pxd82 float atan2f "npy_atan2f"(float x)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dimports.h120 #define atan2f(x,y) ((float) atan2(x,y)) macro
/external/mesa3d/src/mesa/main/
Dimports.h120 #define atan2f(x,y) ((float) atan2(x,y)) macro
/external/clang/lib/Headers/
Dtgmath.h562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} in __tg_atan2()
1229 __tg_carg(float __x) {return atan2f(0.F, __x);} in __tg_carg()
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp507 TLI.setUnavailable(LibFunc::atan2f); in initialize()
/external/llvm/test/Transforms/InstCombine/
Dwin-math.ll46 ; WIN32-NOT: float @atan2f
/external/stlport/stlport/stl/
D_cmath.h86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } in atan2f() function
/external/libcxx/include/
Dcmath63 float atan2f(float y, float x);
721 using ::atan2f;
724 …VISIBILITY float atan2(float __y, float __x) _NOEXCEPT {return atan2f(__y, __x);}
Dcomplex928 return atan2f(0.F, __re);
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp45 static_assert((std::is_same<decltype(atan2f(0,0)), float>::value), ""); in test_atan2()
/external/clang/include/clang/Basic/
DBuiltins.def838 LIBBUILTIN(atan2f, "fff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp102 static_assert((std::is_same<decltype(std::atan2f(0,0)), float>::value), ""); in test_atan2()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt1600 fun:atan2f=uninstrumented