Searched defs:LD (Results 1 - 25 of 56) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dmips64-f128-literal.c3 typedef long double LD; typedef
7 LD foo0() {
H A Dbuiltins.c171 void test_float_builtins(float F, double D, long double LD) { argument
181 res = __builtin_isinf(LD);
201 res = __builtin_isinf_sign(LD);
225 void test_float_builtin_ops(float F, double D, long double LD) { argument
236 resld = __builtin_fmodl(LD,LD);
241 resld = __builtin_fabsl(LD);
H A Dxcore-stringtype.c34 float F, double D, long double LD) {}
30 builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, unsigned short US, signed short SS, int I, unsigned int UI, signed int SI, long L, unsigned long UL, signed long SL, long long LL, unsigned long long ULL, signed long long SLL, float F, double D, long double LD) argument
/external/sonivox/arm-wt-22k/host_src/
H A Darm-wt-22k.mak5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe macro
24 $(LD) -o $@ $(OBJS) libarm-wt-22k.a -lm
/external/sonivox/arm-wt-22k/lib_src/
H A Darm-wt-22k_lib.mak5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe macro
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A DMakefile72 LD=$(CXX) macro
/external/mesa3d/src/gallium/targets/xa-vmwgfx/
H A DMakefile36 LD=$(CXX) macro
39 LD=$(CXX) macro
41 LD=$(CC) macro
62 $(MKLIB) -o $(XA_LIB) -linker $(LD) -ldflags '$(LDFLAGS)' \
/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak11 LD = bcc32 macro
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
/external/zlib/src/contrib/pascal/
H A Dzlibd32.mak11 LD = bcc32 macro
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
/external/zlib/src/nintendods/
H A DMakefile70 export LD := $(CC) macro
74 export LD := $(CXX) macro
/external/aac/libFDK/include/
H A DFDK_trigFcts.h133 #define LD 9 macro
148 int shift = (31-scale-LD-1);
160 if (s & ((1<<LD)<<1) ) {
164 if ( (s + (1<<LD)) & ((1<<LD)<<1) ) {
170 s &= (((1<<LD)<<1)-1); /* Modulo PI */
172 if (s > (1<<LD)) {
173 s = ((1<<LD)<<1) - s;
179 if (s > (1<<(LD-1))) {
182 s = (1<<LD)
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_format_interceptor_test.cc46 static const unsigned LD = sizeof(long double); variable
155 testScanf("%ms %Lf", 2, P, LD);
156 testScanf("s%Las", 1, LD);
175 testScanfNoGnuMalloc("s%Las", 1, LD);
/external/libpng/contrib/pngminim/decoder/
H A Dmakefile6 LD=$(CC) macro
92 $(LD) -o pngm2pnm$(E) $(OBJS)
/external/libpng/contrib/pngminim/encoder/
H A Dmakefile6 LD=$(CC) macro
91 $(LD) -o pnm2pngm$(E) $(OBJS)
/external/libpng/contrib/pngminim/preader/
H A Dmakefile6 LD=$(CC) macro
107 $(LD) -o rpng2-x$(E) $(OBJS) $(LIBS)
/external/clang/lib/Frontend/
H A DASTConsumers.cpp414 LabelDecl *LD = cast<LabelDecl>(I); local
415 Out << "<Label> " << *LD << '\n'; local
/external/llvm/include/llvm/Support/
H A DAllocator.h420 long double LD; member in union:S::__anon11567
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp300 static bool isValidIndexedLoad(const LoadSDNode *LD) { argument
301 ISD::MemIndexedMode AM = LD->getAddressingMode();
302 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
305 EVT VT = LD->getMemoryVT();
310 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1)
316 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2)
328 LoadSDNode *LD = cast<LoadSDNode>(N); local
329 if (!isValidIndexedLoad(LD))
332 MVT VT = LD->getMemoryVT().getSimpleVT();
348 LD
357 LoadSDNode *LD = cast<LoadSDNode>(N1); local
[all...]
/external/mdnsresponder/mDNSPosix/
H A DMakefile60 LD = ld -shared macro
94 LD = gcc -shared macro
105 LD = gcc -shared macro
150 LD = $(CC) -dynamiclib macro
257 @$(LD) $(LINKOPTS) -o $@ $+
271 @$(LD) $(LINKOPTS) -o $@ $+
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h208 void addLogicalModule(CODLogicalDylib &LD, ModulePtrT SrcMPtr) { argument
215 auto LMH = LD.createLogicalModule();
216 auto &LMResources = LD.getLogicalModuleResources(LMH);
248 CCInfo.setCompileAction([this, &LD, LMH, &F]() {
249 return this->extractAndCompile(LD, LMH, F);
319 [&LD, LMH](const std::string &Name) {
320 auto &LMResources = LD.getLogicalModuleResources(LMH);
323 return LD.getDylibResources().ExternalSymbolResolver(Name);
335 LD.addToLogicalModule(LMH, GVsH);
347 TargetAddress extractAndCompile(CODLogicalDylib &LD, argument
385 emitPartition(CODLogicalDylib &LD, LogicalModuleHandle LMH, const PartitionT &Part) argument
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp441 ExpandUnalignedLoad(LoadSDNode *LD, SelectionDAG &DAG, argument
444 assert(LD->getAddressingMode() == ISD::UNINDEXED &&
446 SDValue Chain = LD->getChain();
447 SDValue Ptr = LD->getBasePtr();
448 EVT VT = LD->getValueType(0);
449 EVT LoadedVT = LD->getMemoryVT();
450 SDLoc dl(LD);
457 LD->getMemOperand());
488 LD->getPointerInfo().getWithOffset(Offset),
489 LD
[all...]
H A DLegalizeTypesGeneric.cpp260 LoadSDNode *LD = cast<LoadSDNode>(N); local
261 EVT ValueVT = LD->getValueType(0);
263 SDValue Chain = LD->getChain();
264 SDValue Ptr = LD->getBasePtr();
265 unsigned Alignment = LD->getAlignment();
266 bool isVolatile = LD->isVolatile();
267 bool isNonTemporal = LD->isNonTemporal();
268 bool isInvariant = LD->isInvariant();
269 AAMDNodes AAInfo = LD->getAAInfo();
273 Lo = DAG.getLoad(NVT, dl, Chain, Ptr, LD
[all...]
H A DLegalizeVectorOps.cpp202 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode()); local
203 ISD::LoadExtType ExtType = LD->getExtensionType();
204 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD)
205 switch (TLI.getLoadExtAction(LD->getExtensionType(), LD->getValueType(0),
206 LD->getMemoryVT())) {
496 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode()); local
497 SDValue Chain = LD->getChain();
498 SDValue BasePTR = LD->getBasePtr();
499 EVT SrcVT = LD
[all...]
/external/clang/lib/Parse/
H A DParseExpr.cpp1086 LabelDecl *LD = Actions.LookupOrCreateLabel(Tok.getIdentifierInfo(), local
1088 Res = Actions.ActOnAddrLabel(AmpAmpLoc, Tok.getLocation(), LD);
H A DParseStmt.cpp603 LabelDecl *LD = Actions.LookupOrCreateLabel(IdentTok.getIdentifierInfo(), local
606 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, Attrs);
610 return Actions.ActOnLabelStmt(IdentTok.getLocation(), LD, ColonLoc,
1780 LabelDecl *LD = Actions.LookupOrCreateLabel(Tok.getIdentifierInfo(), local
1782 Res = Actions.ActOnGotoStmt(GotoLoc, Tok.getLocation(), LD);

Completed in 652 milliseconds

123