HomeSort by: relevance | last modified time | path
    Searched refs:mpc_init2 (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/external/lgpl3/mpc/dist/src/
init2.c 0 /* mpc_init2 -- Initialize a complex variable with a given precision.
24 mpc_init2 (mpc_ptr x, mpfr_prec_t prec) function
ui_div.c 30 mpc_init2 (bb, sizeof(unsigned long int) * CHAR_BIT);
  /src/external/lgpl3/mpc/dist/tests/
tswap.c 28 mpc_init2 (x, 50);
29 mpc_init2 (x2, 50);
30 mpc_init2 (y, 100);
31 mpc_init2 (y2, 100);
tcos.c 28 mpc_init2 (op, 324);
29 mpc_init2 (expected, 324);
30 mpc_init2 (got, 324);
tpow_ld.c 30 mpc_init2 (z, 5);
tpow.c 33 mpc_init2 (x, prec);
34 mpc_init2 (y, prec);
35 mpc_init2 (z, prec);
63 mpc_init2 (x, prec1);
64 mpc_init2 (y, prec1);
65 mpc_init2 (z, prec1);
66 mpc_init2 (zr, prec2);
tacos.c 41 mpc_init2 (x, 24);
42 mpc_init2 (z, 24);
43 mpc_init2 (zr, 24);
73 mpc_init2 (x, 53);
74 mpc_init2 (z, 53);
75 mpc_init2 (zr, 53);
tmul.c 39 mpc_init2 (z, MPC_MAX_PREC (x));
40 mpc_init2 (t, MPC_MAX_PREC (x));
70 mpc_init2 (x, prec);
71 mpc_init2 (y, prec);
98 mpc_init2 (x, 1000);
99 mpc_init2 (y, 1000);
140 mpc_init2 (x, 53);
141 mpc_init2 (y, 53);
142 mpc_init2 (z, 53);
226 mpc_init2 (b, 20)
    [all...]
trootofunity.c 37 mpc_init2 (z, 2);
38 mpc_init2 (zero, 2);
tdiv.c 43 mpc_init2 (x, 53);
44 mpc_init2 (y, 53);
45 mpc_init2 (z, 53);
46 mpc_init2 (zr, 53);
treimref.c 31 mpc_init2 (z, 6);
tadd.c 30 mpc_init2 (x, 2);
31 mpc_init2 (y, 2);
32 mpc_init2 (z, 2);
tmul_i.c 30 mpc_init2(z, 128);
31 mpc_init2(expected, 128);
32 mpc_init2(got, 128);
tsqrt.c 41 mpc_init2 (x, 24);
42 mpc_init2 (z, 24);
43 mpc_init2 (zr, 24);
tfma.c 34 mpc_init2 (z, MPC_MAX_PREC (a));
35 mpc_init2 (t, MPC_MAX_PREC (a));
68 mpc_init2 (a, 1000);
69 mpc_init2 (b, 1000);
70 mpc_init2 (c, 1000);
tpow_ui.c 37 mpc_init2 (x, p);
38 mpc_init2 (z, p);
39 mpc_init2 (t, p);
105 mpc_init2 (z, p);
106 mpc_init2 (res, p);
ttan.c 36 mpc_init2 (z, 79);
37 mpc_init2 (tan_z, 113);
126 mpc_init2 (z, 2);
127 mpc_init2 (tan_z, prec);
139 mpc_init2 (c99, prec);
155 mpc_init2 (c99, prec);
171 mpc_init2 (c99, prec);
187 mpc_init2 (c99, prec);
208 mpc_init2 (x, 24);
209 mpc_init2 (z, 24)
    [all...]
tcosh.c 35 mpc_init2 (z, 2);
36 mpc_init2 (u, 100);
37 mpc_init2 (cosh_z, 100);
81 mpc_init2 (z, 2);
82 mpc_init2 (u, 100);
83 mpc_init2 (cosh_z, 100);
tdot.c 33 mpc_init2 (z[i], 17);
37 mpc_init2 (res, 17);
77 mpc_init2 (a, 53);
tpow_si.c 38 mpc_init2 (x, p);
39 mpc_init2 (z, p);
40 mpc_init2 (t, p);
tacosh.c 28 mpc_init2 (x, 53);
tasinh.c 28 mpc_init2 (x, 53);
tatanh.c 28 mpc_init2 (x, 53);
tprec.c 30 mpc_init2 (z, 1000);
tsum.c 32 mpc_init2 (z[i], 17);
36 mpc_init2 (res, 17);

Completed in 34 milliseconds

1 2 3