Searched refs:F64_2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java379 * @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...]
H A DElement.java573 public static Element F64_2(RenderScript rs) { method in class:Element
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java416 * @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);
767 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64_2}.
768 * @param X The input allocation contains vector x, supported elements type {@link Element#F64_2}
[all...]
H A DElement.java507 public static Element F64_2(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DrsCppStructs.h217 sp<const Element> F64_2; member in struct:android::RSC::RS::__anon1533
885 static sp<const Element> F64_2(sp<RS> rs);

Completed in 2437 milliseconds