Searched refs:elem_t (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dmatinv.c28 typedef double elem_t; typedef
34 elem_t* a;
56 static elem_t* new_matrix(const int rows, const int cols)
60 return malloc(rows * cols * sizeof(elem_t));
64 static void delete_matrix(elem_t* const a)
70 static void init_matrix(elem_t* const a, const int rows, const int cols)
84 const elem_t* const a, const int rows, const int cols)
99 static void copy_matrix(const elem_t* const from,
106 elem_t* const to,
135 static elem_t* multiply_matrice
[all...]
H A Domp_matinv.c27 typedef double elem_t; typedef
44 static elem_t* new_matrix(const int rows, const int cols)
48 return malloc(rows * cols * sizeof(elem_t));
52 static void delete_matrix(elem_t* const a)
58 static void init_matrix(elem_t* const a, const int rows, const int cols)
72 const elem_t* const a, const int rows, const int cols)
87 static void copy_matrix(const elem_t* const from,
94 elem_t* const to,
123 static elem_t* multiply_matrices(const elem_t* cons
[all...]

Completed in 132 milliseconds