/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBLAS.java | 387 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV() 524 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGBMV() 661 validateTRMV(Element.F64_2(mRS), Uplo, TransA, Diag, A, X, incX); in ZTRMV() 785 validateTRMV(Element.F64_2(mRS), Uplo, TransA, Diag, A, X, incX); in ZTBMV() 890 int N = validateTPMV(Element.F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in ZTPMV() 972 validateTRMV(Element.F64_2(mRS), Uplo, TransA, Diag, A, X, incX); in ZTRSV() 1094 validateTRMV(Element.F64_2(mRS), Uplo, TransA, Diag, A, X, incX); in ZTBSV() 1206 int N = validateTPMV(Element.F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in ZTPSV() 2056 int N = validateSYR2(Element.F64_2(mRS), Uplo, X, incX, Y, incY, A); in ZHEMV() 2085 int N = validateSYR2(Element.F64_2(mRS), Uplo, X, incX, Y, incY, A); in ZHBMV() [all …]
|
D | Element.java | 712 public static Element F64_2(RenderScript rs) { in F64_2() method in Element
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 248 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV() 308 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGBMV() 403 validateTRMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, A, X, incX); in ZTRMV() 455 validateTRMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, A, X, incX); in ZTBMV() 488 int N = validateTPMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in ZTPMV() 529 validateTRMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, A, X, incX); in ZTRSV() 579 validateTRMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, A, X, incX); in ZTBSV() 619 int N = validateTPMV(mRS, Element::F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in ZTPSV() 1104 int N = validateSYR2(mRS, Element::F64_2(mRS), Uplo, X, incX, Y, incY, A); in ZHEMV() 1114 int N = validateSYR2(mRS, Element::F64_2(mRS), Uplo, X, incX, Y, incY, A); in ZHBMV() [all …]
|
D | rsCppStructs.h | 490 sp<const Element> F64_2; member 1183 static sp<const Element> F64_2(const sp<RS> &rs);
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | ScriptIntrinsicBLAS.java | 424 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV() 601 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGBMV() 772 validateTRMV(Element.F64_2(mRS), Uplo, TransA, Diag, A, X, incX); in ZTRMV() 928 validateTRMV(Element.F64_2(mRS), Uplo, TransA, Diag, A, X, incX); in ZTBMV() 1065 int N = validateTPMV(Element.F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in ZTPMV() 1179 validateTRMV(Element.F64_2(mRS), Uplo, TransA, Diag, A, X, incX); in ZTRSV() 1333 validateTRMV(Element.F64_2(mRS), Uplo, TransA, Diag, A, X, incX); in ZTBSV() 1477 int N = validateTPMV(Element.F64_2(mRS), Uplo, TransA, Diag, Ap, X, incX); in ZTPSV() 2573 int N = validateSYR2(Element.F64_2(mRS), Uplo, X, incX, Y, incY, A); in ZHEMV() 2612 int N = validateSYR2(Element.F64_2(mRS), Uplo, X, incX, Y, incY, A); in ZHBMV() [all …]
|
D | Element.java | 507 public static Element F64_2(RenderScript rs) { in F64_2() method in Element
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 273 Type::Builder typeF64_2Builder(mRS, Element::F64_2(mRS)); in createFloatAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 277 Type::Builder typeF64_2Builder(mRS, Element::F64_2(mRS)); in createFloatAllocations()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 333 Type.Builder typeF64_2Builder = new Type.Builder(mRS, Element.F64_2(mRS)); in createFloatAllocations()
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 50 __F64_2 = Element.F64_2(rs); 4132 throw new RSRuntimeException("Type mismatch with F64_2!"); 4169 throw new RSRuntimeException("Type mismatch with F64_2!"); 4206 throw new RSRuntimeException("Type mismatch with F64_2!"); 4243 throw new RSRuntimeException("Type mismatch with F64_2!"); 4280 throw new RSRuntimeException("Type mismatch with F64_2!"); 4317 throw new RSRuntimeException("Type mismatch with F64_2!"); 4354 throw new RSRuntimeException("Type mismatch with F64_2!"); 4391 throw new RSRuntimeException("Type mismatch with F64_2!"); 4428 throw new RSRuntimeException("Type mismatch with F64_2!"); [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 49 __F64_2 = Element.F64_2(rs); 3208 throw new RSRuntimeException("Type mismatch with F64_2!"); 3315 throw new RSRuntimeException("Type mismatch with F64_2!");
|
/frameworks/support/api/ |
D | 23.0.0.txt | 10072 …method public static android.support.v8.renderscript.Element F64_2(android.support.v8.renderscript…
|
D | 23.1.1.txt | 10460 …method public static android.support.v8.renderscript.Element F64_2(android.support.v8.renderscript…
|
D | 23.2.1.txt | 10991 …method public static android.support.v8.renderscript.Element F64_2(android.support.v8.renderscript…
|
D | 23.2.0.txt | 10989 …method public static android.support.v8.renderscript.Element F64_2(android.support.v8.renderscript…
|
D | 23.4.0.txt | 11007 …method public static android.support.v8.renderscript.Element F64_2(android.support.v8.renderscript…
|
D | 23.1.0.txt | 10491 …method public static android.support.v8.renderscript.Element F64_2(android.support.v8.renderscript…
|
D | 24.0.0.txt | 11807 …method public static android.support.v8.renderscript.Element F64_2(android.support.v8.renderscript…
|
D | 24.1.0.txt | 11817 …method public static android.support.v8.renderscript.Element F64_2(android.support.v8.renderscript…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26065 method public static android.renderscript.Element F64_2(android.renderscript.RenderScript);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 38343 Landroid/renderscript/Element;->F64_2(Landroid/renderscript/RenderScript;)Landroid/renderscript/Ele…
|
/frameworks/base/api/ |
D | current.txt | 37497 method public static android.renderscript.Element F64_2(android.renderscript.RenderScript);
|