Searched defs:LD (Results 1 - 25 of 57) 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-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/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::__anon10201
/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/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp414 ExpandUnalignedLoad(LoadSDNode *LD, SelectionDAG &DAG, argument
417 assert(LD->getAddressingMode() == ISD::UNINDEXED &&
419 SDValue Chain = LD->getChain();
420 SDValue Ptr = LD->getBasePtr();
421 EVT VT = LD->getValueType(0);
422 EVT LoadedVT = LD->getMemoryVT();
423 SDLoc dl(LD);
430 LD->getMemOperand());
460 LD->getPointerInfo().getWithOffset(Offset),
461 LD
[all...]
H A DLegalizeTypesGeneric.cpp253 LoadSDNode *LD = cast<LoadSDNode>(N); local
254 EVT ValueVT = LD->getValueType(0);
256 SDValue Chain = LD->getChain();
257 SDValue Ptr = LD->getBasePtr();
258 unsigned Alignment = LD->getAlignment();
259 bool isVolatile = LD->isVolatile();
260 bool isNonTemporal = LD->isNonTemporal();
261 bool isInvariant = LD->isInvariant();
262 AAMDNodes AAInfo = LD->getAAInfo();
266 Lo = DAG.getLoad(NVT, dl, Chain, Ptr, LD
[all...]

Completed in 770 milliseconds

123