OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atan2l
(Results
1 - 10
of
10
) sorted by relevancy
/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 in typeref:typename:long double
145
atan2l
(long double y, long double x)
namespace.h
14
#define
atan2l
_atan2l
macro
s_clogl.c
67
v =
atan2l
(y, x);
/src/lib/libm/arch/vax/
n_atan2.S
85
WEAK_ALIAS(
atan2l
, _atan2l)
/src/include/
math.h
332
long double
atan2l
(long double, long double);
Completed in 18 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025