OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atan2f
(Results
1 - 9
of
9
) sorted by relevancy
/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/lib/libm/arch/vax/
n_atan2.S
75
WEAK_ALIAS(
atan2f
, _atan2f)
/src/include/
math.h
324
float
atan2f
(float, float);
/src/lib/libm/
Makefile
474
MLINKS+=atan2.3
atan2f
.3
Completed in 17 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025