Searched refs:check_inf_nan (Results 1 – 2 of 2) sorted by relevance
30 void check_inf_nan(bool dryrun) { in check_inf_nan() function92 std::cout << "*** float *** \n\n"; check_inf_nan<float>(true); in test_fastmath()93 std::cout << "*** double ***\n\n"; check_inf_nan<double>(true); in test_fastmath()94 std::cout << "*** long double *** \n\n"; check_inf_nan<long double>(true); in test_fastmath()96 check_inf_nan<float>(false); in test_fastmath()97 check_inf_nan<double>(false); in test_fastmath()98 check_inf_nan<long double>(false); in test_fastmath()
138 check_inf_nan): argument164 if check_inf_nan: