Home
last modified time | relevance | path

Searched refs:ld (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/bionic/
Dfpclassify.cpp120 long double ld; member
126 int __fpclassifyl(long double ld) { in __fpclassifyl() argument
128 u.ld = ld; in __fpclassifyl()
138 int __isinfl(long double ld) { in __isinfl() argument
139 return (__fpclassifyl(ld) == FP_INFINITE); in __isinfl()
142 int __isnanl(long double ld) { in __isnanl() argument
143 return (__fpclassifyl(ld) == FP_NAN); in __isnanl()
146 int __isfinitel(long double ld) { in __isfinitel() argument
147 int type = __fpclassifyl(ld); in __isfinitel()
151 int __isnormall(long double ld) { in __isnormall() argument
[all …]
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dldtoa.c49 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa() argument
65 struct ieee_ext *p = (struct ieee_ext *)ld; in __ldtoa()
80 switch (fpclassify(*ld)) { in __ldtoa()
113 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa() argument
118 ret = dtoa((double)*ld, mode, ndigits, decpt, sign, rve); in __ldtoa()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_logl.c437 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/
Dasm.h144 #define REG_L ld
165 #define PTR_L ld
/bionic/tests/libs/
DAndroid.mk361 libdl_test_df_1_global_ldflags_host := -fuse-ld=bfd
/bionic/tests/
Dmath_test.cpp1355 long double ld = remquol(13.0L, 4.0L, &q); in TEST() local
1357 ASSERT_DOUBLE_EQ(1.0L, ld); in TEST()
/bionic/libc/arch-mips/string/
Dmemcpy.S241 # define C_LD ld