| /src/lib/libm/complex/ |
| cargf.c | 16 return atan2f(__imag__ z, __real__ z);
|
| clogf.c | 44 rr = atan2f(cimagf(z), crealf(z));
|
| catrigf.c | 201 ry = atan2f(new_y, sqrt_A2my2); 263 rx = atan2f(sqrt_A2mx2, new_x); 265 rx = atan2f(sqrt_A2mx2, -new_x); 308 atan2f(y, x))); 311 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x))); 313 return (CMPLXF(logf(ax * ax + ay * ay) / 2, atan2f(y, x))); 391 ry = atan2f(2, -ay) / 2; 393 ry = atan2f(2 * ay, (1 - ax) * (1 + ax)) / 2; 395 ry = atan2f(2 * ay, (1 - ax) * (1 + ax) - ay * ay) / 2;
|
| catanf.c | 61 t = 0.5f * atan2f(2.0f * x, a);
|
| /src/lib/libm/src/ |
| w_atan2f.c | 22 * wrapper atan2f(y,x) 30 __weak_alias(atan2f, _atan2f) 34 atan2f(float y, float x) /* wrapper atan2f */ 43 /* atan2f(+-0,+-0) */
|
| namespace.h | 13 #define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| math_stubs_float.cc | 67 atan2f(float x, float y) 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); } 447 using ::atan2f;
|
| /src/include/ |
| math.h | 324 float atan2f(float, float);
|
| /src/lib/libm/arch/vax/ |
| n_atan2.S | 75 WEAK_ALIAS(atan2f, _atan2f)
|
| /src/external/gpl3/gcc.old/dist/libgfortran/ |
| c99_protos.h | 51 extern float atan2f(float, float);
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/ |
| symver-config.h | 32 /* Define to 1 if you have the `atan2f' function. */ 1113 # define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/ |
| symver-config.h | 32 /* Define to 1 if you have the `atan2f' function. */ 1113 # define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/ |
| symver-config.h | 32 /* Define to 1 if you have the `atan2f' function. */ 1113 # define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/ |
| symver-config.h | 29 /* Define to 1 if you have the `atan2f' function. */ 1092 # define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/ |
| symver-config.h | 26 /* Define to 1 if you have the `atan2f' function. */ 1035 # define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/ |
| symver-config.h | 32 /* Define to 1 if you have the `atan2f' function. */ 1113 # define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/ |
| symver-config.h | 32 /* Define to 1 if you have the `atan2f' function. */ 1113 # define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/ |
| symver-config.h | 32 /* Define to 1 if you have the `atan2f' function. */ 1113 # define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/ |
| symver-config.h | 32 /* Define to 1 if you have the `atan2f' function. */ 1113 # define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/ |
| symver-config.h | 32 /* Define to 1 if you have the `atan2f' function. */ 1113 # define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/ |
| symver-config.h | 32 /* Define to 1 if you have the `atan2f' function. */ 1113 # define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/ |
| symver-config.h | 32 /* Define to 1 if you have the `atan2f' function. */ 1113 # define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/ |
| symver-config.h | 32 /* Define to 1 if you have the `atan2f' function. */ 1113 # define atan2f _atan2f macro
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/ |
| symver-config.h | 32 /* Define to 1 if you have the `atan2f' function. */ 1113 # define atan2f _atan2f macro
|