Lines Matching refs:optests
359 static const optest_t optests[] = { variable
466 for (i = 0; i < sizeof (optests) / sizeof (optests[0]); i++) in check_op()
468 a = pattern(optests[i].a_sgn, optests[i].a_exp, in check_op()
469 optests[i].a_mant); in check_op()
470 b = pattern(optests[i].b_sgn, optests[i].b_exp, in check_op()
471 optests[i].b_mant); in check_op()
472 x = pattern(optests[i].x_sgn, optests[i].x_exp, in check_op()
473 optests[i].x_mant); in check_op()
475 if (optests[i].rmode & 1<<j) in check_op()
478 switch (optests[i].op) in check_op()
489 check_result(optests[i].line,rmnames[j],x,r); in check_op()
490 check_excepts(optests[i].line,rmnames[j], in check_op()
491 optests[i].excepts,raised); in check_op()