test_all          381 test/correctness/boundary_conditions.cpp         futures.push_back(pool.async(test_all, vector_width, target));
test_all         2092 test/correctness/simd_op_check.cpp     bool success = test.test_all();
test_all          149 test/correctness/vector_cast.cpp             success = success && test_all<float>(vec_width, target);
test_all          150 test/correctness/vector_cast.cpp             success = success && test_all<double>(vec_width, target);
test_all          151 test/correctness/vector_cast.cpp             success = success && test_all<uint8_t>(vec_width, target);
test_all          152 test/correctness/vector_cast.cpp             success = success && test_all<uint16_t>(vec_width, target);
test_all          153 test/correctness/vector_cast.cpp             success = success && test_all<uint32_t>(vec_width, target);
test_all          154 test/correctness/vector_cast.cpp             success = success && test_all<int8_t>(vec_width, target);
test_all          155 test/correctness/vector_cast.cpp             success = success && test_all<int16_t>(vec_width, target);
test_all          156 test/correctness/vector_cast.cpp             success = success && test_all<int32_t>(vec_width, target);