HomeSort by relevance Sort by last modified time
    Searched defs:TRANSPOSE (Results 1 - 9 of 9) sorted by null

  /external/libjpeg-turbo/simd/
jsimd_altivec.h 40 #define TRANSPOSE(row, col) \
47 /* transpose coefficients (phase 1) */ \
57 /* transpose coefficients (phase 2) */ \
67 /* transpose coefficients (phase 3) */ \
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBLAS.java 200 @IntDef({NO_TRANSPOSE, TRANSPOSE, CONJ_TRANSPOSE})
202 public @interface Transpose {}
226 public static final int TRANSPOSE = 112;
244 static void validateTranspose(@Transpose int Trans) {
245 if (Trans != NO_TRANSPOSE && Trans != TRANSPOSE &&
247 throw new RSRuntimeException("Invalid transpose passed to BLAS");
251 static void validateConjTranspose(@Transpose int Trans) {
254 throw new RSRuntimeException("Invalid transpose passed to BLAS");
311 * @param TransA The type of transpose applied to matrix A.
320 public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) (…)
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicBLAS.java 207 @IntDef({NO_TRANSPOSE, TRANSPOSE, CONJ_TRANSPOSE})
209 public @interface Transpose {}
233 public static final int TRANSPOSE = 112;
251 static void validateTranspose(@Transpose int Trans) {
252 if (Trans != NO_TRANSPOSE && Trans != TRANSPOSE &&
254 throw new RSRuntimeException("Invalid transpose passed to BLAS");
258 static void validateConjTranspose(@Transpose int Trans) {
261 throw new RSRuntimeException("Invalid transpose passed to BLAS");
318 * @param TransA The type of transpose applied to matrix A.
327 public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) (…)
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 150 milliseconds