Searched refs:optests (Results 1 – 1 of 1) sorted by relevance
359 static const optest_t optests[] = { variable466 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()[all …]
Completed in 4 milliseconds