Searched refs:mpc_out_str_2 (Results 1 – 6 of 6) sorted by relevance
/dports/math/mpsolve/mpsolve-3.2.1/include/mps/ |
H A D | mpc.h | 154 size_t mpc_out_str_2 (FILE * f, int base, size_t n_digits_r, 157 #define mpc_out_str(F, B, D, C) mpc_out_str_2 (F, B, D, D, C) 159 #define mpc_outln_str(F, B, D, C) mpc_out_str_2 (F, B, D, D, C); fputc ('\n', F)
|
/dports/math/mpsolve/mpsolve-3.2.1/src/tests/ |
H A D | check_unisolve.c | 119 … mpc_out_str_2 (stdout, 10, mps_context_get_data_prec_max (s), mps_context_get_data_prec_max (s), in test_unisolve_on_pol_impl() 155 …mpc_out_str_2 (stdout, 10, -rdpe_Esp (drad[found_root]), -rdpe_Esp (drad[found_root]), mroot[found… in test_unisolve_on_pol_impl()
|
H A D | check_secsolve.c | 122 … mpc_out_str_2 (stdout, 10, mps_context_get_data_prec_max (s), mps_context_get_data_prec_max (s), in test_secsolve_on_pol_impl() 158 …mpc_out_str_2 (stdout, 10, -rdpe_Esp (drad[found_root]), -rdpe_Esp (drad[found_root]), mroot[found… in test_secsolve_on_pol_impl()
|
H A D | check_matrix.c | 179 printf ("%d: ", i); mpc_out_str_2 (stdout, 10, 15, 15, det); printf ("\n"); in START_TEST()
|
/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/system/ |
H A D | input-output.c | 301 mpc_out_str_2 (s->logstr, 10, 0, 0, s->root[i]->mvalue); in mps_outroot()
|
/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/floating-point/ |
H A D | mpc.c | 643 mpc_out_str_2 (FILE * f, int base, size_t n_digits_r, in mpc_out_str_2() function
|