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

1234

/external/clang/test/CodeGen/
H A Dmips64-f128-literal.c3 typedef long double LD; typedef
7 LD foo0() {
H A Dbuiltins.c181 void test_float_builtins(float F, double D, long double LD) { argument
191 res = __builtin_isinf(LD);
211 res = __builtin_isinf_sign(LD);
233 void test_float_builtin_ops(float F, double D, long double LD) { argument
244 resld = __builtin_fmodl(LD,LD);
249 resld = __builtin_fabsl(LD);
256 resld = __builtin_canonicalizel(LD);
267 resld = __builtin_fminl(LD, LD);
[all...]
/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/honggfuzz/examples/linux_kernel_ip/
H A DMakefile2 LD = $(CC) macro
16 $(LD) -o $(BIN) $(OBJS) $(LDFLAGS)
/external/freetype/builds/amiga/
H A Dmakefile58 LD = ppc-morphos-ld macro
/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/arm-neon-tests/
H A DMakefile26 LD.rvct := armlink
32 #LD.gccarm := $(LD.rvct)
34 LD.gccarm := $(CC.gccarm)
86 $(LD.rvct) $(LDFLAGS.rvct) --scatter $^ -o $@
110 $(LD.gccarm) $(LDFLAGS.gccarm) $^ -o $@
127 $(LD.rvct) $(LDFLAGS.rvct) --no_strict_wchar_size --scatter $^ -o $@
/external/libyuv/files/include/libyuv/
H A Dmacros_msa.h30 #define LD(psrc) \ macro
40 #define LD(psrc) \ macro
95 #define LD(psrc) \ macro
105 #define LD(psrc) \ macro
/external/lz4/contrib/djgpp/
H A DMakefile20 LD = $(CROSS)-gcc macro
56 $(LD) $< -L$(LDIR) -l$(LNK) $(LDFLAGS) $(LIBDEP) -o $@
70 $(LD) $(LDFLAGS) $(LOBJ) $(OBJ) -o $(EDIR)/$@
107 @echo "LD="$(LD)
/external/mdnsresponder/mDNSWindows/Java/
H A Dmakefile41 LD = ld macro
48 CFLAGS_COMMON = -LD -DAUTO_CALLBACKS=0 -I. -I..\.. \
/external/zlib/src/nintendods/
H A DMakefile70 export LD := $(CC) macro
74 export LD := $(CXX) macro
/external/aac/libFDK/include/
H A DFDK_trigFcts.h145 #define LD 9 macro
160 int shift = (31 - scale - LD - 1);
172 if (s & ((1 << LD) << 1)) {
176 if ((s + (1 << LD)) & ((1 << LD) << 1)) {
182 s &= (((1 << LD) << 1) - 1); /* Modulo PI */
184 if (s > (1 << LD)) {
185 s = ((1 << LD) << 1) - s;
191 if (s > (1 << (LD - 1))) {
194 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.cpp412 LabelDecl *LD = cast<LabelDecl>(I); local
413 Out << "<Label> " << *LD << '\n'; local
/external/honggfuzz/
H A DMakefile25 LD = $(CC) macro
110 LD := $(shell xcrun --sdk $(SDK_NAME) --find cc) macro
262 $(LD) -o $(BIN) $(OBJS) $(LDFLAGS)
265 $(LD) -o $@ $(HFUZZ_CC_SRCS) $(LDFLAGS) $(CFLAGS) -D_HFUZZ_INC_PATH=$(HFUZZ_INC)
/external/libgsm/
H A DMakefile49 LD = $(CC) macro
51 # LD = gcc
62 ######### Library paths needed by $(LD)
65 ######### Additional libraries needed by $(LD)
137 ######### It's $(LD) $(LFLAGS)
311 $(LD) $(LFLAGS) -o $(TOAST) $(TOAST_OBJECTS) $(LIBGSM) $(LDLIB)
437 $(LD) $(LFLAGS) -o $(TLS)/sweet \
441 $(LD) $(LFLAGS) -o $(TLS)/bitter \
448 $(LD) $(LFLAGS) -o $(TLS)/ginger \
452 $(LD)
[all...]
/external/llvm/include/llvm/Support/
H A DAllocator.h423 long double LD; member in union:S::__anon13667
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp299 static bool isValidIndexedLoad(const LoadSDNode *LD) { argument
300 ISD::MemIndexedMode AM = LD->getAddressingMode();
301 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
304 EVT VT = LD->getMemoryVT();
309 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1)
315 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2)
327 LoadSDNode *LD = cast<LoadSDNode>(N); local
328 if (!isValidIndexedLoad(LD))
331 MVT VT = LD->getMemoryVT().getSimpleVT();
347 LD
356 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/swiftshader/third_party/LLVM/include/llvm/Support/
H A DAllocator.h231 long double LD; member in union:S::__anon22481

Completed in 720 milliseconds

1234