Home
last modified time | relevance | path

Searched refs:continue_ptr_type (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/graph/cholesky/
H A Dcholesky.cpp538 typedef continue_type *continue_ptr_type; typedef
549 continue_ptr_type *c = new continue_ptr_type[p]; in func()
550 continue_ptr_type **t = new continue_ptr_type *[p]; in func()
551 continue_ptr_type ***u = new continue_ptr_type **[p]; in func()
558 t[k] = new continue_ptr_type[p]; in func()
559 u[k] = new continue_ptr_type *[p]; in func()
566 u[k][j] = new continue_ptr_type[p]; in func()