Searched refs:ld (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/bionic/ |
D | fpclassify.cpp | 121 long double ld; member 127 int __fpclassifyl(long double ld) { in __fpclassifyl() argument 129 u.ld = ld; in __fpclassifyl() 139 int __isinfl(long double ld) { in __isinfl() argument 140 return (__fpclassifyl(ld) == FP_INFINITE); in __isinfl() 143 int __isnanl(long double ld) { in __isnanl() argument 144 return (__fpclassifyl(ld) == FP_NAN); in __isnanl() 147 int __isfinitel(long double ld) { in __isfinitel() argument 148 int type = __fpclassifyl(ld); in __isfinitel() 152 int __isnormall(long double ld) { in __isnormall() argument [all …]
|
/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/libdl/ |
D | Android.bp | 69 shared_libs: [ "ld-android" ], 78 // libgcc.a are made static to ld-android.so. This in turn ensures that libraries that 79 // a) pull symbols from libgcc.a and b) depend on ld-android.so will not rely on ld-android.so 106 name: "ld-android",
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | s_logl.c | 437 struct ld { struct 449 k_logl(long double x, struct ld *rp) in k_logl() argument 677 struct ld r; in logl() 702 struct ld r; in log10l() 721 struct ld r; in log2l()
|
/bionic/libc/arch-mips/include/machine/ |
D | asm.h | 129 #define REG_L ld 150 #define PTR_L ld
|
/bionic/linker/ |
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/ |
D | android-changes-for-ndk-developers.md | 47 flag set (by passing “-z global” to ld(1)). The local group is 148 In O and later, the system property `debug.ld.greylist_disabled` can be 151 app's `targetSdkVersion`. Use `setprop debug.ld.greylist_disabled true` 366 adb shell setprop debug.ld.app.com.example.myapp dlsym,dlopen,dlerror 373 by using debug.ld.all system property instead of app-specific one: 375 adb shell setprop debug.ld.all dlerror,dlopen
|
/bionic/tests/libs/ |
D | Android.bp | 386 // TODO (dimitry): host ld.gold does not yet support -z global 388 ldflags: ["-fuse-ld=bfd"],
|
/bionic/libc/arch-mips/string/ |
D | strcmp.S | 49 # define LW ld
|
D | strncmp.S | 49 # define LW ld
|
/bionic/tests/ |
D | math_test.cpp | 1354 long double ld = remquol(13.0L, 4.0L, &q); in TEST() local 1356 ASSERT_DOUBLE_EQ(1.0L, ld); in TEST()
|