Lines Matching refs:testspec_t
83 static bool parse_int_values(testspec_t* t, mp_int* in, mp_int* out,
85 static bool parse_rat_values(testspec_t* t, mp_rat* in, mp_rat* out,
201 static bool parse_int_values(testspec_t* t, mp_int* in, mp_int* out, in parse_int_values()
272 static bool parse_rat_values(testspec_t* t, mp_rat* in, mp_rat* out, in parse_rat_values()
434 bool test_init(testspec_t* t, FILE* ofp) { in test_init()
458 bool test_set(testspec_t* t, FILE* ofp) { in test_set()
482 bool test_neg(testspec_t* t, FILE* ofp) { in test_neg()
497 bool test_abs(testspec_t* t, FILE* ofp) { in test_abs()
512 bool test_add(testspec_t* t, FILE* ofp) { in test_add()
534 bool test_sub(testspec_t* t, FILE* ofp) { in test_sub()
555 bool test_mul(testspec_t* t, FILE* ofp) { in test_mul()
569 bool test_mulp2(testspec_t* t, FILE* ofp) { in test_mulp2()
585 bool test_mulv(testspec_t* t, FILE* ofp) { in test_mulv()
601 bool test_sqr(testspec_t* t, FILE* ofp) { in test_sqr()
615 bool test_div(testspec_t* t, FILE* ofp) { in test_div()
636 bool test_divp2(testspec_t* t, FILE* ofp) { in test_divp2()
659 bool test_divv(testspec_t* t, FILE* ofp) { in test_divv()
682 bool test_expt(testspec_t* t, FILE* ofp) { in test_expt()
698 bool test_exptv(testspec_t* t, FILE* ofp) { in test_exptv()
715 bool test_exptf(testspec_t* t, FILE* ofp) { in test_exptf()
729 bool test_mod(testspec_t* t, FILE* ofp) { in test_mod()
743 bool test_gcd(testspec_t* t, FILE* ofp) { in test_gcd()
757 bool test_egcd(testspec_t* t, FILE* ofp) { in test_egcd()
793 bool test_lcm(testspec_t* t, FILE* ofp) { in test_lcm()
807 bool test_sqrt(testspec_t* t, FILE* ofp) { in test_sqrt()
821 bool test_root(testspec_t* t, FILE* ofp) { in test_root()
837 bool test_invmod(testspec_t* t, FILE* ofp) { in test_invmod()
851 bool test_exptmod(testspec_t* t, FILE* ofp) { in test_exptmod()
865 bool test_exptmod_ev(testspec_t* t, FILE* ofp) { in test_exptmod_ev()
881 bool test_exptmod_bv(testspec_t* t, FILE* ofp) { in test_exptmod_bv()
897 bool test_comp(testspec_t* t, FILE* ofp) { in test_comp()
911 bool test_ucomp(testspec_t* t, FILE* ofp) { in test_ucomp()
925 bool test_zcomp(testspec_t* t, FILE* ofp) { in test_zcomp()
939 bool test_vcomp(testspec_t* t, FILE* ofp) { in test_vcomp()
955 bool test_uvcomp(testspec_t* t, FILE* ofp) { in test_uvcomp()
971 bool test_tostr(testspec_t* t, FILE* ofp) { in test_tostr()
991 bool test_tobin(testspec_t* t, FILE* ofp) { in test_tobin()
1021 bool test_to_int(testspec_t* t, FILE* ofp) { in test_to_int()
1036 bool test_to_uint(testspec_t* t, FILE* ofp) { in test_to_uint()
1051 bool test_read_binary(testspec_t* t, FILE* ofp) { in test_read_binary()
1071 bool test_to_uns(testspec_t* t, FILE* ofp) { in test_to_uns()
1101 bool test_read_uns(testspec_t* t, FILE* ofp) { in test_read_uns()
1121 bool test_meta(testspec_t* t, FILE* ofp) { in test_meta()
1166 bool test_qneg(testspec_t* t, FILE* ofp) { in test_qneg()
1180 bool test_qrecip(testspec_t* t, FILE* ofp) { in test_qrecip()
1194 bool test_qabs(testspec_t* t, FILE* ofp) { in test_qabs()
1208 bool test_qadd(testspec_t* t, FILE* ofp) { in test_qadd()
1222 bool test_qsub(testspec_t* t, FILE* ofp) { in test_qsub()
1236 bool test_qmul(testspec_t* t, FILE* ofp) { in test_qmul()
1250 bool test_qdiv(testspec_t* t, FILE* ofp) { in test_qdiv()
1264 bool test_qaddz(testspec_t* t, FILE* ofp) { in test_qaddz()
1286 bool test_qsubz(testspec_t* t, FILE* ofp) { in test_qsubz()
1308 bool test_qmulz(testspec_t* t, FILE* ofp) { in test_qmulz()
1330 bool test_qdivz(testspec_t* t, FILE* ofp) { in test_qdivz()
1352 bool test_qexpt(testspec_t* t, FILE* ofp) { in test_qexpt()
1376 bool test_qtostr(testspec_t* t, FILE* ofp) { in test_qtostr()
1400 bool test_qtodec(testspec_t* t, FILE* ofp) { in test_qtodec()
1436 bool test_qrdec(testspec_t* t, FILE* ofp) { in test_qrdec()
1453 bool test_is_prime(testspec_t* t, FILE* OFP) { in test_is_prime()