You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
770 B
C

#include <amsclil1/amsclil1.h>
int main(int argc, char* argv[])
{
printf("AMS C Large Integer Library Tests.\n");
//test_fbops_printcmp();
//test_fbops_shiftread();
//test_fbops_shiftwrite();
//test_fbops_lshiftrshift();
//test_modtdiv();
//test_addsub();
//test_mult();
//test_div();
//test_modpower();
//test_mult_time();
//test_div_time();
//test_barrettmod();
//barret_modpower_test();
//barrett_mod_fuzztest();
//modpower_timetests();
//test_amsclil1_fb32_eulergcd();
//test_fb16_comparison_sub();
//test_div_stress_test(); //<---revisit
//test_div_stress_test2();
//test_ui64bitshifts();
//amsclil1_ulint_tests1();
//amsclil1_test_fb32_lcm1();
return 0;
}