Searched refs:test_vals (Results 1 – 1 of 1) sorted by relevance
145 static const double test_vals[] = { 1.234567, 1.1, M_PI }; variable548 for (t = 0; t < sizeof(test_vals)/sizeof(test_vals[0]); t++) { in main()550 float_type v = (float_type) test_vals[t] * int_exp10(x); in main()