HomeSort by relevance Sort by last modified time
    Searched refs:get_compact_vector (Results 1 - 4 of 4) sorted by null

  /external/eigen/blas/
level2_cplx_impl.h 40 Scalar* actual_x = get_compact_vector(x,*n,*incx);
41 Scalar* actual_y = get_compact_vector(y,*n,*incy);
135 Scalar* x_cpy = get_compact_vector(x, *n, *incx);
181 Scalar* x_cpy = get_compact_vector(x, *n, *incx);
182 Scalar* y_cpy = get_compact_vector(y, *n, *incy);
222 Scalar* x_cpy = get_compact_vector(x,*m,*incx);
223 Scalar* y_cpy = get_compact_vector(y,*n,*incy);
260 Scalar* x_cpy = get_compact_vector(x,*m,*incx);
261 Scalar* y_cpy = get_compact_vector(y,*n,*incy);
level2_real_impl.h 34 Scalar* actual_x = get_compact_vector(x,*n,*incx);
35 Scalar* actual_y = get_compact_vector(y,*n,*incy);
87 Scalar* x_cpy = get_compact_vector(x,*n,*incx);
142 Scalar* x_cpy = get_compact_vector(x,*n,*incx);
143 Scalar* y_cpy = get_compact_vector(y,*n,*incy);
level2_impl.h 55 Scalar* actual_b = get_compact_vector(b,actual_n,*incb);
56 Scalar* actual_c = get_compact_vector(c,actual_m,*incc);
116 Scalar* actual_b = get_compact_vector(b,*n,*incb);
174 Scalar* actual_b = get_compact_vector(b,*n,*incb);
227 Scalar* actual_x = get_compact_vector(x,actual_n,*incx);
228 Scalar* actual_y = get_compact_vector(y,actual_m,*incy);
289 Scalar* actual_x = get_compact_vector(x,actual_n,*incx);
379 Scalar* actual_x = get_compact_vector(x,actual_n,*incx);
445 Scalar* x_cpy = get_compact_vector(x,*m,*incx);
446 Scalar* y_cpy = get_compact_vector(y,*n,*incy)
    [all...]
common.h 116 T* get_compact_vector(T* x, int n, int incx) function

Completed in 39 milliseconds