Searched defs:check_complex_ops (Results 1 – 1 of 1) sorted by relevance
312 void check_complex_ops() {} in check_complex_ops() function315 void check_complex_ops<float>() { check_complex_ops_imp<float>(); } in check_complex_ops() function317 void check_complex_ops<double>() { check_complex_ops_imp<double>(); } in check_complex_ops() function319 void check_complex_ops<long double>() { check_complex_ops_imp<long double>(); } in check_complex_ops() function