Home
last modified time | relevance | path

Searched refs:LSD (Results 1 – 25 of 40) sorted by relevance

12

/external/oss-fuzz/projects/giflib/
Dgif_fuzz_proto.proto93 // Instead of making GCT optional here, we condition its visit on LSD's packed byte
/external/python/cpython2/Lib/test/decimaltestdata/
DdqInvert.decTest138 -- and more thorough MSD/LSD tests [8 and 9 mght be encoded differently...]
186 -- test LSD
DddInvert.decTest142 -- test LSD
Dinvert.decTest117 -- test LSD
DddOr.decTest140 -- test LSD
DddAnd.decTest195 -- test LSD
Dor.decTest182 -- test LSD
Dxor.decTest183 -- test LSD
DddXor.decTest185 -- test LSD
Dand.decTest186 -- test LSD
DdqXor.decTest258 -- test LSD
DdqAnd.decTest268 -- test LSD
/external/python/cpython3/Lib/test/decimaltestdata/
DdqInvert.decTest138 -- and more thorough MSD/LSD tests [8 and 9 mght be encoded differently...]
186 -- test LSD
Dinvert.decTest117 -- test LSD
DddInvert.decTest142 -- test LSD
DddOr.decTest140 -- test LSD
Dor.decTest182 -- test LSD
DddAnd.decTest195 -- test LSD
DddXor.decTest185 -- test LSD
Dxor.decTest183 -- test LSD
Dand.decTest186 -- test LSD
DdqAnd.decTest268 -- test LSD
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionSycl.h904 EIGEN_CONSTEXPR StorageIndex LSD = InputBlockProperties::is_rhs ? LSDR : LSDL;
924 …write<StorageIndex, (InputBlockProperties::is_coalesced_layout ? 1 : LSD), data_source::local_mem>(
926 (InputBlockProperties::c_stride * localThreadC * LSD));
938 …write<StorageIndex, (InputBlockProperties::is_coalesced_layout ? 1 : LSD), data_source::local_mem>(
943 LSD));
/external/llvm/lib/Target/X86/
DX86SchedSandyBridge.td24 // Based on the LSD (loop-stream detector) queue size.
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp739 } else if (LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(D)) { in HandleTopLevelSingleDecl() local
741 for (DeclContext::decl_iterator DI = LSD->decls_begin(), in HandleTopLevelSingleDecl()
742 DIEnd = LSD->decls_end(); in HandleTopLevelSingleDecl()
3045 if (const LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(DC)) in getFunctionSourceLocation() local
3047 if (!LSD->getRBraceLoc().isValid()) in getFunctionSourceLocation()
3048 return LSD->getExternLoc(); in getFunctionSourceLocation()
3073 if (const LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(DC)) in RewriteLineDirective() local
3075 if (!LSD->getRBraceLoc().isValid()) in RewriteLineDirective()
3076 Location = LSD->getExternLoc(); in RewriteLineDirective()

12