Home
last modified time | relevance | path

Searched defs:atan2 (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/perf/
Dfbench.c348 #define atan2 I_atan2 macro
529 static double atan2(y, x) in atan2() function
/external/valgrind/main/memcheck/tests/
Dvcpu_fbench.c352 #define atan2 I_atan2 macro
533 static double atan2(y, x) in atan2() function
/external/stlport/stlport/stl/
D_valarray.h928 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/
Djet.h393 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/
Dpsy_configuration.cpp298 FIXP_DBL bvalFFTLine, atan1, atan2; in FDKaacEnc_BarcLineValue() local
/external/chromium_org/third_party/WebKit/Source/wtf/
DMathExtras.h171 #define atan2(x, y) wtf_atan2(x, y) macro
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h130 atan2, enumerator
/external/clang/lib/Headers/
Dtgmath.h573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro