OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:B_is_usable
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libm/complex/
catrig.c
170
*
B_is_usable
is set to 1 if the value of B is usable.
171
* If
B_is_usable
is set to 0, sqrt_A2my2 = sqrt(A*A - y*y), and new_y = y.
176
do_hard_work(double x, double y, double *rx, int *
B_is_usable
, double *B,
237
*
B_is_usable
= 0;
245
*
B_is_usable
= 1;
248
*
B_is_usable
= 0;
301
int
B_is_usable
;
346
do_hard_work(ax, ay, &rx, &
B_is_usable
, &B, &sqrt_A2my2, &new_y);
347
if (
B_is_usable
)
383
int
B_is_usable
;
[
all
...]
catrigf.c
101
do_hard_work(float x, float y, float *rx, int *
B_is_usable
, float *B,
132
*
B_is_usable
= 0;
139
*
B_is_usable
= 1;
142
*
B_is_usable
= 0;
162
int
B_is_usable
;
197
do_hard_work(ax, ay, &rx, &
B_is_usable
, &B, &sqrt_A2my2, &new_y);
198
if (
B_is_usable
)
218
int
B_is_usable
;
255
do_hard_work(ay, ax, &ry, &
B_is_usable
, &B, &sqrt_A2mx2, &new_x);
256
if (
B_is_usable
) {
[
all
...]
catrigl.c
136
do_hard_work(long double x, long double y, long double *rx, int *
B_is_usable
, long double *B, long double *sqrt_A2my2, long double *new_y)
165
*
B_is_usable
= 0;
172
*
B_is_usable
= 1;
175
*
B_is_usable
= 0;
195
int
B_is_usable
;
228
do_hard_work(ax, ay, &rx, &
B_is_usable
, &B, &sqrt_A2my2, &new_y);
229
if (
B_is_usable
)
248
int
B_is_usable
;
284
do_hard_work(ay, ax, &ry, &
B_is_usable
, &B, &sqrt_A2mx2, &new_x);
285
if (
B_is_usable
) {
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025