/bionic/libc/bionic/ |
D | fpclassify.cpp | 83 extern "C" int __fpclassifyl(long double ld) { in __fpclassifyl() argument 84 return fpclassify(ld); in __fpclassifyl() 87 extern "C" int __isinfl(long double ld) { in __isinfl() argument 88 return isinf(ld); in __isinfl() 91 extern "C" int __isnanl(long double ld) { in __isnanl() argument 92 return isnan(ld); in __isnanl() 95 extern "C" int __isfinitel(long double ld) { in __isfinitel() argument 96 return isfinite(ld); in __isfinitel() 99 extern "C" int __isnormall(long double ld) { in __isnormall() argument 100 return isnormal(ld); in __isnormall()
|
/bionic/libc/arch-riscv64/bionic/ |
D | setjmp.S | 101 ld \scratch, (\i * 8)(\src) 131 ld a0, 0(sp) 146 ld a0, 0(sp) 147 ld ra, 16(sp) 151 ld a1, _JB_SIGFLAG(a0) 207 ld t1, _JB_CHECKSUM(a0) 211 ld a2, _JB_SIGFLAG(a0) 230 ld a0, 0(sp) 231 ld ra, 8(sp) 234 ld a2, _JB_SIGFLAG(a0) [all …]
|
D | __bionic_clone.S | 62 ld a0, 0(sp) 63 ld a1, 8(sp)
|
D | vfork.S | 37 ld t0, TLS_SLOT_THREAD_ID * 8(t0)
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | ldtoa.c | 47 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa() argument 63 struct ieee_ext *p = (struct ieee_ext *)ld; in __ldtoa() 78 switch (fpclassify(*ld)) { in __ldtoa() 112 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa() argument 117 ret = dtoa((double)*ld, mode, ndigits, decpt, sign, rve); in __ldtoa()
|
/bionic/linker/arch/riscv64/ |
D | tlsdesc_resolver.S | 47 \f\()ld \reg, \idx*8(sp) 121 ld a0, 8(a0) 133 ld a2, (TLS_SLOT_DTV * 8)(tp) // a2 = &DTV 134 ld a1, (a2) // a1 = TlsDtv::generation (DTV[0]) 136 ld a0, 8(a0) // a0 = TlsDynamicResolverArg* 137 ld a3, (a0) // a3 = TlsDynamicResolverArg::generation 147 ld a1, 8(a0) // a1 = TlsIndex::module_id 150 ld a1, (a1) // a1 = TlsDtv::modules[module_id] 152 ld a3, 16(a0) // a3 = TlsIndex::offset
|
/bionic/libm/ |
D | signbit.cpp | 42 extern "C" int __signbitl(long double ld) { in __signbitl() argument 43 return signbit(ld); in __signbitl()
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | s_logl.c | 439 struct ld { struct 451 k_logl(long double x, struct ld *rp) in k_logl() argument 679 struct ld r; in logl() 705 struct ld r; in log10l() 721 struct ld r; in log2l()
|
/bionic/tests/prebuilt-elf-files/ |
D | gen-libtest_invalid-local-tls.sh | 24 -fuse-ld=gold test.c test2.c
|
/bionic/linker/ |
D | Android.bp | 337 "-Wl,-soname,ld-android.so", 481 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols ld-android.so pulls from 482 // libgcc.a are made static to ld-android.so. This in turn ensures that libraries that 483 // a) pull symbols from libgcc.a and b) depend on ld-android.so will not rely on ld-android.so 519 name: "ld-android",
|
D | ld.config.format.md | 3 This document describes format of /system/etc/ld.config.txt file. This file can be used to customize 18 The mappings should be defined between start of ld.config.txt and the first section.
|
/bionic/libdl/ |
D | Android.bp | 133 shared_libs: ["ld-android"], 217 shared_libs: ["ld-android"],
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 73 flag set (by passing “-z global” to ld(1)). The local group is 177 disabled by setting a system property (`debug.ld.greylist_disabled`). 407 adb shell setprop debug.ld.app.com.example.myapp dlerror,dlopen,dlsym 420 whole system by using the `debug.ld.all` system property instead of 424 adb shell setprop debug.ld.all dlerror,dlopen
|
/bionic/tests/ |
D | math_test.cpp | 1696 long double ld = remquol(13.0L, 4.0L, &q); in TEST() local 1698 ASSERT_DOUBLE_EQ(1.0L, ld); in TEST()
|
D | Android.bp | 1059 "ld-android",
|
/bionic/libc/ |
D | Android.bp | 1569 // WARNING: The only libraries libc.so should depend on are libdl.so and ld-android.so! 1578 "ld-android",
|
/bionic/docs/ |
D | elf-tls.md | 847 * It looks like glibc's ld.so re-relocates itself after loading a program, so a program's symbols
|