OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ex_inex
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tests/
tasin.c
224
int inex,
ex_inex
;
local
242
ex_inex
= -1;
245
if (VSIGN (inex) !=
ex_inex
|| flags != ex_flags ||
252
printf ("\n inex = %d, flags = %u\n",
ex_inex
, ex_flags);
terf.c
608
int inex,
ex_inex
;
local
620
ex_inex
= -1;
622
if (VSIGN (inex) !=
ex_inex
|| flags != ex_flags ||
629
printf ("\n inex = %d, flags = %u\n",
ex_inex
, ex_flags);
tzeta_ui.c
79
int
ex_inex
;
local
92
ex_inex
= 1;
96
ex_inex
= -1;
106
ex_inex
= -1;
110
ex_inex
= 1;
117
ex_inex
= 0;
123
SAME_SIGN (inex,
ex_inex
) && flags == ex_flags))
129
printf (" with inex ~ %d, flags =",
ex_inex
);
tatan.c
579
int inex,
ex_inex
;
local
597
ex_inex
= 1;
600
if (VSIGN (inex) !=
ex_inex
|| flags != ex_flags ||
607
printf ("\n inex = %d, flags = %u\n",
ex_inex
, ex_flags);
tget_z.c
107
int
ex_inex
, same;
local
156
ex_inex
= - mpfr_cmp_z (f, ex);
157
ex_inex
= VSIGN (
ex_inex
);
173
if (
ex_inex
!= 0)
180
same = SAME_SIGN (inex,
ex_inex
);
193
ex_inex
, inex, same ? "OK" : "wrong");
Completed in 22 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026