Searched refs:ld (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dldtoa.c49 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, argument
65 struct ieee_ext *p = (struct ieee_ext *)ld;
80 switch (fpclassify(*ld)) {
113 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, argument
118 ret = dtoa((double)*ld, mode, ndigits, decpt, sign, rve);
/bionic/libc/bionic/
H A Dfpclassify.cpp120 long double ld; member in union:long_double_u
126 int __fpclassifyl(long double ld) { argument
128 u.ld = ld;
138 int __isinfl(long double ld) { argument
139 return (__fpclassifyl(ld) == FP_INFINITE);
142 int __isnanl(long double ld) { argument
143 return (__fpclassifyl(ld) == FP_NAN);
146 int __isfinitel(long double ld) { argument
147 int type = __fpclassifyl(ld);
151 __isnormall(long double ld) argument
[all...]
/bionic/libc/arch-mips/include/machine/
H A Dasm.h144 #define REG_L ld
165 #define PTR_L ld
/bionic/libc/arch-mips64/include/machine/
H A Dasm.h144 #define REG_L ld
165 #define PTR_L ld
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_logl.c437 struct ld { struct
449 k_logl(long double x, struct ld *rp)
677 struct ld r;
702 struct ld r;
721 struct ld r;
/bionic/tests/libs/
H A DAndroid.mk403 # TODO (dimitry): host ld.gold does not yet support -z global
405 libdl_test_df_1_global_ldflags_host := -fuse-ld=bfd
/bionic/tests/
H A Dmath_test.cpp1355 long double ld = remquol(13.0L, 4.0L, &q); local
1357 ASSERT_DOUBLE_EQ(1.0L, ld);
/bionic/libc/arch-mips/string/
H A Dmemcpy.S241 # define C_LD ld

Completed in 76 milliseconds