Searched refs:ld (Results 1 - 6 of 6) 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.h146 #define REG_L ld
167 #define PTR_L ld
/bionic/libc/arch-mips64/include/machine/
H A Dasm.h146 #define REG_L ld
167 #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/
H A Dmath_test.cpp1287 long double ld = remquol(13.0L, 4.0L, &q); local
1289 ASSERT_DOUBLE_EQ(1.0L, ld);

Completed in 1087 milliseconds