Lines Matching refs:parse_rat_values
85 static bool parse_rat_values(testspec_t* t, mp_rat* in, mp_rat* out,
272 static bool parse_rat_values(testspec_t* t, mp_rat* in, mp_rat* out, in parse_rat_values() function
1170 ACHECK(parse_rat_values(t, in, out, &expect)); in test_qneg()
1184 ACHECK(parse_rat_values(t, in, out, &expect)); in test_qrecip()
1198 ACHECK(parse_rat_values(t, in, out, &expect)); in test_qabs()
1212 ACHECK(parse_rat_values(t, in, out, &expect)); in test_qadd()
1226 ACHECK(parse_rat_values(t, in, out, &expect)); in test_qsub()
1240 ACHECK(parse_rat_values(t, in, out, &expect)); in test_qmul()
1254 ACHECK(parse_rat_values(t, in, out, &expect)); in test_qdiv()
1268 ACHECK(parse_rat_values(t, in, out, &expect)); in test_qaddz()
1290 ACHECK(parse_rat_values(t, in, out, &expect)); in test_qsubz()
1312 ACHECK(parse_rat_values(t, in, out, &expect)); in test_qmulz()
1334 ACHECK(parse_rat_values(t, in, out, &expect)); in test_qdivz()
1357 ACHECK(parse_rat_values(t, in, out, &expect)); in test_qexpt()
1381 ACHECK(parse_rat_values(t, in, NULL, NULL)); in test_qtostr()
1406 ACHECK(parse_rat_values(t, in, NULL, NULL)); in test_qtodec()
1441 ACHECK(parse_rat_values(t, NULL, out, &expect)); in test_qrdec()