Searched defs:F64 (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DElement.java448 public static Element F64(RenderScript rs) { method in class:Element
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java401 public static Element F64(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DrsCppStructs.h489 sp<const Element> F64; member in struct:android::RSC::RS::__anon1962
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...]

Completed in 1936 milliseconds