| /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 | 504 Relocator::DWord X = S + A - P; in rel() local 535 Relocator::DWord X = S + A - P; in adr_prel_lo21() local 554 Relocator::DWord X = in adr_prel_pg_hi21() local 584 Relocator::DWord X = S + A - P; in call() local 613 Relocator::DWord X = S + A - P; in condbr() local 630 Relocator::DWord X = in adr_got_page() local 655 Relocator::DWord X = helper_get_page_offset(GOT_S + A); in ld64_got_lo12() local 681 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 969 Relocator::DWord X = ((S + A) | T) - P; in thm_jump19() local 1028 Relocator::DWord X = ((S + A) | T) - P; in call() local 1090 Relocator::DWord X = (S | T) - P; in thm_call() local 1129 Relocator::DWord X = (S + A) | T; in movw_abs_nc() local 1144 Relocator::DWord X = ((S + A) | T) - P; in movw_prel_nc() local 1173 Relocator::DWord X = S + A; in movt_abs() local 1186 Relocator::DWord X = S + A - P; in movt_prel() local 1220 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/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/AArch64/TargetInfo/ |
| D | AArch64TargetInfo.cpp | 18 mcld::RegisterTarget<llvm::Triple::aarch64> X(TheAArch64Target, "aarch64"); in MCLDInitializeAArch64LDTargetInfo() local
|
| /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/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_FilterDeblockingChroma_HorEdge_I.c | 104 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_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_VerEdge_I.c | 103 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() local
|
| /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
| D | UT_refcount.java | 33 int X = 500; in initializeGlobals() local
|
| 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_foreach.java | 34 int X = 5; in initializeGlobals() local
|
| /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
| 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_noroot.java | 34 int X = 5; in initializeGlobals() local
|
| D | UT_foreach.java | 34 int X = 5; in initializeGlobals() local
|
| /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
| D | UT_foreach.java | 34 int X = 5; in initializeGlobals() local
|