Home
last modified time | relevance | path

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

1234

/frameworks/base/libs/hwui/
DBakedOpDispatcher.h37 #define X(Type) \ macro
43 #define X(Type) \ macro
DFrameBuilder.h99 #define X(Type) \ in replayBakedOps() macro
111 #define X(Type) \ in replayBakedOps() macro
222 #define X(Type) void defer##Type(const Type& op); macro
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp176 sp<Allocation> X, int incX, sp<Allocation> Y, int incY) { in validateGEMV()
205 …ScriptIntrinsicBLAS::SGEMV(RsBlasTranspose TransA, float alpha, sp<Allocation> A, sp<Allocation> X, in SGEMV()
216 …criptIntrinsicBLAS::DGEMV(RsBlasTranspose TransA, double alpha, sp<Allocation> A, sp<Allocation> X, in DGEMV()
227 …criptIntrinsicBLAS::CGEMV(RsBlasTranspose TransA, Float2 alpha, sp<Allocation> A, sp<Allocation> X, in CGEMV()
238 …riptIntrinsicBLAS::ZGEMV(RsBlasTranspose TransA, Double2 alpha, sp<Allocation> A, sp<Allocation> X, in ZGEMV()
250sp<Allocation> X, int incX, float beta, sp<Allocation> Y, int incY) { in SGBMV()
266sp<Allocation> X, int incX, double beta, sp<Allocation> Y, int incY) { in DGBMV()
282sp<Allocation> X, int incX, Float2 beta, sp<Allocation> Y, int incY) { in CGBMV()
298sp<Allocation> X, int incX, Double2 beta, sp<Allocation> Y, int incY) { in ZGBMV()
314 RsBlasDiag Diag, sp<Allocation> A, sp<Allocation> X, int incX) { in validateTRMV()
[all …]
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java275 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y… in validateGEMV()
320 …public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float … in SGEMV()
321 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local
342 …public void DGEMV(@Transpose int TransA, double alpha, Allocation A, Allocation X, int incX, doubl… in DGEMV()
343 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local
364 …public void CGEMV(@Transpose int TransA, Float2 alpha, Allocation A, Allocation X, int incX, Float… in CGEMV()
365 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV() local
386 …public void ZGEMV(@Transpose int TransA, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZGEMV()
387 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV() local
417 …BMV(@Transpose int TransA, int KL, int KU, float alpha, Allocation A, Allocation X, int incX, floa… in SGBMV()
[all …]
/frameworks/compile/mclinker/lib/Target/AArch64/
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
/frameworks/compile/mclinker/lib/Target/ARM/
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
1146 Relocator::DWord X = ((S + A) | T) - P; in movw_prel_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
[all …]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScriptIntrinsicBLAS.java327 …public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float … in SGEMV()
328 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local
359 …public void DGEMV(@Transpose int TransA, double alpha, Allocation A, Allocation X, int incX, doubl… in DGEMV()
360 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local
391 …public void CGEMV(@Transpose int TransA, Float2 alpha, Allocation A, Allocation X, int incX, Float… in CGEMV()
392 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV() local
423 …public void ZGEMV(@Transpose int TransA, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZGEMV()
424 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV() local
464 …BMV(@Transpose int TransA, int KL, int KU, float alpha, Allocation A, Allocation X, int incX, floa… in SGBMV()
466 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV() local
[all …]
/frameworks/native/cmds/dumpstate/
Ddumpstate.h25 #define ON_DRY_RUN_RETURN(X) return X argument
28 #define ON_DRY_RUN_RETURN(X) argument
/frameworks/compile/mclinker/include/mcld/ADT/
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()
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVM_Power10.c58 LVM_INT32 LVM_Power10(LVM_INT32 X) in LVM_Power10()
DLVM_Polynomial.c46 LVM_INT32 X) in LVM_Polynomial()
/frameworks/compile/mclinker/lib/Target/Hexagon/TargetInfo/
DHexagonTargetInfo.cpp18 mcld::RegisterTarget<llvm::Triple::hexagon> X(TheHexagonTarget, "hexagon"); in MCLDInitializeHexagonLDTargetInfo() local
/frameworks/compile/mclinker/lib/Target/AArch64/TargetInfo/
DAArch64TargetInfo.cpp18 mcld::RegisterTarget<llvm::Triple::aarch64> X(TheAArch64Target, "aarch64"); in MCLDInitializeAArch64LDTargetInfo() local
/frameworks/compile/mclinker/include/mcld/Support/
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()
/frameworks/compile/mclinker/lib/Target/ARM/TargetInfo/
DARMTargetInfo.cpp19 mcld::RegisterTarget<llvm::Triple::arm> X(TheARMTarget, "arm"); in MCLDInitializeARMLDTargetInfo() local
/frameworks/compile/mclinker/lib/Target/X86/TargetInfo/
DX86TargetInfo.cpp19 mcld::RegisterTarget<llvm::Triple::x86> X(TheX86_32Target, "x86"); in MCLDInitializeX86LDTargetInfo() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_FilterDeblockingLuma_HorEdge_I.c100 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() local
DomxVCM4P10_FilterDeblockingLuma_VerEdge_I.c99 int X, Y, I, Internal=0; in omxVCM4P10_FilterDeblockingLuma_VerEdge_I() local
DomxVCM4P10_FilterDeblockingChroma_HorEdge_I.c104 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() local
DomxVCM4P10_FilterDeblockingChroma_VerEdge_I.c103 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() local
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
DUT_foreach.java34 int X = 5; in initializeGlobals() local
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_kernel_struct.java35 int X = 5; in initializeGlobals() local
DUT_refcount.java33 int X = 500; in initializeGlobals() local
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_kernel.java36 int X = 5; in initializeGlobals() local
DUT_kernel_struct.java35 int X = 5; in initializeGlobals() local

1234