Home
last modified time | relevance | path

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

12345

/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp184 const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY) { in validateGEMV()
213 …cBLAS::SGEMV(RsBlasTranspose TransA, float alpha, const sp<Allocation>& A, const sp<Allocation>& X, in SGEMV()
224 …BLAS::DGEMV(RsBlasTranspose TransA, double alpha, const sp<Allocation>& A, const sp<Allocation>& X, in DGEMV()
235 …BLAS::CGEMV(RsBlasTranspose TransA, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, in CGEMV()
246 …LAS::ZGEMV(RsBlasTranspose TransA, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, in ZGEMV()
258const sp<Allocation>& X, int incX, float beta, const sp<Allocation>& Y, int incY) { in SGBMV()
274const sp<Allocation>& X, int incX, double beta, const sp<Allocation>& Y, int incY) { in DGBMV()
290const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CGBMV()
306const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGBMV()
322 … RsBlasDiag Diag, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in validateTRMV()
[all …]
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java279 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y… in validateGEMV()
324 …public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float … in SGEMV()
325 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local
346 …public void DGEMV(@Transpose int TransA, double alpha, Allocation A, Allocation X, int incX, doubl… in DGEMV()
347 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local
368 …public void CGEMV(@Transpose int TransA, Float2 alpha, Allocation A, Allocation X, int incX, Float… in CGEMV()
369 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV() local
390 …public void ZGEMV(@Transpose int TransA, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZGEMV()
391 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV() local
421 …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/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicBLAS.java331 …public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float … in SGEMV()
332 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local
363 …public void DGEMV(@Transpose int TransA, double alpha, Allocation A, Allocation X, int incX, doubl… in DGEMV()
364 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local
395 …public void CGEMV(@Transpose int TransA, Float2 alpha, Allocation A, Allocation X, int incX, Float… in CGEMV()
396 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV() local
427 …public void ZGEMV(@Transpose int TransA, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZGEMV()
428 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV() local
468 …BMV(@Transpose int TransA, int KL, int KU, float alpha, Allocation A, Allocation X, int incX, floa… in SGBMV()
470 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/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/av/media/libeffects/lvm/lib/Common/src/
DLVM_Power10.cpp56 LVM_FLOAT LVM_Power10(LVM_FLOAT X) { in LVM_Power10()
DLVM_Polynomial.cpp43 LVM_FLOAT LVM_Polynomial(LVM_UINT16 N, LVM_FLOAT* pCoefficients, LVM_FLOAT X) { in LVM_Polynomial()
/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/X86/TargetInfo/
DX86TargetInfo.cpp19 mcld::RegisterTarget<llvm::Triple::x86> X(TheX86_32Target, "x86"); in MCLDInitializeX86LDTargetInfo() local
/frameworks/compile/mclinker/lib/Target/ARM/TargetInfo/
DARMTargetInfo.cpp19 mcld::RegisterTarget<llvm::Triple::arm> X(TheARMTarget, "arm"); in MCLDInitializeARMLDTargetInfo() local
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_noroot.java34 int X = 5; in initializeGlobals() local
DUT_foreach.java34 int X = 5; in initializeGlobals() local
DUT_kernel_struct.java32 int X = 5; in initializeGlobals() local
DUT_ctxt_default.java36 int X = 2; in initializeGlobals() local
DUT_single_source_script.java34 int X = 1024; in initializeGlobals() local
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_kernel_struct.java34 int X = 5; in initializeGlobals() local
DUT_noroot.java36 int X = 5; in initializeGlobals() local
DUT_foreach.java36 int X = 5; in initializeGlobals() local
DUT_single_source_script.java36 int X = 1024; in initializeGlobals() local
DUT_ctxt_default.java38 int X = 2; in initializeGlobals() local
DUT_refcount.java37 int X = 500; in initializeGlobals() local
/frameworks/native/libs/gui/
DLayerDebugInfo.cpp28 #define RETURN_ON_ERROR(X) do {status_t res = (X); if (res != NO_ERROR) return res;} while(false) argument

12345