Home
last modified time | relevance | path

Searched refs:F64 (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/rs/tests/cpp_api/typecheck/
Dtypecheck.cpp60 TEST_ELEM(ENAME, F64)
72 TEST_ELEM_ALL(F64) in TEST_ELEM_ALL()
101 EXECUTE_TEST_ELEM_ALL(F64); in TEST_ELEM_ALL()
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java343 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV()
454 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV()
623 validateTRMV(Element.F64(mRS), Uplo, TransA, Diag, A, X, incX); in DTRMV()
723 validateTRMV(Element.F64(mRS), Uplo, TransA, Diag, A, X, incX); in DTBMV()
838 int N = validateTPMV(Element.F64(mRS), Uplo, TransA, Diag, Ap, X, incX); in DTPMV()
930 validateTRMV(Element.F64(mRS), Uplo, TransA, Diag, A, X, incX); in DTRSV()
1032 validateTRMV(Element.F64(mRS), Uplo, TransA, Diag, A, X, incX); in DTBSV()
1152 int N = validateTPMV(Element.F64(mRS), Uplo, TransA, Diag, Ap, X, incX); in DTPSV()
1621 int N = validateSYMV(Element.F64(mRS), Uplo, A, X, Y, incX, incY); in DSYMV()
1653 int N = validateSYMV(Element.F64(mRS), Uplo, A, X, Y, incX, incY); in DSBMV()
[all …]
DElement.java448 public static Element F64(RenderScript rs) { in F64() method in Element
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp226 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV()
276 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV()
385 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX); in DTRMV()
429 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX); in DTBMV()
472 int N = validateTPMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, Ap, X, incX); in DTPMV()
507 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX); in DTRSV()
553 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX); in DTBSV()
601 int N = validateTPMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, Ap, X, incX); in DTPSV()
905 int N = validateSYMV(mRS, Element::F64(mRS), Uplo, A, X, Y, incX, incY); in DSYMV()
917 int N = validateSYMV(mRS, Element::F64(mRS), Uplo, A, X, Y, incX, incY); in DSBMV()
[all …]
DElement.cpp92 CREATE_USER(F64, FLOAT_64);
145 CREATE_VECTOR(F64, FLOAT_64);
DrsCppStructs.h489 sp<const Element> F64; member
1073 static sp<const Element> F64(const sp<RS> &rs);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_script_group2_float.java55 final Type T = Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE); in run()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_script_group2_float.java57 final Type T = Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE); in run()
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DScriptIntrinsicBLAS.java360 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV()
511 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV()
718 validateTRMV(Element.F64(mRS), Uplo, TransA, Diag, A, X, incX); in DTRMV()
850 validateTRMV(Element.F64(mRS), Uplo, TransA, Diag, A, X, incX); in DTBMV()
997 int N = validateTPMV(Element.F64(mRS), Uplo, TransA, Diag, Ap, X, incX); in DTPMV()
1121 validateTRMV(Element.F64(mRS), Uplo, TransA, Diag, A, X, incX); in DTRSV()
1255 validateTRMV(Element.F64(mRS), Uplo, TransA, Diag, A, X, incX); in DTBSV()
1407 int N = validateTPMV(Element.F64(mRS), Uplo, TransA, Diag, Ap, X, incX); in DTPSV()
1976 int N = validateSYMV(Element.F64(mRS), Uplo, A, X, Y, incX, incY); in DSYMV()
2018 int N = validateSYMV(Element.F64(mRS), Uplo, A, X, Y, incX, incY); in DSBMV()
[all …]
DElement.java401 public static Element F64(RenderScript rs) { in F64() method in Element
/frameworks/compile/slang/tests/P_reduce_general_input/
DScriptField_MyStruct.java.expect51 eb.add(Element.F64(rs), "d");
DScriptC_reduce_general_input.java.expect49 __F64 = Element.F64(rs);
3600 throw new RSRuntimeException("Type mismatch with F64!");
3633 throw new RSRuntimeException("Type mismatch with F64!");
3666 throw new RSRuntimeException("Type mismatch with F64!");
3699 throw new RSRuntimeException("Type mismatch with F64!");
3732 throw new RSRuntimeException("Type mismatch with F64!");
3765 throw new RSRuntimeException("Type mismatch with F64!");
3798 throw new RSRuntimeException("Type mismatch with F64!");
3831 throw new RSRuntimeException("Type mismatch with F64!");
3864 throw new RSRuntimeException("Type mismatch with F64!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptField_MyStruct.java.expect51 eb.add(Element.F64(rs), "d");
DScriptC_reduce_general_result.java.expect48 __F64 = Element.F64(rs);
3171 throw new RSRuntimeException("Type mismatch with F64!");
3278 throw new RSRuntimeException("Type mismatch with F64!");
/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptField_MyStruct.java.expect51 eb.add(Element.F64(rs), "d");
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp278 mDoubleAllocation = Allocation::createSized(mRS, Element::F64(mRS), mAllocSize); in createFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp282 mDoubleAllocation = Allocation::createSized(mRS, Element::F64(mRS), mAllocSize); in createFloatAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java338 mDoubleAllocation = Allocation.createSized(mRS, Element.F64(mRS), mAllocSize); in createFloatAllocations()
/frameworks/support/api/
D23.0.0.txt10071 …method public static android.support.v8.renderscript.Element F64(android.support.v8.renderscript.R…
D23.1.1.txt10459 …method public static android.support.v8.renderscript.Element F64(android.support.v8.renderscript.R…
D23.2.1.txt10990 …method public static android.support.v8.renderscript.Element F64(android.support.v8.renderscript.R…
D23.2.0.txt10988 …method public static android.support.v8.renderscript.Element F64(android.support.v8.renderscript.R…
D23.4.0.txt11006 …method public static android.support.v8.renderscript.Element F64(android.support.v8.renderscript.R…
D23.1.0.txt10490 …method public static android.support.v8.renderscript.Element F64(android.support.v8.renderscript.R…
D24.0.0.txt11806 …method public static android.support.v8.renderscript.Element F64(android.support.v8.renderscript.R…

12