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

  /external/eigen/bench/btl/libs/BLAS/
blas_interface_impl.hh 18 BLAS_FUNC(gemv)(&notrans,&N,&N,&fone,A,&N,B,&intone,&fzero,X,&intone);
22 BLAS_FUNC(symv)(&lower, &N,&fone,A,&N,B,&intone,&fzero,X,&intone);
26 BLAS_FUNC(syr2)(&lower,&N,&fone,B,&intone,X,&intone,A,&N);
30 BLAS_FUNC(ger)(&N,&N,&fone,X,&intone,Y,&intone,A,&N);
34 BLAS_FUNC(rot)(&N,A,&intone,B,&intone,&c,&s)
    [all...]
blas_interface.hh 63 static int intone = 1; variable
  /external/eigen/bench/
bench_gemm.cpp 59 static int intone = 1; variable

Completed in 245 milliseconds