Home
last modified time | relevance | path

Searched refs:vcl_temp (Results 1 – 3 of 3) sorted by relevance

/dports/math/viennacl/ViennaCL-1.7.1/tests/src/
H A Dscheduler_matrix.cpp554 VCLMatrixType vcl_temp = vcl_range_A; in run_test() local
555 if (check_for_equality(ublas_A, vcl_temp, epsilon)) in run_test()
560 std::cout << "vcl_temp: " << vcl_temp << std::endl; in run_test()
H A Dmatrix_int.hpp821 VCLMatrixType vcl_temp = vcl_range_A; in run_test() local
822 if (check_for_equality(std_A, vcl_temp)) in run_test()
826 std::cout << "vcl_temp: " << vcl_temp << std::endl; in run_test()
H A Dmatrix_float_double.hpp1099 VCLMatrixType vcl_temp = vcl_range_A; in run_test() local
1100 if (check_for_equality(std_A, vcl_temp, epsilon)) in run_test()
1104 std::cout << "vcl_temp: " << vcl_temp << std::endl; in run_test()