Searched defs:ld (Results 1 - 5 of 5) sorted by relevance

/bionic/libm/
H A Dsignbit.cpp42 extern "C" int __signbitl(long double ld) { argument
43 return signbit(ld);
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dldtoa.c47 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, argument
63 struct ieee_ext *p = (struct ieee_ext *)ld;
78 switch (fpclassify(*ld)) {
112 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, argument
117 ret = dtoa((double)*ld, mode, ndigits, decpt, sign, rve);
/bionic/libc/bionic/
H A Dfpclassify.cpp83 extern "C" int __fpclassifyl(long double ld) { argument
84 return fpclassify(ld);
87 extern "C" int __isinfl(long double ld) { argument
88 return isinf(ld);
91 extern "C" int __isnanl(long double ld) { argument
92 return isnan(ld);
95 extern "C" int __isfinitel(long double ld) { argument
96 return isfinite(ld);
99 extern "C" int __isnormall(long double ld) { argument
100 return isnormal(ld);
[all...]
/bionic/tests/
H A Dmath_test.cpp1466 long double ld = remquol(13.0L, 4.0L, &q); local
1468 ASSERT_DOUBLE_EQ(1.0L, 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;

Completed in 91 milliseconds