Searched refs:ldl (Results 1 - 25 of 65) sorted by relevance

123

/external/libffi/testsuite/libffi.call/
H A Dreturn_ldl.c10 static long double return_ldl(long double ldl) argument
12 return 2*ldl;
19 long double ldl, rldl; local
22 values[0] = &ldl;
28 for (ldl = -127.0; ldl < 127.0; ldl++)
31 CHECK(rldl == 2 * ldl);
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dreturn_ldl.c10 static long double return_ldl(long double ldl) argument
12 return 2*ldl;
19 long double ldl, rldl; local
22 values[0] = &ldl;
28 for (ldl = -127.0; ldl < 127.0; ldl++)
31 CHECK(rldl == 2 * ldl);
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dreturn_ldl.c10 static long double return_ldl(long double ldl) argument
12 return 2*ldl;
19 long double ldl, rldl; local
22 values[0] = &ldl;
28 for (ldl = -127.0; ldl < 127.0; ldl++)
31 CHECK(rldl == 2 * ldl);
/external/linux-kselftest/tools/testing/selftests/capabilities/
H A DMakefile6 LDLIBS += -lcap-ng -lrt -ldl
/external/ltp/testcases/kernel/security/integrity/ima/src/
H A DMakefile27 LDLIBS += $(CRYPTO_LIBS) -ldl
/external/ltp/testcases/kernel/containers/
H A DMakefile29 LDLIBS := -ldl -lltp
/external/autotest/client/deps/fakegudev/src/
H A DMakefile25 $(PKG_CFLAGS_FAKEGUDEV) $< -ldl
33 $(PKG_CFLAGS_FAKESYSCALLS) $< -ldl
/external/libcap/pam_cap/
H A DMakefile26 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ -lpam -ldl $(LDLIBS)
/external/python/cpython2/Demo/pysvr/
H A DMakefile34 OTHERLIBS=-lnsl -lpthread -ldl -lm -ldb -lutil
/external/linux-kselftest/tools/testing/selftests/x86/
H A DMakefile47 $(CC) -m32 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl -lm
50 $(CC) -m64 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips3-wrong-error.s10 ldl $t8,-4167($t8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/autotest/client/site_tests/camera_V4L2/src/
H A DMakefile9 LDFLAGS = -lrt -ldl -ljpeg
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A DMakefile26 LDFLAGS = -lm -ldl
/external/iproute2/genl/
H A DMakefile17 LDLIBS += -lm -ldl
/external/python/cpython2/Demo/embed/
H A DMakefile25 LIBS= -lnsl -ldl -lreadline -ltermcap -lieee -lpthread -lutil
/external/elfutils/tests/
H A DMakefile.am370 libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl
413 asm_tst1_LDADD = $(libasm) $(libebl) $(libelf) -ldl
414 asm_tst2_LDADD = $(libasm) $(libebl) $(libelf) -ldl
415 asm_tst3_LDADD = $(libasm) $(libebl) $(libelf) -ldl
416 asm_tst4_LDADD = $(libasm) $(libebl) $(libelf) -ldl
417 asm_tst5_LDADD = $(libasm) $(libebl) $(libelf) -ldl
418 asm_tst6_LDADD = $(libasm) $(libebl) $(libelf) -ldl
419 asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) -ldl
420 asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) -ldl
421 asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) -ldl
[all...]
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips3-wrong-error.s11 ldl $24,-4167($24) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
H A Dinvalid-mips4-wrong-error.s13 ldl $24,-4167($24) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips3-wrong-error.s8 ldl $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/ppp/pppd/
H A DMakefile.sol222 LIBS += -ldl
/external/selinux/policycoreutils/run_init/
H A DMakefile31 $(LINK.c) $^ -ldl -lutil -o $@
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
H A DMakefile53 -ldl \
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
H A DMakefile52 -ldl \
/external/tensorflow/tensorflow/contrib/makefile/
H A DMakefile110 HOST_LIBS += -ldl -lpthread
115 HOST_LIBS += -ldl -lpthread
224 LIBS += -ldl -lpthread
230 LIBS += -ldl -lpthread
340 -ldl \
/external/iproute2/
H A Dconfigure94 $(${PKG_CONFIG} xtables --cflags --libs) -ldl >/dev/null 2>&1
132 $CC -I$INCLUDE $IPTC -o $TMPDIR/ipttest $TMPDIR/ipttest.c $IPTL -ldl >/dev/null 2>&1
171 $CC -I$INCLUDE $IPTC -o $TMPDIR/ipttest $TMPDIR/ipttest.c $IPTL -ldl >/dev/null 2>&1

Completed in 1465 milliseconds

123