Searched refs:F64 (Results 1 - 18 of 18) sorted by relevance

/frameworks/rs/tests/cpp_api/typecheck/
H A Dtypecheck.cpp60 TEST_ELEM(ENAME, F64)
72 TEST_ELEM_ALL(F64)
101 EXECUTE_TEST_ELEM_ALL(F64);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_script_group2_float.java55 final Type T = Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_script_group2_float.java57 final Type T = Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE);
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java335 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
336 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
339 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
343 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
445 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F64}.
446 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
449 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
454 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
618 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
619 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}
[all...]
H A DElement.java448 public static Element F64(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp226 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY);
276 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY);
385 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX);
429 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX);
472 int N = validateTPMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, Ap, X, incX);
507 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX);
553 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX);
601 int N = validateTPMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, Ap, X, incX);
905 int N = validateSYMV(mRS, Element::F64(mRS), Uplo, A, X, Y, incX, incY);
917 int N = validateSYMV(mRS, Element::F64(mR
[all...]
H A DElement.cpp92 CREATE_USER(F64, FLOAT_64);
145 CREATE_VECTOR(F64, FLOAT_64);
H A DrsCppStructs.h489 sp<const Element> F64; member in struct:android::RSC::RS::__anon1954
1073 static sp<const Element> F64(const sp<RS> &rs);
1861 * @param A The input allocation contains matrix A, supported elements type: {Element#F64}.
1862 * @param X The input allocation contains vector x, supported elements type: {Element#F64}.
1865 * @param Y The input allocation contains vector y, supported elements type: {Element#F64}.
1955 * @param A The input allocation contains the band matrix A, supported elements type: {Element#F64}.
1956 * @param X The input allocation contains vector x, supported elements type: {Element#F64}.
1959 * @param Y The input allocation contains vector y, supported elements type: {Element#F64}.
2047 * @param A The input allocation contains matrix A, supported elements type: {Element#F64}.
2048 * @param X The input allocation contains vector x, supported elements type: {Element#F64}
[all...]
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java352 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
353 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
356 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
360 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
502 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F64}.
503 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
506 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
511 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
713 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
714 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}
[all...]
H A DElement.java401 public static Element F64(RenderScript rs) { method in class:Element
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptField_MyStruct.java.expect51 eb.add(Element.F64(rs), "d");
H A 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_inputs/
H A DScriptField_MyStruct.java.expect51 eb.add(Element.F64(rs), "d");
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptField_MyStruct.java.expect51 eb.add(Element.F64(rs), "d");
H A 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/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp278 mDoubleAllocation = Allocation::createSized(mRS, Element::F64(mRS), mAllocSize);
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java338 mDoubleAllocation = Allocation.createSized(mRS, Element.F64(mRS), mAllocSize);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp282 mDoubleAllocation = Allocation::createSized(mRS, Element::F64(mRS), mAllocSize);

Completed in 378 milliseconds