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

/frameworks/rs/tests/typecheck/
H A Dtypecheck.cpp60 TEST_ELEM(ENAME, F64)
72 TEST_ELEM_ALL(F64)
101 EXECUTE_TEST_ELEM_ALL(F64);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_script_group2_float.java60 Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE),
69 Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE),
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_script_group2_float.java60 Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE),
69 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.cpp218 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY);
268 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY);
377 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX);
421 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX);
464 int N = validateTPMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, Ap, X, incX);
499 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX);
545 validateTRMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, A, X, incX);
593 int N = validateTPMV(mRS, Element::F64(mRS), Uplo, TransA, Diag, Ap, X, incX);
897 int N = validateSYMV(mRS, Element::F64(mRS), Uplo, A, X, Y, incX, incY);
909 int N = validateSYMV(mRS, Element::F64(mR
[all...]
H A DElement.cpp93 CREATE_USER(F64, FLOAT_64);
146 CREATE_VECTOR(F64, FLOAT_64);
H A DrsCppStructs.h489 sp<const Element> F64; member in struct:android::RSC::RS::__anon1619
1073 static sp<const Element> F64(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/support/v8/renderscript/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.expect48 eb.add(Element.F64(rs), "d");
H A DScriptC_reduce_general_input.java.expect46 __F64 = Element.F64(rs);
3597 throw new RSRuntimeException("Type mismatch with F64!");
3630 throw new RSRuntimeException("Type mismatch with F64!");
3663 throw new RSRuntimeException("Type mismatch with F64!");
3696 throw new RSRuntimeException("Type mismatch with F64!");
3729 throw new RSRuntimeException("Type mismatch with F64!");
3762 throw new RSRuntimeException("Type mismatch with F64!");
3795 throw new RSRuntimeException("Type mismatch with F64!");
3828 throw new RSRuntimeException("Type mismatch with F64!");
3861 throw new RSRuntimeException("Type mismatch with F64!");
[all...]
/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptField_MyStruct.java.expect48 eb.add(Element.F64(rs), "d");
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptField_MyStruct.java.expect48 eb.add(Element.F64(rs), "d");
H A DScriptC_reduce_general_result.java.expect45 __F64 = Element.F64(rs);
3168 throw new RSRuntimeException("Type mismatch with F64!");
3275 throw new RSRuntimeException("Type mismatch with F64!");

Completed in 2361 milliseconds