Home
last modified time | relevance | path

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

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DDouble2.java36 public Double2(Double2 data) { in Double2() method in Double2
53 public static Double2 add(Double2 a, Double2 b) { in add()
54 Double2 res = new Double2(); in add()
89 Double2 res = new Double2(); in add()
113 public static Double2 sub(Double2 a, Double2 b) { in sub()
114 Double2 res = new Double2(); in sub()
139 Double2 res = new Double2(); in sub()
163 public static Double2 mul(Double2 a, Double2 b) { in mul()
164 Double2 res = new Double2(); in mul()
189 Double2 res = new Double2(); in mul()
[all …]
H A DScriptIntrinsicBLAS.java390 …public void ZGEMV(@Transpose int TransA, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZGEMV()
526 … ZGBMV(@Transpose int TransA, int KL, int KU, Double2 alpha, Allocation A, Allocation X, int incX,… in ZGBMV()
2058 …public void ZHEMV(@Uplo int Uplo, Double2 alpha, Allocation A, Allocation X, int incX, Double2 bet… in ZHEMV()
2087 …public void ZHBMV(@Uplo int Uplo, int K, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZHBMV()
2119 …public void ZHPMV(@Uplo int Uplo, Double2 alpha, Allocation Ap, Allocation X, int incX, Double2 be… in ZHPMV()
2454 Allocation B, Double2 beta, Allocation C) { in ZGEMM()
2568 public void ZSYMM(@Side int Side, @Uplo int Uplo, Double2 alpha, Allocation A, in ZSYMM()
2569 Allocation B, Double2 beta, Allocation C) { in ZSYMM()
2673 …public void ZSYRK(@Uplo int Uplo, @Transpose int Trans, Double2 alpha, Allocation A, Double2 beta,… in ZSYRK()
2805 … void ZSYR2K(@Uplo int Uplo, @Transpose int Trans, Double2 alpha, Allocation A, Allocation B, Doub… in ZSYR2K()
[all …]
H A DFieldPacker.java288 public void addF64(Double2 v) { in addF64()
455 public Double2 subDouble2() { in subDouble2()
456 Double2 v = new Double2(); in subDouble2()
745 if (obj instanceof Double2) { in add()
746 addF64((Double2)obj); in add()
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DDouble2.java32 public class Double2 { class
33 public Double2() { in Double2() method in Double2
36 public Double2(double initX, double initY) { in Double2() method in Double2
H A DFieldPacker.java289 public void addF64(Double2 v) { in addF64()
456 public Double2 subDouble2() { in subDouble2()
457 Double2 v = new Double2(); in subDouble2()
746 if (obj instanceof Double2) { in addToPack()
747 fp.addF64((Double2)obj); in addToPack()
871 if (obj instanceof Double2) { in getPackedSize()
H A DScriptIntrinsicBLAS.java427 …public void ZGEMV(@Transpose int TransA, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZGEMV()
603 … ZGBMV(@Transpose int TransA, int KL, int KU, Double2 alpha, Allocation A, Allocation X, int incX,… in ZGBMV()
2575 …public void ZHEMV(@Uplo int Uplo, Double2 alpha, Allocation A, Allocation X, int incX, Double2 bet… in ZHEMV()
2614 …public void ZHBMV(@Uplo int Uplo, int K, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZHBMV()
2656 …public void ZHPMV(@Uplo int Uplo, Double2 alpha, Allocation Ap, Allocation X, int incX, Double2 be… in ZHPMV()
3087 Allocation B, Double2 beta, Allocation C) { in ZGEMM()
3241 public void ZSYMM(@Side int Side, @Uplo int Uplo, Double2 alpha, Allocation A, in ZSYMM()
3242 Allocation B, Double2 beta, Allocation C) { in ZSYMM()
3379 …public void ZSYRK(@Uplo int Uplo, @Transpose int Trans, Double2 alpha, Allocation A, Double2 beta,… in ZSYRK()
3549 … void ZSYR2K(@Uplo int Uplo, @Transpose int Trans, Double2 alpha, Allocation A, Allocation B, Doub… in ZSYR2K()
[all …]
/aosp12/frameworks/rs/cpp/
H A DrsCppStructs.h322 class Double2 {
326 Double2(double initX, double initY) in Double2() function
328 Double2() : x(0), y(0) {} in Double2() function
1908 Double2 beta, const sp<Allocation>& Y, int incY);
2020 Double2 beta, const sp<Allocation>& Y, int incY);
3056 int incX, Double2 beta, const sp<Allocation>& Y, int incY);
3082 int incX, Double2 beta, const sp<Allocation>& Y, int incY);
3123 void ZGERU(Double2 alpha, const sp<Allocation>& X, int incX,
3139 void ZGERC(Double2 alpha, const sp<Allocation>& X, int incX,
3418 void ZSYRK(RsBlasUplo Uplo, RsBlasTranspose Trans, Double2 alpha,
[all …]
H A DScriptIntrinsicBLAS.cpp247 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGEMV()
1101 void ScriptIntrinsicBLAS::ZHEMV(RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& A, in ZHEMV()
1112 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZHBMV()
1125 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZHPMV()
1134 void ScriptIntrinsicBLAS::ZGERU(Double2 alpha, const sp<Allocation>& X, int incX, in ZGERU()
1145 void ScriptIntrinsicBLAS::ZGERC(Double2 alpha, const sp<Allocation>& X, int incX, in ZGERC()
1396 void ScriptIntrinsicBLAS::ZSYMM(RsBlasSide Side, RsBlasUplo Uplo, Double2 alpha, in ZSYMM()
1453 void ScriptIntrinsicBLAS::ZSYRK(RsBlasUplo Uplo, RsBlasTranspose Trans, Double2 alpha, in ZSYRK()
1539 void ScriptIntrinsicBLAS::ZSYR2K(RsBlasUplo Uplo, RsBlasTranspose Trans, Double2 alpha, in ZSYR2K()
1715 void ScriptIntrinsicBLAS::ZHEMM(RsBlasSide Side, RsBlasUplo Uplo, Double2 alpha, in ZHEMM()
[all …]
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_vector.java23 import android.renderscript.Double2;
74 Double2 D2 = s.get_d2(); in initializeGlobals()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_vector.java25 import androidx.renderscript.Double2;
76 Double2 D2 = s.get_d2(); in initializeGlobals()
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_vector.java59 Double2 D2 = s.get_d2(); in initializeGlobals()
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DUT_vector.java59 Double2 D2 = s.get_d2(); in initializeGlobals()
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DUT_vector.java59 Double2 D2 = s.get_d2(); in initializeGlobals()
/aosp12/frameworks/compile/slang/tests/P_reduce_general_result/
H A 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;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48862 Landroid/renderscript/Double2;->add(Landroid/renderscript/Double2;)V
48863 Landroid/renderscript/Double2;->add(Landroid/renderscript/Double2;D)Landroid/renderscript/Double2;
48864 Landroid/renderscript/Double2;->add(Landroid/renderscript/Double2;Landroid/renderscript/Double2;)La…
48869 Landroid/renderscript/Double2;->div(Landroid/renderscript/Double2;)V
48870 Landroid/renderscript/Double2;->div(Landroid/renderscript/Double2;D)Landroid/renderscript/Double2;
48871 Landroid/renderscript/Double2;->div(Landroid/renderscript/Double2;Landroid/renderscript/Double2;)La…
48878 Landroid/renderscript/Double2;->mul(Landroid/renderscript/Double2;)V
48879 Landroid/renderscript/Double2;->mul(Landroid/renderscript/Double2;D)Landroid/renderscript/Double2;
48880 Landroid/renderscript/Double2;->mul(Landroid/renderscript/Double2;Landroid/renderscript/Double2;)La…
48887 Landroid/renderscript/Double2;->sub(Landroid/renderscript/Double2;D)Landroid/renderscript/Double2;
[all …]
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt36228 @Deprecated public class Double2 {
36229 ctor @Deprecated public Double2();
36230 ctor @Deprecated public Double2(double, double);
36395 method @Deprecated public void addF64(android.renderscript.Double2);
36443 method @Deprecated public android.renderscript.Double2 subDouble2();
36904 …nt, android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation…
36905 … android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation, i…
36909 …nt, android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation…
36918 …nt, android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation…
36919 …nt, android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation…
[all …]
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A 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();
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...