Searched defs:atan2 (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/perf/ |
D | fbench.c | 348 #define atan2 I_atan2 macro 529 static double atan2(y, x) in atan2() function
|
/external/valgrind/main/memcheck/tests/ |
D | vcpu_fbench.c | 352 #define atan2 I_atan2 macro 533 static double atan2(y, x) in atan2() function
|
/external/stlport/stlport/stl/ |
D | _valarray.h | 928 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, in atan2() function 938 inline valarray<_Tp> atan2(const valarray<_Tp>& __x, const _Tp& __c) { in atan2() function 947 inline valarray<_Tp> atan2(const _Tp& __c, const valarray<_Tp>& __x) { in atan2() function
|
/external/ceres-solver/include/ceres/ |
D | jet.h | 393 inline double atan2(double y, double x) { return std::atan2(y, x); } in atan2() function 557 Jet<T, N> atan2(const Jet<T, N>& g, const Jet<T, N>& f) { in atan2() function
|
/external/aac/libAACenc/src/ |
D | psy_configuration.cpp | 298 FIXP_DBL bvalFFTLine, atan1, atan2; in FDKaacEnc_BarcLineValue() local
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | MathExtras.h | 171 #define atan2(x, y) wtf_atan2(x, y) macro
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 130 atan2, enumerator
|
/external/clang/lib/Headers/ |
D | tgmath.h | 573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
|