Home
last modified time | relevance | path

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

123

/external/llvm-project/flang/lib/Decimal/
Ddecimal-to-binary.cpp145 Digit LSD{digit_[0]}; in LoseLeastSignificantDigit() local
153 incr = LSD > radix / 2 || (LSD == radix / 2 && digit_[0] % 2 != 0); in LoseLeastSignificantDigit()
156 incr = LSD > 0 && !isNegative_; in LoseLeastSignificantDigit()
159 incr = LSD > 0 && isNegative_; in LoseLeastSignificantDigit()
164 incr = LSD >= radix / 2; in LoseLeastSignificantDigit()
/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp27 if (auto *LSD = dyn_cast<LinkageSpecDecl>(DC)) { in checkModuleImportContext() local
28 switch (LSD->getLanguage()) { in checkModuleImportContext()
31 ExternCLoc = LSD->getBeginLoc(); in checkModuleImportContext()
36 DC = LSD->getParent(); in checkModuleImportContext()
/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/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
DddAnd.decTest195 -- test LSD
Dxor.decTest183 -- test LSD
Dor.decTest182 -- test LSD
DddXor.decTest185 -- test LSD
Dand.decTest186 -- test LSD
/external/python/cpython2/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
DddAnd.decTest195 -- test LSD
Dxor.decTest183 -- test LSD
Dand.decTest186 -- test LSD
Dor.decTest182 -- test LSD
DddXor.decTest185 -- test LSD
/external/llvm-project/clang/include/clang/AST/
DJSONNodeDumper.h248 void VisitLinkageSpecDecl(const LinkageSpecDecl *LSD);
/external/llvm/lib/Target/X86/
DX86SchedSandyBridge.td24 // Based on the LSD (loop-stream detector) queue size.
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp897 void JSONNodeDumper::VisitLinkageSpecDecl(const LinkageSpecDecl *LSD) { in VisitLinkageSpecDecl() argument
899 switch (LSD->getLanguage()) { in VisitLinkageSpecDecl()
904 attributeOnlyIfTrue("hasBraces", LSD->hasBraces()); in VisitLinkageSpecDecl()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp743 } else if (LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(D)) { in HandleTopLevelSingleDecl() local
745 for (DeclContext::decl_iterator DI = LSD->decls_begin(), in HandleTopLevelSingleDecl()
746 DIEnd = LSD->decls_end(); in HandleTopLevelSingleDecl()
3046 if (const LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(DC)) in getFunctionSourceLocation() local
3048 if (!LSD->getRBraceLoc().isValid()) in getFunctionSourceLocation()
3049 return LSD->getExternLoc(); in getFunctionSourceLocation()
3074 if (const LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(DC)) in RewriteLineDirective() local
3076 if (!LSD->getRBraceLoc().isValid()) in RewriteLineDirective()
3077 Location = LSD->getExternLoc(); in RewriteLineDirective()

123