/frameworks/base/libs/hwui/ |
D | BakedOpDispatcher.h | 37 #define X(Type) \ macro 43 #define X(Type) \ macro
|
D | FrameBuilder.h | 99 #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/ |
D | ScriptIntrinsicBLAS.cpp | 176 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() 250 … sp<Allocation> X, int incX, float beta, sp<Allocation> Y, int incY) { in SGBMV() 266 … sp<Allocation> X, int incX, double beta, sp<Allocation> Y, int incY) { in DGBMV() 282 … sp<Allocation> X, int incX, Float2 beta, sp<Allocation> Y, int incY) { in CGBMV() 298 … sp<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/ |
D | ScriptIntrinsicBLAS.java | 275 …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/ |
D | AArch64Relocator.cpp | 531 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/ |
D | ARMRelocator.cpp | 915 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/ |
D | ScriptIntrinsicBLAS.java | 327 …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/ |
D | dumpstate.h | 25 #define ON_DRY_RUN_RETURN(X) return X argument 28 #define ON_DRY_RUN_RETURN(X) argument
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | BinTree.h | 31 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/ |
D | LVM_Power10.c | 58 LVM_INT32 LVM_Power10(LVM_INT32 X) in LVM_Power10()
|
D | LVM_Polynomial.c | 46 LVM_INT32 X) in LVM_Polynomial()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/TargetInfo/ |
D | HexagonTargetInfo.cpp | 18 mcld::RegisterTarget<llvm::Triple::hexagon> X(TheHexagonTarget, "hexagon"); in MCLDInitializeHexagonLDTargetInfo() local
|
/frameworks/compile/mclinker/lib/Target/AArch64/TargetInfo/ |
D | AArch64TargetInfo.cpp | 18 mcld::RegisterTarget<llvm::Triple::aarch64> X(TheAArch64Target, "aarch64"); in MCLDInitializeAArch64LDTargetInfo() local
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Allocators.h | 110 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/ |
D | ARMTargetInfo.cpp | 19 mcld::RegisterTarget<llvm::Triple::arm> X(TheARMTarget, "arm"); in MCLDInitializeARMLDTargetInfo() local
|
/frameworks/compile/mclinker/lib/Target/X86/TargetInfo/ |
D | X86TargetInfo.cpp | 19 mcld::RegisterTarget<llvm::Triple::x86> X(TheX86_32Target, "x86"); in MCLDInitializeX86LDTargetInfo() local
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_FilterDeblockingLuma_HorEdge_I.c | 100 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() local
|
D | omxVCM4P10_FilterDeblockingLuma_VerEdge_I.c | 99 int X, Y, I, Internal=0; in omxVCM4P10_FilterDeblockingLuma_VerEdge_I() local
|
D | omxVCM4P10_FilterDeblockingChroma_HorEdge_I.c | 104 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() local
|
D | omxVCM4P10_FilterDeblockingChroma_VerEdge_I.c | 103 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() local
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | UT_foreach.java | 34 int X = 5; in initializeGlobals() local
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_kernel_struct.java | 35 int X = 5; in initializeGlobals() local
|
D | UT_refcount.java | 33 int X = 500; in initializeGlobals() local
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_kernel.java | 36 int X = 5; in initializeGlobals() local
|
D | UT_kernel_struct.java | 35 int X = 5; in initializeGlobals() local
|