Searched defs:beta_host (Results 1 – 3 of 3) sorted by relevance
398 const Scalar* beta_host, Scalar* C, int ldc) { in CsrmmImpl()476 const Scalar* beta_host, Scalar* y) { in CsrmvImpl()519 const Scalar* beta_host, Scalar* y) { in CsrmvExImpl()558 const Scalar* beta_host, Scalar* y) { in SpMVImpl()
195 const Scalar* beta_host, Scalar* C, int ldc) { in CsrmmImpl()268 const Scalar* beta_host, Scalar* y) { in CsrmvImpl()
247 vector< value_type > beta_host( N ); in main() local