Home
last modified time | relevance | path

Searched refs:_Float128 (Results 1 – 25 of 137) sorted by relevance

123456

/sysdeps/ieee754/ldbl-128/
A Dx2y2m1l.c31 add_split (_Float128 *hi, _Float128 *lo, _Float128 x, _Float128 y) in add_split()
44 _Float128 pld = fabsl (*(const _Float128 *) p); in compare()
45 _Float128 qld = fabsl (*(const _Float128 *) q); in compare()
58 _Float128
59 __x2y2m1l (_Float128 x, _Float128 y) in __x2y2m1l()
61 _Float128 vals[5]; in __x2y2m1l()
66 qsort (vals, 5, sizeof (_Float128), compare); in __x2y2m1l()
73 qsort (vals + i + 1, 4 - i, sizeof (_Float128), compare); in __x2y2m1l()
A Dlgamma_productl.c29 _Float128
30 __lgamma_productl (_Float128 t, _Float128 x, _Float128 x_eps, int n) in __lgamma_productl()
32 _Float128 ret = 0, ret_eps = 0; in __lgamma_productl()
35 _Float128 xi = x + i; in __lgamma_productl()
36 _Float128 quot = t / xi; in __lgamma_productl()
37 _Float128 mhi, mlo; in __lgamma_productl()
41 _Float128 rhi, rlo; in __lgamma_productl()
43 _Float128 rpq = ret + quot; in __lgamma_productl()
44 _Float128 rpq_eps = (ret - rpq) + quot; in __lgamma_productl()
45 _Float128 nret = rpq + rhi; in __lgamma_productl()
[all …]
A De_gammal_r.c53 static _Float128
72 _Float128 x_adj = x - n; in gammal_positive()
73 _Float128 eps; in gammal_positive()
80 _Float128 eps = 0; in gammal_positive()
81 _Float128 x_eps = 0; in gammal_positive()
82 _Float128 x_adj = x; in gammal_positive()
83 _Float128 prod = 1; in gammal_positive()
97 _Float128 exp_adj = -eps; in gammal_positive()
123 _Float128
128 _Float128 ret; in __ieee754_gammal_r()
[all …]
A De_log2l.c71 static const _Float128 P[13] =
130 static const _Float128
139 static _Float128
140 neval (_Float128 x, const _Float128 *p, int n) in neval()
142 _Float128 y; in neval()
157 static _Float128
158 deval (_Float128 x, const _Float128 *p, int n) in deval()
160 _Float128 y; in deval()
174 _Float128
177 _Float128 z; in __ieee754_log2l()
[all …]
A De_lgammal_r.c78 static const _Float128 one = 1;
79 static const _Float128 huge = LDBL_MAX;
724 static _Float128
725 neval (_Float128 x, const _Float128 *p, int n) in neval()
727 _Float128 y; in neval()
742 static _Float128
743 deval (_Float128 x, const _Float128 *p, int n) in deval()
745 _Float128 y; in deval()
758 _Float128
761 _Float128 p, q, w, z, nx; in __ieee754_lgammal_r()
[all …]
A Ds_erfl.c108 static _Float128
109 neval (_Float128 x, const _Float128 *p, int n) in neval()
111 _Float128 y; in neval()
126 static _Float128
127 deval (_Float128 x, const _Float128 *p, int n) in deval()
129 _Float128 y; in deval()
143 static const _Float128
754 _Float128
755 __erfl (_Float128 x) in __erfl()
757 _Float128 a, y, z; in __erfl()
[all …]
A De_log10l.c72 static const _Float128 P[13] =
131 static const _Float128
145 static _Float128
146 neval (_Float128 x, const _Float128 *p, int n) in neval()
148 _Float128 y; in neval()
163 static _Float128
164 deval (_Float128 x, const _Float128 *p, int n) in deval()
166 _Float128 y; in deval()
180 _Float128
183 _Float128 z; in __ieee754_log10l()
[all …]
A Dgamma_productl.c32 _Float128
33 __gamma_productl (_Float128 x, _Float128 x_eps, int n, _Float128 *eps) in __gamma_productl()
36 _Float128 ret = x; in __gamma_productl()
41 _Float128 lo; in __gamma_productl()
A De_hypotl.c42 static inline _Float128
43 kernel (_Float128 ax, _Float128 ay) in kernel()
45 _Float128 t1, t2; in kernel()
46 _Float128 h = sqrtl (ax * ax + ay * ay); in kernel()
49 _Float128 delta = h - ay; in kernel()
55 _Float128 delta = h - ax; in kernel()
64 _Float128
65 __ieee754_hypotl(_Float128 x, _Float128 y) in __ieee754_hypotl()
78 _Float128 ax = x < y ? y : x; in __ieee754_hypotl()
79 _Float128 ay = x < y ? x : y; in __ieee754_hypotl()
A Dlgamma_negl.c416 static _Float128
417 lg_sinpi (_Float128 x) in lg_sinpi()
427 static _Float128
428 lg_cospi (_Float128 x) in lg_cospi()
438 static _Float128
439 lg_cotpi (_Float128 x) in lg_cotpi()
447 _Float128
502 _Float128 y0 = 1 - x0_hi; in __lgamma_negl()
504 _Float128 y = 1 - x; in __lgamma_negl()
528 _Float128 log_gamma_high in __lgamma_negl()
[all …]
A Ds_llrintl.c28 static const _Float128 two112[2] =
35 __llrintl (_Float128 x) in __llrintl()
39 _Float128 w; in __llrintl()
40 _Float128 t; in __llrintl()
54 if (x > (_Float128) LLONG_MAX) in __llrintl()
85 if (x < (_Float128) LLONG_MIN in __llrintl()
86 && x > (_Float128) LLONG_MIN - 1) in __llrintl()
94 else if (FIX_LDBL_LLONG_CONVERT_OVERFLOW && x != (_Float128) LLONG_MIN) in __llrintl()
A De_exp10l.c23 static const _Float128 log10_high = L(0x2.4d763776aaa2bp0);
24 static const _Float128 log10_low = L(0x5.ba95b58ae0b4c28a38a3fb3e7698p-60);
26 _Float128
27 __ieee754_exp10l (_Float128 arg) in __ieee754_exp10l()
30 _Float128 arg_high, arg_low; in __ieee754_exp10l()
31 _Float128 exp_high, exp_low; in __ieee754_exp10l()
A Ds_f64xfmaf128.c27 #undef _Float128
31 __f64xfmaf128 (_Float128 x, _Float128 y, _Float128 z) in __f64xfmaf128()
A De_j0l.c103 static const _Float128 zero = 0;
643 static _Float128
644 neval (_Float128 x, const _Float128 *p, int n) in neval()
646 _Float128 y; in neval()
661 static _Float128
662 deval (_Float128 x, const _Float128 *p, int n) in deval()
664 _Float128 y; in deval()
679 _Float128
680 __ieee754_j0l (_Float128 x) in __ieee754_j0l()
827 _Float128
[all …]
A De_j1l.c110 static const _Float128 zero = 0;
652 static _Float128
653 neval (_Float128 x, const _Float128 *p, int n) in neval()
655 _Float128 y; in neval()
670 static _Float128
671 deval (_Float128 x, const _Float128 *p, int n) in deval()
673 _Float128 y; in deval()
688 _Float128
689 __ieee754_j1l (_Float128 x) in __ieee754_j1l()
847 _Float128
[all …]
A Ds_lrintl.c28 static const _Float128 two112[2] =
35 __lrintl (_Float128 x) in __lrintl()
39 _Float128 w; in __lrintl()
40 _Float128 t; in __lrintl()
57 && x > (_Float128) LONG_MAX) in __lrintl()
84 && x > (_Float128) LONG_MAX) in __lrintl()
114 if (x < (_Float128) LONG_MIN in __lrintl()
115 && x > (_Float128) LONG_MIN - 1) in __lrintl()
123 else if (FIX_LDBL_LONG_CONVERT_OVERFLOW && x != (_Float128) LONG_MIN) in __lrintl()
A De_jnl.c67 static const _Float128
74 _Float128
80 _Float128 z, w; in __ieee754_jnl()
137 _Float128 s; in __ieee754_jnl()
138 _Float128 c; in __ieee754_jnl()
223 _Float128 t, v; in __ieee754_jnl()
227 h = 2 / (_Float128) x; in __ieee754_jnl()
314 _Float128 in libm_alias_finite()
320 _Float128 a, b, temp, ret; in libm_alias_finite()
375 _Float128 s; in libm_alias_finite()
[all …]
A De_rem_pio2l.c185 static const _Float128 c[] = {
195 int32_t __ieee754_rem_pio2l(_Float128 x, _Float128 *y) in __ieee754_rem_pio2l()
197 _Float128 z, w, t; in __ieee754_rem_pio2l()
257 t = (_Float128) tx [6] + (_Float128) tx [7]; in __ieee754_rem_pio2l()
258 w = (_Float128) tx [5]; in __ieee754_rem_pio2l()
A Ds_cbrtl.c61 static const _Float128 CBRT2 = L(1.259921049894873164767210607278228350570251);
62 static const _Float128 CBRT4 = L(1.587401051968199474751705639272308260391493);
63 static const _Float128 CBRT2I = L(0.7937005259840997373758528196361541301957467);
64 static const _Float128 CBRT4I = L(0.6299605249474365823836053036391141752851257);
67 _Float128
68 __cbrtl (_Float128 x) in __cbrtl()
71 _Float128 z; in __cbrtl()
A De_atanhl.c39 static const _Float128 one = 1, huge = L(1e4900);
41 static const _Float128 zero = 0;
43 _Float128
44 __ieee754_atanhl(_Float128 x) in __ieee754_atanhl()
46 _Float128 t; in __ieee754_atanhl()
A Ds_f64xaddf128.c26 #undef _Float128
29 __f64xaddf128 (_Float128 x, _Float128 y) in __f64xaddf128()
/sysdeps/ia64/bits/
A Dfloatn.h75 # define __CFLOAT128 _Complex _Float128
84 typedef __float128 _Float128; typedef
89 # define __builtin_huge_valf128() ((_Float128) __builtin_huge_val ())
100 # define __builtin_inff128() ((_Float128) __builtin_inf ())
101 # define __builtin_nanf128(x) ((_Float128) __builtin_nan (x))
102 # define __builtin_nansf128(x) ((_Float128) __builtin_nans (x))
/sysdeps/x86/bits/
A Dfloatn.h77 # define __CFLOAT128 _Complex _Float128
86 typedef __float128 _Float128; typedef
91 # define __builtin_huge_valf128() ((_Float128) __builtin_huge_val ())
102 # define __builtin_inff128() ((_Float128) __builtin_inf ())
103 # define __builtin_nanf128(x) ((_Float128) __builtin_nan (x))
104 # define __builtin_nansf128(x) ((_Float128) __builtin_nans (x))
/sysdeps/powerpc/powerpc64/le/fpu/multiarch/
A Dmath-type-macros-float128.h106 extern _Float128 __wrap_scalbnf128 (_Float128, int);
107 extern _Float128 __w_scalblnf128 (_Float128, long int);
108 extern _Float128 __w_log1pf128 (_Float128);
109 extern _Float128 __scalbf128 (_Float128, _Float128);
/sysdeps/s390/fpu/
A Ds_roundevenl.c26 _Float128
27 __roundevenl (_Float128 x) in __roundevenl()
29 _Float128 y; in __roundevenl()

Completed in 28 milliseconds

123456