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

  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Element.java 507 public static Element F64_2(RenderScript rs) {
    [all...]
ScriptIntrinsicBLAS.java 416 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64_2}.
417 * @param X The input allocation contains vector x, supported elements type {@link Element#F64_2}.
420 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64_2}.
424 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY);
592 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F64_2}.
593 * @param X The input allocation contains vector x, supported elements type {@link Element#F64_2}.
596 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64_2}.
601 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 76 assertTrue(Element.F64_2(mRS) != null);
293 eb.add(Element.F64_2(mRS), "F64_2", arraySize);
363 assertFalse(Element.F64_2(mRS).isComplex());
GetSetTest.java     [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java 712 public static Element F64_2(RenderScript rs) {
    [all...]
ScriptIntrinsicBLAS.java 379 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64_2}.
380 * @param X The input allocation contains vector x, supported elements type {@link Element#F64_2}.
383 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64_2}.
387 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY);
515 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F64_2}.
516 * @param X The input allocation contains vector x, supported elements type {@link Element#F64_2}.
519 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64_2}.
524 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY);
656 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64_2}.
657 * @param X The input allocation contains vector x, supported elements type {@link Element#F64_2}
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 490 sp<const Element> F64_2;
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 71 milliseconds