Home
last modified time | relevance | path

Searched refs:F64 (Results 1 – 25 of 26) 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.java450 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/support/java/src/androidx/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/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()
Dvector.rscript76 rsDebug("Testing F64", 0);
/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()
Dvector.rscript78 rsDebug("Testing F64", 0);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dvector.rscript60 rsDebug("Testing F64", 0);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dvector.rscript60 rsDebug("Testing F64", 0);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dvector.rscript60 rsDebug("Testing F64", 0);
/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptField_MyStruct.java.expect51 eb.add(Element.F64(rs), "d");
/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_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/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/opt/setupwizard/tools/docs/
Dandroid-22.txt26064 method public static android.renderscript.Element F64(android.renderscript.RenderScript);
/frameworks/base/non-updatable-api/
Dcurrent.txt39931 method public static android.renderscript.Element F64(android.renderscript.RenderScript);

12