Lines Matching refs:type_name

25 void do_test_ellint_rf(T& data, const char* type_name, const char* test)  in do_test_ellint_rf()  argument
43 type_name, "boost::math::ellint_rf", test); in do_test_ellint_rf()
50 void do_test_ellint_rc(T& data, const char* type_name, const char* test) in do_test_ellint_rc() argument
68 type_name, "boost::math::ellint_rc", test); in do_test_ellint_rc()
75 void do_test_ellint_rj(T& data, const char* type_name, const char* test) in do_test_ellint_rj() argument
93 type_name, "boost::math::ellint_rj", test); in do_test_ellint_rj()
100 void do_test_ellint_rd(T& data, const char* type_name, const char* test) in do_test_ellint_rd() argument
118 type_name, "boost::math::ellint_rd", test); in do_test_ellint_rd()
125 void do_test_ellint_rg(T& data, const char* type_name, const char* test) in do_test_ellint_rg() argument
143 type_name, "boost::math::ellint_rg", test); in do_test_ellint_rg()
150 void test_spots(T, const char* type_name) in test_spots() argument
228 do_test_ellint_rf<T>(ellint_rf_data, type_name, "RF: Random data"); in test_spots()
232 do_test_ellint_rf<T>(ellint_rf_xxx, type_name, "RF: x = y = z"); in test_spots()
236 do_test_ellint_rf<T>(ellint_rf_xyy, type_name, "RF: x = y or y = z or x = z"); in test_spots()
240 do_test_ellint_rf<T>(ellint_rf_0yy, type_name, "RF: x = 0, y = z"); in test_spots()
244 do_test_ellint_rf<T>(ellint_rf_xy0, type_name, "RF: z = 0"); in test_spots()
248 do_test_ellint_rc<T>(ellint_rc_data, type_name, "RC: Random data"); in test_spots()
252 do_test_ellint_rj<T>(ellint_rj_data, type_name, "RJ: Random data"); in test_spots()
256 do_test_ellint_rj<T>(ellint_rj_e4, type_name, "RJ: 4 Equal Values"); in test_spots()
260 do_test_ellint_rj<T>(ellint_rj_e3, type_name, "RJ: 3 Equal Values"); in test_spots()
264 do_test_ellint_rj<T>(ellint_rj_e2, type_name, "RJ: 2 Equal Values"); in test_spots()
268 do_test_ellint_rj<T>(ellint_rj_zp, type_name, "RJ: Equal z and p"); in test_spots()
272 do_test_ellint_rd<T>(ellint_rd_data, type_name, "RD: Random data"); in test_spots()
276 do_test_ellint_rd<T>(ellint_rd_xyy, type_name, "RD: y = z"); in test_spots()
280 do_test_ellint_rd<T>(ellint_rd_xxz, type_name, "RD: x = y"); in test_spots()
284 do_test_ellint_rd<T>(ellint_rd_0yy, type_name, "RD: x = 0, y = z"); in test_spots()
288 do_test_ellint_rd<T>(ellint_rd_xxx, type_name, "RD: x = y = z"); in test_spots()
292 do_test_ellint_rd<T>(ellint_rd_0xy, type_name, "RD: x = 0"); in test_spots()
296 do_test_ellint_rg<T>(ellint_rg, type_name, "RG: Random Data"); in test_spots()
300 do_test_ellint_rg<T>(ellint_rg_00x, type_name, "RG: two values 0"); in test_spots()
304 do_test_ellint_rg<T>(ellint_rg_xxx, type_name, "RG: All values the same or zero"); in test_spots()
308 do_test_ellint_rg<T>(ellint_rg_xyy, type_name, "RG: two values the same"); in test_spots()
312 do_test_ellint_rg<T>(ellint_rg_xy0, type_name, "RG: one value zero"); in test_spots()