OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:try_all
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/gmp/dist/tests/mpz/
t-jac.c
432
try_all
(mpz_t a, mpz_t b, int answer)
function
452
/* Note that the various derived checks in
try_all
() reduce the cases
654
try_all
(a, b, data[i].answer);
699
try_all
(a, b, answer);
721
try_all
(a, b, 1); /* (0/1)=1 */
723
try_all
(a, b, 1); /* (0/1)=1 */
727
try_all
(a, b, 1); /* (0/-1)=1 */
729
try_all
(a, b, 1); /* (0/-1)=1 */
733
try_all
(a, b, 0); /* (0/0)=0 */
735
try_all
(a, b, 0); /* (0/0)=0 *
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026