Searched refs:mul_splitq (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/ |
H A D | lgammaq_product.c | 36 mul_splitq (&mhi, &mlo, quot, xi); in __quadmath_lgamma_productq() 40 mul_splitq (&rhi, &rlo, ret, quot); in __quadmath_lgamma_productq()
|
H A D | x2y2m1q.c | 58 mul_splitq (&vals[1], &vals[0], x, x); in __quadmath_x2y2m1q() 59 mul_splitq (&vals[3], &vals[2], y, y); in __quadmath_x2y2m1q()
|
H A D | tgammaq_product.c | 39 mul_splitq (&ret, &lo, ret, x + i); in __quadmath_gamma_productq()
|
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/ |
H A D | x2y2m1q.c | 58 mul_splitq (&vals[1], &vals[0], x, x); in __quadmath_x2y2m1q() 59 mul_splitq (&vals[3], &vals[2], y, y); in __quadmath_x2y2m1q()
|
H A D | lgammaq_product.c | 36 mul_splitq (&mhi, &mlo, quot, xi); in __quadmath_lgamma_productq() 40 mul_splitq (&rhi, &rlo, ret, quot); in __quadmath_lgamma_productq()
|
H A D | tgammaq_product.c | 39 mul_splitq (&ret, &lo, ret, x + i); in __quadmath_gamma_productq()
|
/netbsd-src/external/gpl3/gcc/dist/libquadmath/ |
H A D | quadmath-imp.h | 68 mul_splitq (__float128 *hi, __float128 *lo, __float128 x, __float128 y) in mul_splitq() function
|
H A D | ChangeLog | 158 (__quadmath_lgammaq_r, __quadmath_kernel_casinhq, mul_splitq)
|
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/ |
H A D | quadmath-imp.h | 68 mul_splitq (__float128 *hi, __float128 *lo, __float128 x, __float128 y) in mul_splitq() function
|