Home
last modified time | relevance | path

Searched refs:libfla_test_read_tests_for_op_blas3 (Results 1 – 2 of 2) sorted by relevance

/dports/math/libflame/libflame-5.2.0/test/src/
H A Dtest_libflame.c231 libfla_test_read_tests_for_op_blas3( input_stream, &(ops->gemm) ); in libfla_test_read_operation_file()
235 libfla_test_read_tests_for_op_blas3( input_stream, &(ops->hemm) ); in libfla_test_read_operation_file()
239 libfla_test_read_tests_for_op_blas3( input_stream, &(ops->herk) ); in libfla_test_read_operation_file()
243 libfla_test_read_tests_for_op_blas3( input_stream, &(ops->her2k) ); in libfla_test_read_operation_file()
247 libfla_test_read_tests_for_op_blas3( input_stream, &(ops->symm) ); in libfla_test_read_operation_file()
251 libfla_test_read_tests_for_op_blas3( input_stream, &(ops->syrk) ); in libfla_test_read_operation_file()
255 libfla_test_read_tests_for_op_blas3( input_stream, &(ops->syr2k) ); in libfla_test_read_operation_file()
259 libfla_test_read_tests_for_op_blas3( input_stream, &(ops->trmm) ); in libfla_test_read_operation_file()
263 libfla_test_read_tests_for_op_blas3( input_stream, &(ops->trsm) ); in libfla_test_read_operation_file()
621 void libfla_test_read_tests_for_op_blas3( FILE* input_stream, test_op_t* op ) in libfla_test_read_tests_for_op_blas3() function
H A Dtest_libflame.h171 void libfla_test_read_tests_for_op_blas3( FILE* input_stream, test_op_t* op );