HomeSort by relevance Sort by last modified time
    Searched full:elem_t (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/drd/tests/
matinv.c 28 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_matrices(const elem_t* const a1
    [all...]
omp_matinv.c 27 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* const a1
    [all...]
  /external/valgrind/main/drd/docs/
drd-manual.xml     [all...]

Completed in 62 milliseconds