Home
last modified time | relevance | path

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

1234

/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.cpp504 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/
DARMRelocator.cpp915 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/
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/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/AArch64/TargetInfo/
DAArch64TargetInfo.cpp18 mcld::RegisterTarget<llvm::Triple::aarch64> X(TheAArch64Target, "aarch64"); in MCLDInitializeAArch64LDTargetInfo() local
/frameworks/compile/mclinker/lib/Target/Hexagon/TargetInfo/
DHexagonTargetInfo.cpp18 mcld::RegisterTarget<llvm::Triple::hexagon> X(TheHexagonTarget, "hexagon"); in MCLDInitializeHexagonLDTargetInfo() 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_FilterDeblockingChroma_HorEdge_I.c104 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() local
DomxVCM4P10_FilterDeblockingLuma_VerEdge_I.c99 int X, Y, I, Internal=0; in omxVCM4P10_FilterDeblockingLuma_VerEdge_I() local
DomxVCM4P10_FilterDeblockingChroma_VerEdge_I.c103 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() local
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_refcount.java33 int X = 500; in initializeGlobals() local
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_foreach.java34 int X = 5; in initializeGlobals() local
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
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_noroot.java34 int X = 5; in initializeGlobals() local
DUT_foreach.java34 int X = 5; in initializeGlobals() local
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
DUT_foreach.java34 int X = 5; in initializeGlobals() local

1234