Home
last modified time | relevance | path

Searched refs:mul_splitl (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/sysdeps/ieee754/ldbl-96/
Dx2y2m1l.c62 mul_splitl (&vals[1], &vals[0], x, x); in __x2y2m1l()
63 mul_splitl (&vals[3], &vals[2], y, y); in __x2y2m1l()
Dlgamma_productl.c38 mul_splitl (&mhi, &mlo, quot, xi); in __lgamma_productl()
42 mul_splitl (&rhi, &rlo, ret, quot); in __lgamma_productl()
Dgamma_productl.c42 mul_splitl (&ret, &lo, ret, x + i); in __gamma_productl()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Dlgamma_productl.c38 mul_splitl (&mhi, &mlo, quot, xi); in __lgamma_productl()
42 mul_splitl (&rhi, &rlo, ret, quot); in __lgamma_productl()
Dx2y2m1l.c63 mul_splitl (&vals[1], &vals[0], x, x); in __x2y2m1l()
64 mul_splitl (&vals[3], &vals[2], y, y); in __x2y2m1l()
Dgamma_productl.c42 mul_splitl (&ret, &lo, ret, x + i); in __gamma_productl()
/glibc-2.36/math/
Dmul_splitl.h29 mul_splitl (long double *hi, long double *lo, long double x, long double y) in mul_splitl() function
/glibc-2.36/sysdeps/ieee754/float128/
Dfloat128_private.h392 #define mul_splitl mul_splitf128 macro
/glibc-2.36/ChangeLog.old/
DChangeLog.1818268 (mul_split) Remove, rename as mul_splitl, remove
18269 redundant float.h include, and include via mul_splitl.h
18277 * math/mul_splitl.h: New file.