HomeSort by: relevance | last modified time | path
    Searched refs:atan2l (Results 1 - 25 of 103) sorted by relevancy

1 2 3 4 5

  /src/lib/libm/complex/
cargl.c 15 return atan2l(__imag__ z, __real__ z);
clogl.c 44 rr = atan2l(cimagl(z), creall(z));
catrigl.c 232 ry = atan2l(new_y, sqrt_A2my2);
292 rx = atan2l(sqrt_A2mx2, new_x);
294 rx = atan2l(sqrt_A2mx2, -new_x);
336 return (CMPLXL(logl(hypotl(x / m_e, y / m_e)) + 1, atan2l(y, x)));
339 return (CMPLXL(logl(hypotl(x, y)), atan2l(y, x)));
341 return (CMPLXL(logl(ax*ax + ay*ay) / 2, atan2l(y, x)));
422 ry = atan2l(2, -ay) / 2;
424 ry = atan2l(2*ay, (1-ax)*(1+ax)) / 2;
426 ry = atan2l(2*ay, (1-ax)*(1+ax) - ay*ay) / 2;
catanl.c 61 t = 0.5L * atan2l(2.0L * x, a);
  /src/lib/libm/src/
s_cargl.c 37 return (atan2l(cimagl(z), creall(z)));
e_atan2l.c 27 __weak_alias(atan2l, _atan2l)
67 atan2l(long double y, long double x) function
145 atan2l(long double y, long double x)
namespace.h 14 #define atan2l _atan2l macro
s_clogl.c 67 v = atan2l(y, x);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
math_stubs_long_double.cc 67 atan2l(long double x, long double y) function
  /src/include/
math.h 332 long double atan2l(long double, long double);
  /src/lib/libm/arch/vax/
n_atan2.S 85 WEAK_ALIAS(atan2l, _atan2l)
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/
symver-config.h 35 /* Define to 1 if you have the `atan2l' function. */
1118 # define atan2l _atan2l macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/
symver-config.h 35 /* Define to 1 if you have the `atan2l' function. */
1118 # define atan2l _atan2l macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/
symver-config.h 35 /* Define to 1 if you have the `atan2l' function. */
1118 # define atan2l _atan2l macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/
symver-config.h 32 /* Define to 1 if you have the `atan2l' function. */
1097 # define atan2l _atan2l macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/
symver-config.h 29 /* Define to 1 if you have the `atan2l' function. */
1040 # define atan2l _atan2l macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/
symver-config.h 35 /* Define to 1 if you have the `atan2l' function. */
1118 # define atan2l _atan2l macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/
symver-config.h 35 /* Define to 1 if you have the `atan2l' function. */
1118 # define atan2l _atan2l macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/
symver-config.h 35 /* Define to 1 if you have the `atan2l' function. */
1118 # define atan2l _atan2l macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/
symver-config.h 35 /* Define to 1 if you have the `atan2l' function. */
1118 # define atan2l _atan2l macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/
symver-config.h 35 /* Define to 1 if you have the `atan2l' function. */
1118 # define atan2l _atan2l macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/
symver-config.h 35 /* Define to 1 if you have the `atan2l' function. */
1118 # define atan2l _atan2l macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/
symver-config.h 35 /* Define to 1 if you have the `atan2l' function. */
1118 # define atan2l _atan2l macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/
symver-config.h 35 /* Define to 1 if you have the `atan2l' function. */
1118 # define atan2l _atan2l macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/
symver-config.h 35 /* Define to 1 if you have the `atan2l' function. */
1118 # define atan2l _atan2l macro

Completed in 53 milliseconds

1 2 3 4 5