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

  /external/eigen/blas/
level2_real_impl.h 49 Scalar* actual_x = get_compact_vector(x,*n,*incx);
50 Scalar* actual_y = get_compact_vector(y,*n,*incy);
118 Scalar* x_cpy = get_compact_vector(x,*n,*incx);
180 Scalar* x_cpy = get_compact_vector(x,*n,*incx);
181 Scalar* y_cpy = get_compact_vector(y,*n,*incy);
265 Scalar* x_cpy = get_compact_vector(x, *n, *incx);
318 Scalar* x_cpy = get_compact_vector(x, *n, *incx);
319 Scalar* y_cpy = get_compact_vector(y, *n, *incy);
359 Scalar* x_cpy = get_compact_vector(x,*m,*incx);
360 Scalar* y_cpy = get_compact_vector(y,*n,*incy)
    [all...]
level2_cplx_impl.h 55 Scalar* actual_x = get_compact_vector(x,*n,*incx);
56 Scalar* actual_y = get_compact_vector(y,*n,*incy);
142 Scalar* x_cpy = get_compact_vector(x, *n, *incx);
195 Scalar* x_cpy = get_compact_vector(x, *n, *incx);
196 Scalar* y_cpy = get_compact_vector(y, *n, *incy);
249 Scalar* x_cpy = get_compact_vector(x, *n, *incx);
305 Scalar* x_cpy = get_compact_vector(x, *n, *incx);
306 Scalar* y_cpy = get_compact_vector(y, *n, *incy);
348 Scalar* x_cpy = get_compact_vector(x,*m,*incx);
349 Scalar* y_cpy = get_compact_vector(y,*n,*incy)
    [all...]
level2_impl.h 56 Scalar* actual_b = get_compact_vector(b,actual_n,*incb);
57 Scalar* actual_c = get_compact_vector(c,actual_m,*incc);
119 Scalar* actual_b = get_compact_vector(b,*n,*incb);
177 Scalar* actual_b = get_compact_vector(b,*n,*incb);
230 Scalar* actual_x = get_compact_vector(x,actual_n,*incx);
231 Scalar* actual_y = get_compact_vector(y,actual_m,*incy);
292 Scalar* actual_x = get_compact_vector(x,actual_n,*incx);
382 Scalar* actual_x = get_compact_vector(x,actual_n,*incx);
447 Scalar* actual_x = get_compact_vector(x,*n,*incx);
515 Scalar* actual_x = get_compact_vector(x,*n,*incx)
    [all...]
common.h 121 T* get_compact_vector(T* x, int n, int incx) function

Completed in 57 milliseconds