L1_VECTOR_TEST    216 apps/linear_algebra/tests/test_halide_blas.cpp     L1_VECTOR_TEST(scopy, scopy(N, x, 1, y, 1))
L1_VECTOR_TEST    217 apps/linear_algebra/tests/test_halide_blas.cpp     L1_VECTOR_TEST(sscal, sscal(N, alpha, y, 1))
L1_VECTOR_TEST    218 apps/linear_algebra/tests/test_halide_blas.cpp     L1_VECTOR_TEST(saxpy, saxpy(N, alpha, x, 1, y, 1))
L1_VECTOR_TEST    263 apps/linear_algebra/tests/test_halide_blas.cpp     L1_VECTOR_TEST(dcopy, dcopy(N, x, 1, y, 1))
L1_VECTOR_TEST    264 apps/linear_algebra/tests/test_halide_blas.cpp     L1_VECTOR_TEST(dscal, dscal(N, alpha, y, 1))
L1_VECTOR_TEST    265 apps/linear_algebra/tests/test_halide_blas.cpp     L1_VECTOR_TEST(daxpy, daxpy(N, alpha, x, 1, y, 1))