Searched refs:ld (Results 1 – 13 of 13) sorted by relevance
/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/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/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() 704 struct ld r; in log10l() 723 struct ld r; in log2l()
|
/bionic/linker/ |
D | Android.bp | 253 "-Wl,-soname,ld-android.so", 368 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols ld-android.so pulls from 369 // libgcc.a are made static to ld-android.so. This in turn ensures that libraries that 370 // a) pull symbols from libgcc.a and b) depend on ld-android.so will not rely on ld-android.so 405 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 | 109 shared_libs: ["ld-android"], 188 shared_libs: ["ld-android"],
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 69 flag set (by passing “-z global” to ld(1)). The local group is 178 In O and later, the system property `debug.ld.greylist_disabled` can be 181 app's `targetSdkVersion`. Use `setprop debug.ld.greylist_disabled true` 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/libs/ |
D | Android.bp | 1167 // TODO (dimitry): host ld.gold does not yet support -z global 1169 ldflags: ["-fuse-ld=bfd"], 1195 // TODO (dimitry): host ld.gold does not yet support -z global 1197 ldflags: ["-fuse-ld=bfd"],
|
/bionic/tests/ |
D | math_test.cpp | 1625 long double ld = remquol(13.0L, 4.0L, &q); in TEST() local 1627 ASSERT_DOUBLE_EQ(1.0L, ld); in TEST()
|
D | Android.bp | 809 "ld-android",
|
/bionic/libc/ |
D | Android.bp | 1617 // WARNING: The only libraries libc.so should depend on are libdl.so and ld-android.so! 1626 "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
|