| /src/external/gpl3/gcc/dist/libquadmath/ |
| quadmath.h | 30 /* Define the complex type corresponding to __float128 31 ("_Complex __float128" is not allowed) */ 47 extern __float128 acosq (__float128) __quadmath_throw; 48 extern __float128 acoshq (__float128) __quadmath_throw; 49 extern __float128 asinq (__float128) __quadmath_throw; 50 extern __float128 asinhq (__float128) __quadmath_throw [all...] |
| /src/external/gpl3/gcc.old/dist/libquadmath/ |
| quadmath.h | 30 /* Define the complex type corresponding to __float128 31 ("_Complex __float128" is not allowed) */ 47 extern __float128 acosq (__float128) __quadmath_throw; 48 extern __float128 acoshq (__float128) __quadmath_throw; 49 extern __float128 asinq (__float128) __quadmath_throw; 50 extern __float128 asinhq (__float128) __quadmath_throw [all...] |
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| signbitq.c | 23 signbitq (__float128 x)
|
| tgammaq_product.c | 29 __float128 30 __quadmath_gamma_productq (__float128 x, __float128 x_eps, int n, __float128 *eps) 33 __float128 ret = x; 38 __float128 lo;
|
| cimagq.c | 22 __float128
|
| crealq.c | 22 __float128
|
| fdimq.c | 22 __float128 23 fdimq (__float128 x, __float128 y) 28 __float128 r = math_narrow_eval (x - y);
|
| lgammaq_product.c | 27 __float128 28 __quadmath_lgamma_productq (__float128 t, __float128 x, __float128 x_eps, int n) 30 __float128 ret = 0, ret_eps = 0; 33 __float128 xi = x + i; 34 __float128 quot = t / xi; 35 __float128 mhi, mlo; 37 __float128 quot_lo = (t - mhi - mlo) / xi - t * x_eps / (xi * xi); 39 __float128 rhi, rlo [all...] |
| x2y2m1q.c | 26 add_split (__float128 *hi, __float128 *lo, __float128 x, __float128 y) 39 __float128 pld = fabsq (*(const __float128 *) p); 40 __float128 qld = fabsq (*(const __float128 *) q); 53 __float128 54 __quadmath_x2y2m1q (__float128 x, __float128 y [all...] |
| exp2q.c | 21 __float128 22 exp2q (__float128 x) 24 if (__glibc_likely (__builtin_isless (x, (__float128) FLT128_MAX_EXP))) 26 if (__builtin_expect (__builtin_isgreaterequal (x, (__float128) (FLT128_MIN_EXP - FLT128_MANT_DIG 30 __float128 fractx = x - intx; 31 __float128 result;
|
| fabsq.c | 26 __float128 fabsq(__float128 x)
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| signbitq.c | 23 signbitq (__float128 x)
|
| tgammaq_product.c | 29 __float128 30 __quadmath_gamma_productq (__float128 x, __float128 x_eps, int n, __float128 *eps) 33 __float128 ret = x; 38 __float128 lo;
|
| cimagq.c | 22 __float128
|
| crealq.c | 22 __float128
|
| fdimq.c | 22 __float128 23 fdimq (__float128 x, __float128 y) 28 __float128 r = math_narrow_eval (x - y);
|
| lgammaq_product.c | 27 __float128 28 __quadmath_lgamma_productq (__float128 t, __float128 x, __float128 x_eps, int n) 30 __float128 ret = 0, ret_eps = 0; 33 __float128 xi = x + i; 34 __float128 quot = t / xi; 35 __float128 mhi, mlo; 37 __float128 quot_lo = (t - mhi - mlo) / xi - t * x_eps / (xi * xi); 39 __float128 rhi, rlo [all...] |
| x2y2m1q.c | 26 add_split (__float128 *hi, __float128 *lo, __float128 x, __float128 y) 39 __float128 pld = fabsq (*(const __float128 *) p); 40 __float128 qld = fabsq (*(const __float128 *) q); 53 __float128 54 __quadmath_x2y2m1q (__float128 x, __float128 y [all...] |
| exp2q.c | 21 __float128 22 exp2q (__float128 x) 24 if (__glibc_likely (__builtin_isless (x, (__float128) FLT128_MAX_EXP))) 26 if (__builtin_expect (__builtin_isgreaterequal (x, (__float128) (FLT128_MIN_EXP - FLT128_MANT_DIG 30 __float128 fractx = x - intx; 31 __float128 result;
|
| fabsq.c | 26 __float128 fabsq(__float128 x)
|
| /src/external/gpl3/gcc/dist/libgcc/config/i386/32/ |
| tf-signs.c | 26 __float128 flt; 38 __float128 __copysigntf3 (__float128, __float128); 39 __float128 __fabstf2 (__float128); 41 __float128 42 __copysigntf3 (__float128 a, __float128 b) 53 __float128 [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/32/ |
| tf-signs.c | 26 __float128 flt; 38 __float128 __copysigntf3 (__float128, __float128); 39 __float128 __fabstf2 (__float128); 41 __float128 42 __copysigntf3 (__float128 a, __float128 b) 53 __float128 [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
| tf-signs.c | 26 __float128 flt; 36 __float128 __copysigntf3 (__float128, __float128); 37 __float128 __fabstf2 (__float128); 38 int __signbittf2 (__float128); 40 __float128 41 __copysigntf3 (__float128 a, __float128 b [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| tf-signs.c | 26 __float128 flt; 36 __float128 __copysigntf3 (__float128, __float128); 37 __float128 __fabstf2 (__float128); 38 int __signbittf2 (__float128); 40 __float128 41 __copysigntf3 (__float128 a, __float128 b [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| float128.c | 22 __float128 f128; 25 // __float128 data type by definition is encoded as IEEE-128. 26 __float128 large128 = 1.18973149535723176508575932662800702e+4932q;
|