HomeSort by relevance Sort by last modified time
    Searched defs:LD (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/clang/test/CodeGen/
mips64-f128-literal.c 3 typedef long double LD;
7 LD foo0() {
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
24 $(LD) -o $@ $(OBJS) libarm-wt-22k.a -lm
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
  /external/mesa3d/src/gallium/drivers/llvmpipe/
Makefile 72 LD=$(CXX)
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 36 LD=$(CXX)
39 LD=$(CXX)
41 LD=$(CC)
62 $(MKLIB) -o $(XA_LIB) -linker $(LD) -ldflags '$(LDFLAGS)' \
  /external/zlib/src/contrib/delphi/
zlibd32.mak 11 LD = bcc32
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
  /external/zlib/src/contrib/pascal/
zlibd32.mak 11 LD = bcc32
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
  /external/zlib/src/nintendods/
Makefile 70 export LD := $(CC)
74 export LD := $(CXX)
  /hardware/ti/omap4-aah/domx/make/
start.mk 98 LD := $(CROSS)ld
  /hardware/ti/omap4xxx/domx/make/
start.mk 98 LD := $(CROSS)ld
  /external/aac/libFDK/include/
FDK_trigFcts.h 133 #define LD 9
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)-s
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_format_interceptor_test.cc 46 static const unsigned LD = sizeof(long double);
114 testScanf("%ld", 1, L);
155 testScanf("%ms %Lf", 2, P, LD);
156 testScanf("s%Las", 1, LD);
175 testScanfNoGnuMalloc("s%Las", 1, LD);
  /external/libpng/contrib/pngminim/decoder/
makefile 6 LD=$(CC)
92 $(LD) -o pngm2pnm$(E) $(OBJS)
  /external/libpng/contrib/pngminim/encoder/
makefile 6 LD=$(CC)
91 $(LD) -o pnm2pngm$(E) $(OBJS)
  /external/libpng/contrib/pngminim/preader/
makefile 6 LD=$(CC)
107 $(LD) -o rpng2-x$(E) $(OBJS) $(LIBS)
  /external/clang/lib/Frontend/
ASTConsumers.cpp 414 LabelDecl *LD = cast<LabelDecl>(I);
415 Out << "<Label> " << *LD << '\n';
  /external/llvm/include/llvm/Support/
Allocator.h 420 long double LD;
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 300 static bool isValidIndexedLoad(const LoadSDNode *LD) {
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);
329 if (!isValidIndexedLoad(LD))
332 MVT VT = LD->getMemoryVT().getSimpleVT();
348 LD->getBasePtr(), LD->getChain())
    [all...]
  /external/mdnsresponder/mDNSPosix/
Makefile 60 LD = ld -shared
94 LD = gcc -shared
105 LD = gcc -shared
150 LD = $(CC) -dynamiclib
257 @$(LD) $(LINKOPTS) -o $@ $+
271 @$(LD) $(LINKOPTS) -o $@ $+
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc-m.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 260 LoadSDNode *LD = cast<LoadSDNode>(N);
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->getPointerInfo()
    [all...]
LegalizeVectorOps.cpp 202 LoadSDNode *LD = cast<LoadSDNode>(Op.getNode());
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());
497 SDValue Chain = LD->getChain();
498 SDValue BasePTR = LD->getBasePtr();
499 EVT SrcVT = LD->getMemoryVT()
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPS64Assembler.cpp 160 mMips->LD(R_s0, R_sp, 0);
161 mMips->LD(R_s1, R_sp, 8);
162 mMips->LD(R_s2, R_sp, 16);
163 mMips->LD(R_s3, R_sp, 24);
164 mMips->LD(R_s4, R_sp, 32);
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseStmt.cpp 603 LabelDecl *LD = Actions.LookupOrCreateLabel(IdentTok.getIdentifierInfo(),
606 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, Attrs);
610 return Actions.ActOnLabelStmt(IdentTok.getLocation(), LD, ColonLoc,
    [all...]

Completed in 975 milliseconds

1 2 3