Home
last modified time | relevance | path

Searched defs:check_complex_ops (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/math/test/
Dquaternion_test.cpp312 void check_complex_ops() {} in check_complex_ops() function
315 void check_complex_ops<float>() { check_complex_ops_imp<float>(); } in check_complex_ops() function
317 void check_complex_ops<double>() { check_complex_ops_imp<double>(); } in check_complex_ops() function
319 void check_complex_ops<long double>() { check_complex_ops_imp<long double>(); } in check_complex_ops() function