Searched defs:atan2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h49 #undef atan2 macro
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h62 #undef atan2 macro
151 atan2(float __y, float __x) function
155 atan2(long double __y, long double __x) function
162 atan2(_Tp __y, _Up __x) function
/freebsd-10-stable/include/
H A Dtgmath.h163 #define atan2(x, y) __tg_simple2(x, y, atan2) macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h572 #undef atan2 macro
573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h119 atan2, enumerator in enum:llvm::LibFunc::Func

Completed in 118 milliseconds