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

  /external/eigen/lapack/
slarft.f 189 EXTERNAL SGEMV, STRMV
229 CALL SGEMV( 'Transpose', J-I, I-1, -TAU( I ),
244 CALL SGEMV( 'No transpose', I-1, J-I, -TAU( I ),
288 CALL SGEMV( 'Transpose', N-K+I-J, K-I, -TAU( I ),
303 CALL SGEMV( 'No transpose', K-I, N-K+I-J,
slarf.f 152 EXTERNAL SGEMV, SGER
200 CALL SGEMV( 'Transpose', LASTV, LASTC, ONE, C, LDC, V, INCV,
215 CALL SGEMV( 'No transpose', LASTC, LASTV, ONE, C, LDC,
  /external/eigen/blas/testing/
sblat2.f 28 * SGEMV T PUT F FOR NO TEST. SAME COLUMNS.
114 DATA SNAMES/'SGEMV ', 'SGBMV ', 'SSYMV ', 'SSBMV ',
301 * Test SGEMV, 01, and SGBMV, 02.
396 * Tests SGEMV and SGBMV.
436 EXTERNAL SGBMV, SGEMV, SMAKE, SMVCH
580 CALL SGEMV( TRANS, M, N, ALPHA, AA,
    [all...]
  /external/cblas/testing/
c_sblat2.f 314 * Test SGEMV, 01, and SGBMV, 02.
461 * Tests SGEMV and SGBMV.
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h     [all...]
ScriptIntrinsicBLAS.cpp 207 void ScriptIntrinsicBLAS::SGEMV(RsBlasTranspose TransA, float alpha, sp<Allocation> A, sp<Allocation> X,
    [all...]
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 252 mBLAS.SGEMV(trans, alphaS, matA, vecX, incX, betaS, vecY, incY);
265 mBLAS.SGEMV(trans, alphaS, matA, vecX, incX, betaS, vecY, incY);
266 fail("should throw RSRuntimeException for SGEMV");
328 mBLAS.SGEMV(trans, alphaS, matrixAS, vectorXS, incX, betaS, vectorYS, incY);
338 mBLAS.SGEMV(trans, alphaS, matrixAS, vectorYS, incY, betaS, vectorXS, incX);
345 mBLAS.SGEMV(trans, alphaS, matrixAS, vectorYS, incY, betaS, vectorXS, incX);
360 mBLAS.SGEMV(trans, alphaS, matrixAS, vectorXS, incX, betaS, vectorYS, incY);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBLAS.java 306 * SGEMV performs one of the matrix-vector operations
320 public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) {
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicBLAS.java 313 * SGEMV performs one of the matrix-vector operations
327 public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) {
    [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 340 milliseconds