HomeSort by: relevance | last modified time | path
    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