Home
last modified time | relevance | path

Searched defs:X (Results 1 – 25 of 170) sorted by relevance

1234567

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dconst.h22 #define _AC(X,Y) X argument
23 #define _AT(T,X) X argument
25 #define __AC(X,Y) (X ##Y) argument
26 #define _AC(X,Y) __AC(X, Y) argument
27 #define _AT(T,X) ((T) (X)) argument
/aosp12/art/test/010-instance/src/
H A DX.java1 class X { class
2 public X() { in X() method in X
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_geometry.h31 inline void db_PointCentroid2D(double c[2],const double *X,int nr_points) in db_PointCentroid2D()
51 inline void db_PointCentroid2D(double c[2],const double * const *X,int nr_points) in db_PointCentroid2D()
75 inline void db_PointCentroid3D(double c[3],const double *X,int nr_points) in db_PointCentroid3D()
97 inline void db_PointCentroid3D(double c[3],const double * const *X,int nr_points) in db_PointCentroid3D()
/aosp12/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp722 const sp<Allocation>& X, int incX, const sp<Allocation>& A) { in validateSYR()
746 const sp<Allocation>& X, int incX, const sp<Allocation>& Ap) { in validateSPR()
861 void ScriptIntrinsicBLAS::SGER(float alpha, const sp<Allocation>& X, int incX, in SGER()
871 void ScriptIntrinsicBLAS::SSYR(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, in SSYR()
879 void ScriptIntrinsicBLAS::SSPR(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, in SSPR()
1038 void ScriptIntrinsicBLAS::CGERU(Float2 alpha, const sp<Allocation>& X, int incX, in CGERU()
1049 void ScriptIntrinsicBLAS::CGERC(Float2 alpha, const sp<Allocation>& X, int incX, in CGERC()
1061 void ScriptIntrinsicBLAS::CHER(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, in CHER()
1071 void ScriptIntrinsicBLAS::CHPR(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, in CHPR()
1134 void ScriptIntrinsicBLAS::ZGERU(Double2 alpha, const sp<Allocation>& X, int incX, in ZGERU()
[all …]
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DLayerNormLSTMTest.cpp105 #define AddInput(X) \ in LayerNormLSTMOpModel() argument
135 #define AddOutput(X) \ in LayerNormLSTMOpModel() argument
161 #define ReserveOutput(X) X##_.insert(X##_.end(), multiAll(*it2++), 0.f); in LayerNormLSTMOpModel() argument
170 #define DefineSetter(X) \ argument
208 #define SetInputOrWeight(X) \ in Invoke() argument
218 #define SetOutput(X) \ in Invoke() argument
276 #define DefineTensor(X) std::vector<float> X##_; argument
H A DSVDFTest.cpp186 #define AddInput(X) \ in SVDFOpModel() argument
207 #define AddOutput(X) \ in SVDFOpModel() argument
228 #define ReserveOutput(X) X##_.insert(X##_.end(), multiAll(*it2++), 0.f); in SVDFOpModel() argument
247 #define SetInputOrWeight(X) \ in Invoke() argument
255 #define SetOutput(X) \ in Invoke() argument
273 #define DefineSetter(X) \ argument
308 #define DefineTensor(X) std::vector<float> X##_; argument
H A DEmbeddingLookupTest.cpp101 #define SetInputOrWeight(X, T) \ in Invoke() argument
110 #define SetOutput(X, T) \ in Invoke() argument
122 #define DefineSetter(X, T) \ argument
147 #define DefineTensor(X, T) std::vector<T> X##_; argument
H A DLSTMTest.cpp99 #define AddInput(X) \ in LSTMOpModel() argument
126 #define AddOutput(X) \ in LSTMOpModel() argument
151 #define ReserveOutput(X) X##_.insert(X##_.end(), multiAll(*it2++), 0.f); in LSTMOpModel() argument
160 #define DefineSetter(X) \ argument
197 #define SetInputOrWeight(X) \ in Invoke() argument
206 #define SetOutput(X) \ in Invoke() argument
264 #define DefineTensor(X) std::vector<float> X##_; argument
H A DHashtableLookupTest.cpp116 #define SetInputOrWeight(X, T) \ in Invoke() argument
125 #define SetOutput(X, T) \ in Invoke() argument
137 #define DefineSetter(X, T) \ argument
160 #define DefineTensor(X, T) std::vector<T> X##_; argument
H A DRNNTest.cpp168 #define DefineSetter(X) \ argument
200 #define SetInputOrWeight(X) \ in Invoke() argument
208 #define SetOutput(X) \ in Invoke() argument
231 #define DefineTensor(X) std::vector<float> X##_; argument
H A DLSHProjectionTest.cpp89 #define DefineSetter(X, T) \ argument
105 #define SetInputOrWeight(X, T) \ in Invoke() argument
114 #define SetOutput(X, T) \ in Invoke() argument
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java325 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local
347 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local
369 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV() local
423 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV() local
458 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV() local
1517 validateGER(Element.F32(mRS), X, incX, Y, incY, A); in SGER() local
1705 validateGER(Element.F64(mRS), X, incX, Y, incY, A); in DGER() local
1924 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A); in CGERU() local
1945 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A); in CGERC() local
2139 validateGERU(Element.F64_2(mRS), X, incX, Y, incY, A); in ZGERU() local
[all …]
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp531 Relocator::DWord X = S + A - P; in rel() local
562 Relocator::DWord X = S + A - P; in adr_prel_lo21() local
581 Relocator::DWord X = in adr_prel_pg_hi21() local
611 Relocator::DWord X = S + A - P; in call() local
640 Relocator::DWord X = S + A - P; in condbr() local
657 Relocator::DWord X = in adr_got_page() local
682 Relocator::DWord X = helper_get_page_offset(GOT_S + A); in ld64_got_lo12() local
708 Relocator::DWord X = helper_get_page_offset(S + A); in ldst_abs_lo12() local
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp915 Relocator::DWord X = S + A - P; in thm_jump8() local
933 Relocator::DWord X = S + A - P; in thm_jump11() local
970 Relocator::DWord X = ((S + A) | T) - P; in thm_jump19() local
1029 Relocator::DWord X = ((S + A) | T) - P; in call() local
1092 Relocator::DWord X = (S | T) - P; in thm_call() local
1131 Relocator::DWord X = (S + A) | T; in movw_abs_nc() local
1175 Relocator::DWord X = S + A; in movt_abs() local
1188 Relocator::DWord X = S + A - P; in movt_prel() local
1222 Relocator::DWord X = (S + A) | T; in thm_movw_abs_nc() local
1302 Relocator::DWord X = S + A; in thm_movt_abs() local
[all …]
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DScriptIntrinsicBLAS.java332 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local
364 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local
396 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV() local
470 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV() local
515 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV() local
1826 validateGER(Element.F32(mRS), X, incX, Y, incY, A); in SGER() local
2090 validateGER(Element.F64(mRS), X, incX, Y, incY, A); in DGER() local
2385 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A); in CGERU() local
2416 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A); in CGERC() local
2686 validateGERU(Element.F64_2(mRS), X, incX, Y, incY, A); in ZGERU() local
[all …]
/aosp12/art/test/XandY/
H A DX.java17 class X {} class
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h31 explicit DFSIterator(NodeBase* X) : TreeIteratorBase(X) { in DFSIterator()
61 explicit BFSIterator(NodeBase* X) : TreeIteratorBase(X) { in BFSIterator()
113 PolicyIteratorBase(const iterator& X) : IteratorType(X.m_pNode) {} in PolicyIteratorBase()
115 explicit PolicyIteratorBase(NodeBase* X) : IteratorType(X) {} in PolicyIteratorBase()
149 PolicyIterator(const iterator& X) : Base(X.m_pNode) {} in PolicyIterator()
151 explicit PolicyIterator(NodeBase* X) : Base(X) {} in PolicyIterator()
/aosp12/art/test/026-access/src/
H A DIface.java21 public final static int X = 1; field
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h110 pointer address(reference X) const { return &X; } in address()
112 const_pointer address(const_reference X) const { return &X; } in address()
327 pointer address(reference X) const { return &X; } in address()
329 const_pointer address(const_reference X) const { return &X; } in address()
374 pointer address(reference X) const { return X; } in address()
376 const_pointer address(const_reference X) const { return X; } in address()
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVM_Power10.cpp56 LVM_FLOAT LVM_Power10(LVM_FLOAT X) { in LVM_Power10()
H A DLVM_Polynomial.cpp43 LVM_FLOAT LVM_Polynomial(LVM_UINT16 N, LVM_FLOAT* pCoefficients, LVM_FLOAT X) { in LVM_Polynomial()
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/TargetInfo/
H A DHexagonTargetInfo.cpp18 mcld::RegisterTarget<llvm::Triple::hexagon> X(TheHexagonTarget, "hexagon"); in MCLDInitializeHexagonLDTargetInfo() local
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/TargetInfo/
H A DAArch64TargetInfo.cpp18 mcld::RegisterTarget<llvm::Triple::aarch64> X(TheAArch64Target, "aarch64"); in MCLDInitializeAArch64LDTargetInfo() local
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/TargetInfo/
H A DARMTargetInfo.cpp19 mcld::RegisterTarget<llvm::Triple::arm> X(TheARMTarget, "arm"); in MCLDInitializeARMLDTargetInfo() local
/aosp12/frameworks/compile/mclinker/lib/Target/X86/TargetInfo/
H A DX86TargetInfo.cpp19 mcld::RegisterTarget<llvm::Triple::x86> X(TheX86_32Target, "x86"); in MCLDInitializeX86LDTargetInfo() local

1234567