HomeSort by: relevance | last modified time | path
    Searched defs:atan2 (Results 1 - 11 of 11) sorted by relevancy

  /src/lib/libm/noieee_src/
n_atan2.c 32 static char sccsid[] = "@(#)atan2.c 8.1 (Berkeley) 6/4/93";
35 /* ATAN2(Y,X)
47 * 1. Reduce y to positive by atan2(y,x)=-atan2(-y,x).
62 * Notations: atan2(y,x) == ARG (x+iy) == ARG(x,y).
76 * atan2(y,x) returns (PI/pi) * the exact ARG (x+iy) nearly rounded,
174 __weak_alias(_atan2l, atan2);
178 atan2(double y, double x) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function
246 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, atan2);
373 using ::atan2;
tgmath.h 551 // atan2
559 __tg_atan2(double __x, double __y) {return atan2(__x, __y);}
565 #undef atan2 macro
566 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
1226 __tg_carg(double __x) {return atan2(0., __x);}
__clang_cuda_math.h 67 __DEVICE__ double atan2(double __a, double __b) { return __nv_atan2(__a, __b); } function
__clang_hip_math.h 709 double atan2(double __x, double __y) { return __ocml_atan2_f64(__x, __y); } function
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
math-68881.h 134 atan2 (double y, double x) function
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
math-68881.h 134 atan2 (double y, double x) function
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 80 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 80 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /src/include/
tgmath.h 149 #define atan2(a,b) __TG_FN2(atan2, (a), (b)) macro
  /src/lib/libm/src/
namespace.h 12 #define atan2 _atan2 macro

Completed in 41 milliseconds