Home
last modified time | relevance | path

Searched defs:tile (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/graph/cholesky/
H A Dcholesky.cpp72 double ***tile = (double ***)calloc(sizeof(double **), p); in create_tile_array() local
94 static void collapse_tile_array(double ***tile, double *A, int n, int b) { in collapse_tile_array()
173 double ***tile = create_tile_array(A, n, b); in operator ()() local
228 static void call_dpotf2(double ***tile, int b, int k) { in call_dpotf2()
236 static void call_dtrsm(double ***tile, int b, int k, int j) { in call_dtrsm()
245 static void call_dsyr2k(double ***tile, int b, int k, int j, int i) { in call_dsyr2k()
270 double ***tile = (double ***)ptr; in func() local
474 double ***tile = (double ***)ptr; in func() local
546 double ***tile = (double ***)ptr; in func() local