Searched refs:mpc_get_str (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/lgpl3/mpc/dist/tests/ |
| D | tset.c | 351 str = mpc_get_str (base, 0, expected, MPC_RNDNN); in check_set_str() 365 str = mpc_get_str (base, 0, expected, MPC_RNDNN); in check_set_str() 387 str = mpc_get_str (10, 0, expected, MPC_RNDNN); in check_set_str() 409 str = mpc_get_str (10, 0, expected, MPC_RNDNN); in check_set_str() 422 str = mpc_get_str (1, 0, expected, MPC_RNDNN); in check_set_str()
|
| /netbsd/src/external/lgpl3/mpc/dist/src/ |
| D | get_x.c | 205 mpc_get_str (int base, size_t n, mpc_srcptr op, mpc_rnd_t rnd) in mpc_get_str() function
|
| D | mpc.h | 251 __MPC_DECLSPEC char * mpc_get_str (int, size_t, mpc_srcptr, mpc_rnd_t);
|
| /netbsd/src/external/lgpl3/mpc/dist/ |
| D | NEWS | 141 - New functions: mpc_get_str, mpc_set_str, mpc_strtoc, mpc_set_uj,
|
| /netbsd/src/external/lgpl3/mpc/dist/doc/ |
| D | mpc.info | 629 -- Function: char * mpc_get_str (int B, size_t N, const mpc_t OP, 639 value of OP. Note that ‘mpc_get_str’ uses the decimal point of the 649 to ‘mpc_get_str’. 1565 * mpc_get_str: String and Stream Input and Output.
|
| D | mpc.texi | 720 @deftypefun {char *} mpc_get_str (int @var{b}, size_t @var{n}, const mpc_t @var{op}, mpc_rnd_t @var… 730 Note that @code{mpc_get_str} uses the decimal point of the current locale 741 a call to @code{mpc_get_str}.
|