Searched defs:LD (Results 1 - 25 of 59) 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);
/external/sonivox/arm-fm-22k/host_src/
H A Darm-fm-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-fm-22k.a -lm
/external/sonivox/arm-fm-22k/lib_src/
H A Darm-fm-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/sonivox/arm-hybrid-22k/host_src/
H A Darm-hybrid-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-hybrid-22k.a -lm
/external/sonivox/arm-hybrid-22k/lib_src/
H A Darm-hybrid-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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A DMakefile72 LD=$(CXX) macro
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A DMakefile72 LD=$(CXX) macro
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/libxml/src/win32/
H A DMakefile64 LD = link.exe macro
363 $(LD) $(LDFLAGS) /DLL \
368 # $(LD) $(LDFLAGS) /DLL /DEF:$(XML_INTDIR)\$(XML_DEF) \
387 $(LD) $(LDFLAGS) /OUT:$@ $(XML_A) $(LIBS) $(UTILS_INTDIR)\$(<B).obj
392 $(LD) $(LDFLAGS) /OUT:$@ $(XML_IMP) $(LIBS) $(UTILS_INTDIR)\$(<B).obj
/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/chromium_org/third_party/libxslt/win32/
H A DMakefile58 LD = link.exe macro
240 $(LD) $(LDFLAGS) /DLL \
247 # $(LD) $(LDFLAGS) /DLL /DEF:$(XSLT_INTDIR)\$(XSLT_DEF) \
286 $(LD) $(LDFLAGS) /DLL \
293 # $(LD) $(LDFLAGS) /DLL /DEF:$(EXSLT_INTDIR)\$(EXSLT_DEF) \
320 $(LD) $(LDFLAGS) /OUT:$@ $(XSLT_A) $(EXSLT_A) $(APPLIBS) $(UTILS_INTDIR)\$(<B).obj
326 $(LD) $(LDFLAGS) /OUT:$@ $(XSLT_IMP) $(EXSLT_IMP) $(APPLIBS) $(UTILS_INTDIR)\$(<B).obj
353 $(LD) $(LDFLAGS) /DLL $(XSLT_IMP) $(APPLIBS) $(LIBS)\
/external/clang/lib/Frontend/
H A DASTConsumers.cpp405 LabelDecl *LD = cast<LabelDecl>(I); local
406 Out << "<Label> " << *LD << '\n'; local
/external/llvm/include/llvm/Support/
H A DAllocator.h415 long double LD; member in union:S::__anon25556
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp304 static bool isValidIndexedLoad(const LoadSDNode *LD) { argument
305 ISD::MemIndexedMode AM = LD->getAddressingMode();
306 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
309 EVT VT = LD->getMemoryVT();
314 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1)
320 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2)
332 LoadSDNode *LD = cast<LoadSDNode>(N); local
333 if (!isValidIndexedLoad(LD))
336 MVT VT = LD->getMemoryVT().getSimpleVT();
352 LD
361 LoadSDNode *LD = cast<LoadSDNode>(N1); local
[all...]

Completed in 8796 milliseconds

123