/frameworks/base/rs/java/android/renderscript/ |
D | Double2.java | 23 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 …]
|
D | FieldPacker.java | 284 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()
|
D | ScriptIntrinsicBLAS.java | 386 …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/android/support/v8/renderscript/ |
D | Double2.java | 28 public class Double2 { class 29 public Double2() { in Double2() method in Double2 32 public Double2(double initX, double initY) { in Double2() method in Double2
|
D | FieldPacker.java | 285 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()
|
D | ScriptIntrinsicBLAS.java | 423 …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/ |
D | rsCppStructs.h | 322 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 …]
|
D | ScriptIntrinsicBLAS.cpp | 246 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/ |
D | UT_vector.java | 23 import android.renderscript.Double2; 74 Double2 D2 = s.get_d2(); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_vector.java | 25 import android.support.v8.renderscript.Double2; 76 Double2 D2 = s.get_d2(); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | UT_vector.java | 59 Double2 D2 = s.get_d2(); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_vector.java | 59 Double2 D2 = s.get_d2(); in initializeGlobals()
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | UT_vector.java | 59 Double2 D2 = s.get_d2(); in initializeGlobals()
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 311 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/support/api/ |
D | 23.0.0.txt | 10038 public class Double2 { 10039 ctor public Double2(); 10040 ctor public Double2(double, double); 10191 method public void addF64(android.support.v8.renderscript.Double2); 10239 method public android.support.v8.renderscript.Double2 subDouble2(); 10698 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 10699 …rscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Alloc… 10700 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 10701 …method public void ZGERC(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… 10702 …method public void ZGERU(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… [all …]
|
D | 23.4.0.txt | 10973 public class Double2 { 10974 ctor public Double2(); 10975 ctor public Double2(double, double); 11126 method public void addF64(android.support.v8.renderscript.Double2); 11174 method public android.support.v8.renderscript.Double2 subDouble2(); 11633 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 11634 …rscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Alloc… 11635 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 11636 …method public void ZGERC(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… 11637 …method public void ZGERU(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… [all …]
|
D | 23.1.0.txt | 10457 public class Double2 { 10458 ctor public Double2(); 10459 ctor public Double2(double, double); 10610 method public void addF64(android.support.v8.renderscript.Double2); 10658 method public android.support.v8.renderscript.Double2 subDouble2(); 11117 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 11118 …rscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Alloc… 11119 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 11120 …method public void ZGERC(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… 11121 …method public void ZGERU(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… [all …]
|
D | 23.1.1.txt | 10426 public class Double2 { 10427 ctor public Double2(); 10428 ctor public Double2(double, double); 10579 method public void addF64(android.support.v8.renderscript.Double2); 10627 method public android.support.v8.renderscript.Double2 subDouble2(); 11086 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 11087 …rscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Alloc… 11088 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 11089 …method public void ZGERC(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… 11090 …method public void ZGERU(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… [all …]
|
D | 23.2.1.txt | 10957 public class Double2 { 10958 ctor public Double2(); 10959 ctor public Double2(double, double); 11110 method public void addF64(android.support.v8.renderscript.Double2); 11158 method public android.support.v8.renderscript.Double2 subDouble2(); 11617 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 11618 …rscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Alloc… 11619 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 11620 …method public void ZGERC(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… 11621 …method public void ZGERU(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… [all …]
|
D | 23.2.0.txt | 10955 public class Double2 { 10956 ctor public Double2(); 10957 ctor public Double2(double, double); 11108 method public void addF64(android.support.v8.renderscript.Double2); 11156 method public android.support.v8.renderscript.Double2 subDouble2(); 11615 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 11616 …rscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Alloc… 11617 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 11618 …method public void ZGERC(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… 11619 …method public void ZGERU(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… [all …]
|
D | 24.1.0.txt | 11783 public class Double2 { 11784 ctor public Double2(); 11785 ctor public Double2(double, double); 11936 method public void addF64(android.support.v8.renderscript.Double2); 11984 method public android.support.v8.renderscript.Double2 subDouble2(); 12443 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 12444 …rscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Alloc… 12445 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 12446 …method public void ZGERC(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… 12447 …method public void ZGERU(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… [all …]
|
D | 24.0.0.txt | 11773 public class Double2 { 11774 ctor public Double2(); 11775 ctor public Double2(double, double); 11926 method public void addF64(android.support.v8.renderscript.Double2); 11974 method public android.support.v8.renderscript.Double2 subDouble2(); 12433 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 12434 …rscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Alloc… 12435 …cript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocat… 12436 …method public void ZGERC(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… 12437 …method public void ZGERU(android.support.v8.renderscript.Double2, android.support.v8.renderscript.… [all …]
|
/frameworks/base/api/ |
D | current.txt | 35752 public class Double2 { 35753 ctor public Double2(); 35754 ctor public Double2(double, double); 35923 method public void addF64(android.renderscript.Double2); 35971 method public android.renderscript.Double2 subDouble2(); 36437 … android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation, i… 36438 …nt, android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation… 36439 … android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation, i… 36440 …method public void ZGERC(android.renderscript.Double2, android.renderscript.Allocation, int, andro… 36441 …method public void ZGERU(android.renderscript.Double2, android.renderscript.Allocation, int, andro… [all …]
|
D | test-current.txt | 35949 public class Double2 { 35950 ctor public Double2(); 35951 ctor public Double2(double, double); 36120 method public void addF64(android.renderscript.Double2); 36168 method public android.renderscript.Double2 subDouble2(); 36634 … android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation, i… 36635 …nt, android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation… 36636 … android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation, i… 36637 …method public void ZGERC(android.renderscript.Double2, android.renderscript.Allocation, int, andro… 36638 …method public void ZGERU(android.renderscript.Double2, android.renderscript.Allocation, int, andro… [all …]
|
D | system-current.txt | 38829 public class Double2 { 38830 ctor public Double2(); 38831 ctor public Double2(double, double); 39000 method public void addF64(android.renderscript.Double2); 39048 method public android.renderscript.Double2 subDouble2(); 39514 … android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation, i… 39515 …nt, android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation… 39516 … android.renderscript.Double2, android.renderscript.Allocation, android.renderscript.Allocation, i… 39517 …method public void ZGERC(android.renderscript.Double2, android.renderscript.Allocation, int, andro… 39518 …method public void ZGERU(android.renderscript.Double2, android.renderscript.Allocation, int, andro… [all …]
|