OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqrt_A2mx2
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libm/complex/
catrig.c
381
double x, y, ax, ay, rx, ry, B,
sqrt_A2mx2
, new_x;
431
do_hard_work(ay, ax, &ry, &B_is_usable, &B, &
sqrt_A2mx2
, &new_x);
439
rx = atan2(
sqrt_A2mx2
, new_x);
441
rx = atan2(
sqrt_A2mx2
, -new_x);
catrigf.c
216
float x, y, ax, ay, rx, ry, B,
sqrt_A2mx2
, new_x;
255
do_hard_work(ay, ax, &ry, &B_is_usable, &B, &
sqrt_A2mx2
, &new_x);
263
rx = atan2f(
sqrt_A2mx2
, new_x);
265
rx = atan2f(
sqrt_A2mx2
, -new_x);
catrigl.c
246
long double x, y, ax, ay, rx, ry, B,
sqrt_A2mx2
, new_x;
284
do_hard_work(ay, ax, &ry, &B_is_usable, &B, &
sqrt_A2mx2
, &new_x);
292
rx = atan2l(
sqrt_A2mx2
, new_x);
294
rx = atan2l(
sqrt_A2mx2
, -new_x);
Completed in 13 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025