OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:want_exp
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/gmp/dist/tests/mpz/
t-get_d_2exp.c
31
long got_exp,
want_exp
;
local
36
want_exp
= 0;
38
if (got != want || got_exp !=
want_exp
)
44
printf (" want exp %ld\n",
want_exp
);
60
long got_exp,
want_exp
;
local
70
want_exp
= data[i] + 1;
72
if (got != want || got_exp !=
want_exp
)
78
printf (" want exp %ld\n",
want_exp
);
86
want_exp
= data[i] + 1;
88
if (got != want || got_exp !=
want_exp
)
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026