Searched refs:mul_splitl (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | x2y2m1l.c | 62 mul_splitl (&vals[1], &vals[0], x, x); in __x2y2m1l() 63 mul_splitl (&vals[3], &vals[2], y, y); in __x2y2m1l()
|
D | lgamma_productl.c | 38 mul_splitl (&mhi, &mlo, quot, xi); in __lgamma_productl() 42 mul_splitl (&rhi, &rlo, ret, quot); in __lgamma_productl()
|
D | gamma_productl.c | 42 mul_splitl (&ret, &lo, ret, x + i); in __gamma_productl()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | lgamma_productl.c | 38 mul_splitl (&mhi, &mlo, quot, xi); in __lgamma_productl() 42 mul_splitl (&rhi, &rlo, ret, quot); in __lgamma_productl()
|
D | x2y2m1l.c | 63 mul_splitl (&vals[1], &vals[0], x, x); in __x2y2m1l() 64 mul_splitl (&vals[3], &vals[2], y, y); in __x2y2m1l()
|
D | gamma_productl.c | 42 mul_splitl (&ret, &lo, ret, x + i); in __gamma_productl()
|
/glibc-2.36/math/ |
D | mul_splitl.h | 29 mul_splitl (long double *hi, long double *lo, long double x, long double y) in mul_splitl() function
|
/glibc-2.36/sysdeps/ieee754/float128/ |
D | float128_private.h | 392 #define mul_splitl mul_splitf128 macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 18268 (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.
|