Home
last modified time | relevance | path

Searched refs:Double2 (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DDouble2.java23 public class Double2 { class
27 public Double2() { in Double2() method in Double2
31 public Double2(Double2 data) { in Double2() method in Double2
36 public Double2(double x, double y) { in Double2() method in Double2
48 public static Double2 add(Double2 a, Double2 b) { in add()
49 Double2 res = new Double2(); in add()
61 public void add(Double2 value) { in add()
83 public static Double2 add(Double2 a, double b) { in add()
84 Double2 res = new Double2(); in add()
96 public void sub(Double2 value) { in sub()
[all …]
DFieldPacker.java284 public void addF64(Double2 v) { in addF64()
451 public Double2 subDouble2() { in subDouble2()
452 Double2 v = new Double2(); in subDouble2()
741 if (obj instanceof Double2) { in add()
742 addF64((Double2)obj); in add()
DScriptIntrinsicBLAS.java386 …public void ZGEMV(@Transpose int TransA, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZGEMV()
522 … ZGBMV(@Transpose int TransA, int KL, int KU, Double2 alpha, Allocation A, Allocation X, int incX,… in ZGBMV()
2054 …public void ZHEMV(@Uplo int Uplo, Double2 alpha, Allocation A, Allocation X, int incX, Double2 bet… in ZHEMV()
2083 …public void ZHBMV(@Uplo int Uplo, int K, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZHBMV()
2115 …public void ZHPMV(@Uplo int Uplo, Double2 alpha, Allocation Ap, Allocation X, int incX, Double2 be… in ZHPMV()
2134 public void ZGERU(Double2 alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in ZGERU()
2154 public void ZGERC(Double2 alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in ZGERC()
2220 …public void ZHER2(@Uplo int Uplo, Double2 alpha, Allocation X, int incX, Allocation Y, int incY, A… in ZHER2()
2248 …public void ZHPR2(@Uplo int Uplo, Double2 alpha, Allocation X, int incX, Allocation Y, int incY, A… in ZHPR2()
2449 public void ZGEMM(@Transpose int TransA, @Transpose int TransB, Double2 alpha, Allocation A, in ZGEMM()
[all …]
/frameworks/rs/support/java/src/androidx/renderscript/
DDouble2.java28 public class Double2 { class
29 public Double2() { in Double2() method in Double2
32 public Double2(double initX, double initY) { in Double2() method in Double2
DFieldPacker.java285 public void addF64(Double2 v) { in addF64()
452 public Double2 subDouble2() { in subDouble2()
453 Double2 v = new Double2(); in subDouble2()
742 if (obj instanceof Double2) { in addToPack()
743 fp.addF64((Double2)obj); in addToPack()
867 if (obj instanceof Double2) { in getPackedSize()
DScriptIntrinsicBLAS.java423 …public void ZGEMV(@Transpose int TransA, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZGEMV()
599 … ZGBMV(@Transpose int TransA, int KL, int KU, Double2 alpha, Allocation A, Allocation X, int incX,… in ZGBMV()
2571 …public void ZHEMV(@Uplo int Uplo, Double2 alpha, Allocation A, Allocation X, int incX, Double2 bet… in ZHEMV()
2610 …public void ZHBMV(@Uplo int Uplo, int K, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZHBMV()
2652 …public void ZHPMV(@Uplo int Uplo, Double2 alpha, Allocation Ap, Allocation X, int incX, Double2 be… in ZHPMV()
2681 public void ZGERU(Double2 alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in ZGERU()
2711 public void ZGERC(Double2 alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in ZGERC()
2803 …public void ZHER2(@Uplo int Uplo, Double2 alpha, Allocation X, int incX, Allocation Y, int incY, A… in ZHER2()
2841 …public void ZHPR2(@Uplo int Uplo, Double2 alpha, Allocation X, int incX, Allocation Y, int incY, A… in ZHPR2()
3082 public void ZGEMM(@Transpose int TransA, @Transpose int TransB, Double2 alpha, Allocation A, in ZGEMM()
[all …]
/frameworks/rs/cpp/
DrsCppStructs.h322 class Double2 {
326 Double2(double initX, double initY) in Double2() function
328 Double2() : x(0), y(0) {} in Double2() function
1907 Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX,
1908 Double2 beta, const sp<Allocation>& Y, int incY);
2019 … int KL, int KU, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX,
2020 Double2 beta, const sp<Allocation>& Y, int incY);
3055 void ZHEMV(RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X,
3056 int incX, Double2 beta, const sp<Allocation>& Y, int incY);
3081 …void ZHBMV(RsBlasUplo Uplo, int K, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X,
[all …]
DScriptIntrinsicBLAS.cpp246 void ScriptIntrinsicBLAS::ZGEMV(RsBlasTranspose TransA, Double2 alpha, const sp<Allocation>& A, con… in ZGEMV()
247 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGEMV()
305 void ScriptIntrinsicBLAS::ZGBMV(RsBlasTranspose TransA, int KL, int KU, Double2 alpha, const sp<All… in ZGBMV()
306 … const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGBMV()
1101 void ScriptIntrinsicBLAS::ZHEMV(RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& A, in ZHEMV()
1102 … const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZHEMV()
1111 void ScriptIntrinsicBLAS::ZHBMV(RsBlasUplo Uplo, int K, Double2 alpha, const sp<Allocation>& A, con… in ZHBMV()
1112 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZHBMV()
1124 void ScriptIntrinsicBLAS::ZHPMV(RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& Ap, const sp<… in ZHPMV()
1125 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZHPMV()
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_vector.java23 import android.renderscript.Double2;
74 Double2 D2 = s.get_d2(); in initializeGlobals()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_vector.java25 import androidx.renderscript.Double2;
76 Double2 D2 = s.get_d2(); in initializeGlobals()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_vector.java59 Double2 D2 = s.get_d2(); in initializeGlobals()
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
DUT_vector.java59 Double2 D2 = s.get_d2(); in initializeGlobals()
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
DUT_vector.java59 Double2 D2 = s.get_d2(); in initializeGlobals()
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect311 public Double2[] get() {
315 Double2[] result = new Double2[7];
317 result[Idx] = new Double2(outArray[2*Idx+0], outArray[2*Idx+1]);
346 private Double2[] mResult;
1665 public Double2 get() {
1669 mResult = new Double2(outArray[0], outArray[1]);
1695 private Double2 mResult;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63625 Landroid/renderscript/Double2;-><init>(Landroid/renderscript/Double2;)V
63626 Landroid/renderscript/Double2;->add(D)V
63627 Landroid/renderscript/Double2;->add(Landroid/renderscript/Double2;)V
63628 Landroid/renderscript/Double2;->add(Landroid/renderscript/Double2;D)Landroid/renderscript/Double2;
63629 Landroid/renderscript/Double2;->add(Landroid/renderscript/Double2;Landroid/renderscript/Double2;)La…
63630 Landroid/renderscript/Double2;->addAt(ID)V
63631 Landroid/renderscript/Double2;->addMultiple(Landroid/renderscript/Double2;D)V
63632 Landroid/renderscript/Double2;->copyTo([DI)V
63633 Landroid/renderscript/Double2;->div(D)V
63634 Landroid/renderscript/Double2;->div(Landroid/renderscript/Double2;)V
[all …]
/frameworks/base/api/
Dcurrent.txt39590 public class Double2 {
39591 ctor public Double2();
39592 ctor public Double2(double, double);
39757 method public void addF64(android.renderscript.Double2);
39805 method public android.renderscript.Double2 subDouble2();
40265 … android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation, i…
40266 …nt, android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation…
40267 … android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation, i…
40268 …method public void ZGERC(android.renderscript.Double2, android.renderscript.Allocation, int, andro…
40269 …method public void ZGERU(android.renderscript.Double2, android.renderscript.Allocation, int, andro…
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26031 public class Double2 {
26032 ctor public Double2();
26033 ctor public Double2(double, double);
26197 method public void addF64(android.renderscript.Double2);
26245 method public android.renderscript.Double2 subDouble2();