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 680 struct ld r; in logl() 705 struct ld r; in log10l() 724 struct ld r; in log2l()
|
/bionic/linker/ |
D | Android.bp | 273 "-Wl,-soname,ld-android.so", 431 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols ld-android.so pulls from 432 // libgcc.a are made static to ld-android.so. This in turn ensures that libraries that 433 // a) pull symbols from libgcc.a and b) depend on ld-android.so will not rely on ld-android.so 468 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 | 126 shared_libs: ["ld-android"], 213 shared_libs: ["ld-android"],
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 74 flag set (by passing “-z global” to ld(1)). The local group is 184 system property (`debug.ld.greylist_disabled`). This property is ignored 410 adb shell setprop debug.ld.app.com.example.myapp dlerror,dlopen,dlsym 423 whole system by using the `debug.ld.all` system property instead of 427 adb shell setprop debug.ld.all dlerror,dlopen
|
/bionic/tests/libs/ |
D | Android.bp | 1187 // TODO (dimitry): host ld.gold does not yet support -z global 1189 ldflags: ["-fuse-ld=bfd"], 1215 // TODO (dimitry): host ld.gold does not yet support -z global 1217 ldflags: ["-fuse-ld=bfd"],
|
/bionic/tests/ |
D | math_test.cpp | 1649 long double ld = remquol(13.0L, 4.0L, &q); in TEST() local 1651 ASSERT_DOUBLE_EQ(1.0L, ld); in TEST()
|
D | Android.bp | 837 "ld-android",
|
/bionic/libc/ |
D | Android.bp | 1679 // WARNING: The only libraries libc.so should depend on are libdl.so and ld-android.so! 1688 "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
|