Searched refs:F64_2 (Results 1 - 11 of 11) 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.java712 public static Element F64_2(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp248 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY);
308 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY);
403 validateTRMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, A, X, incX);
455 validateTRMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, A, X, incX);
488 int N = validateTPMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX);
529 validateTRMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, A, X, incX);
579 validateTRMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, A, X, incX);
619 int N = validateTPMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX);
1104 int N = validateSYR2(mRS, Element::F64_2(mRS), Uplo, X, incX, Y, incY, A);
1114 int N = validateSYR2(mRS, Element::F64_2(mR
[all...]
H A DrsCppStructs.h490 sp<const Element> F64_2; member in struct:android::RSC::RS::__anon1962
1183 static sp<const Element> F64_2(const sp<RS> &rs);
1899 * @param A The input allocation contains matrix A, supported elements type: {Element#F64_2}.
1900 * @param X The input allocation contains vector x, supported elements type: {Element#F64_2}.
1903 * @param Y The input allocation contains vector y, supported elements type: {Element#F64_2}.
2011 * @param A The input allocation contains the band matrix A, supported elements type: {Element#F64_2}.
2012 * @param X The input allocation contains vector x, supported elements type: {Element#F64_2}.
2015 * @param Y The input allocation contains vector y, supported elements type: {Element#F64_2}.
2079 * @param A The input allocation contains matrix A, supported elements type: {Element#F64_2}.
2080 * @param X The input allocation contains vector x, supported elements type: {Element#F64_2}
[all...]
/frameworks/rs/support/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/tests/lldb/cpp/Allocations/
H A DAllocations.cpp273 Type::Builder typeF64_2Builder(mRS, Element::F64_2(mRS));
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java333 Type.Builder typeF64_2Builder = new Type.Builder(mRS, Element.F64_2(mRS));
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp277 Type::Builder typeF64_2Builder(mRS, Element::F64_2(mRS));
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptC_reduce_general_result.java.expect46 __F64_2 = Element.F64_2(rs);
3205 throw new RSRuntimeException("Type mismatch with F64_2!");
3312 throw new RSRuntimeException("Type mismatch with F64_2!");
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect47 __F64_2 = Element.F64_2(rs);
4129 throw new RSRuntimeException("Type mismatch with F64_2!");
4166 throw new RSRuntimeException("Type mismatch with F64_2!");
4203 throw new RSRuntimeException("Type mismatch with F64_2!");
4240 throw new RSRuntimeException("Type mismatch with F64_2!");
4277 throw new RSRuntimeException("Type mismatch with F64_2!");
4314 throw new RSRuntimeException("Type mismatch with F64_2!");
4351 throw new RSRuntimeException("Type mismatch with F64_2!");
4388 throw new RSRuntimeException("Type mismatch with F64_2!");
4425 throw new RSRuntimeException("Type mismatch with F64_2!");
[all...]

Completed in 390 milliseconds