OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elem_t
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/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
...]
Completed in 440 milliseconds