Searched refs:F64 (Results 1 - 7 of 7) 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/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.java404 public static Element F64(RenderScript rs) { method in class:Element
/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/rs/cpp/
H A DElement.cpp92 CREATE_USER(F64, FLOAT_64);
144 CREATE_VECTOR(F64, FLOAT_64);
H A DrsCppStructs.h216 sp<const Element> F64; member in struct:android::RSC::RS::__anon1533
794 static sp<const Element> F64(sp<RS> rs);

Completed in 8569 milliseconds