Searched defs:new_matrix (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/main/drd/tests/ |
H A D | omp_matinv.c | 44 static elem_t* new_matrix(const int rows, const int cols) function 135 prod = new_matrix(rows1, cols2); 232 elem_t* const inv = new_matrix(n, n); 233 elem_t* const tmp = new_matrix(n, 2*n); 325 a = new_matrix(matrix_size, matrix_size);
|
H A D | matinv.c | 56 static elem_t* new_matrix(const int rows, const int cols) function 147 prod = new_matrix(rows1, cols2); 268 elem_t* const inv = new_matrix(n, n); 269 elem_t* const tmp = new_matrix(n, 2*n); 345 a = new_matrix(matrix_size, matrix_size);
|
/external/chromium_org/cc/output/ |
H A D | render_surface_filters.cc | 328 SkScalar new_matrix[20]; local 329 MultColorMatrix(matrix, accumulated_color_matrix, new_matrix); 331 new_matrix,
|
Completed in 127 milliseconds