Home
last modified time | relevance | path

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

/glibc-2.36/math/
Datest-exp2.c34 typedef mp_limb_t mp1[SZ], mp2[SZ * 2]; typedef
50 static const mp1 mp_exp1 = {
55 static const mp1 mp_log2 = {
65 mp1 tx; in print_mpn_fp()
67 memcpy (tx, x, sizeof (mp1)); in print_mpn_fp()
84 exp_mpn (mp1 ex, mp1 x) in exp_mpn()
87 mp1 xp; in exp_mpn()
90 mp1 tol; in exp_mpn()
92 memset (xp, 0, sizeof (mp1)); in exp_mpn()
93 memset (ex, 0, sizeof (mp1)); in exp_mpn()
[all …]
Datest-exp.c33 typedef mp_limb_t mp1[SZ], mp2[SZ * 2]; typedef
58 exp_mpn (mp1 ex, mp1 x) in exp_mpn()
61 mp1 xp; in exp_mpn()
64 mp1 tol; in exp_mpn()
66 memset (xp, 0, sizeof (mp1)); in exp_mpn()
67 memset (ex, 0, sizeof (mp1)); in exp_mpn()
69 memset (tol,0, sizeof (mp1)); in exp_mpn()
107 mp1 ex, x, xt, e2, e3; in do_test()
111 mp1 maxerror; in do_test()
118 memset (maxerror, 0, sizeof (mp1)); in do_test()
[all …]
Datest-sincos.c33 typedef mp_limb_t mp1[SZ], mp2[SZ * 2]; typedef
61 sincosx_mpn (mp1 si, mp1 co, mp1 xx, mp1 ix) in sincosx_mpn()
65 mp1 tmp, x; in sincosx_mpn()
69 memset (si, 0, sizeof (mp1)); in sincosx_mpn()
70 memset (co, 0, sizeof (mp1)); in sincosx_mpn()
72 memcpy (x, xx, sizeof (mp1)); in sincosx_mpn()
146 mp1 si, co, x, ox, xt, s2, c2, s3, c3; in do_test()
150 mp1 sin_maxerror, cos_maxerror; in do_test()
157 memset (sin_maxerror, 0, sizeof (mp1)); in do_test()
158 memset (cos_maxerror, 0, sizeof (mp1)); in do_test()
[all …]
/glibc-2.36/sysdeps/ieee754/dbl-64/
Dbranred.h40 /**/ mp1 = {{0x3FF921FB, 0x58000000}}, /* 1.5707963407039642 */ variable
54 /**/ mp1 = {{0x58000000, 0x3FF921FB}}, /* 1.5707963407039642 */ variable
Dutan.h52 /**/ mp1 = {{0x3FF921FB, 0x58000000} }, variable
85 /**/ mp1 = {{0x58000000, 0x3FF921FB} }, variable
Dbranred.c137 bb=(((t1*mp1.x-b)+t1*mp2.x)+t2*mp1.x)+(t2*mp2.x+s*hp1.x+t*hp0.x); in __branred()
Dusncs.h39 static const double mp1 = 0x1.921FB58000000p0; /* 1.5707963407039642 */ variable
Ds_tan.c128 t1 = (x - xn * mp1.d) - xn * mp2.d; in __tan()
212 t1 = (x - xn * mp1.d) - xn * mp2.d; in __tan()
Ds_sin.c159 double y = (x - xn * mp1) - xn * mp2; in reduce_sincos()