Home
last modified time | relevance | path

Searched defs:datafile_context (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dread_line.c24 read_param (mpc_datafile_context_t* datafile_context, in read_param()
153 read_line (mpc_datafile_context_t* datafile_context, in read_line()
178 tpl_skip_line (mpc_datafile_context_t* datafile_context) in tpl_skip_line()
192 tpl_skip_whitespace (mpc_datafile_context_t* datafile_context) in tpl_skip_whitespace()
205 tpl_skip_whitespace_comments (mpc_datafile_context_t* datafile_context) in tpl_skip_whitespace_comments()
220 tpl_read_ternary (mpc_datafile_context_t* datafile_context, int* ternary) in tpl_read_ternary()
H A Dtpl_mpfr.c24 tpl_read_mpfr_prec (mpc_datafile_context_t* datafile_context) in tpl_read_mpfr_prec()
50 tpl_read_mpfr_mantissa (mpc_datafile_context_t* datafile_context, mpfr_ptr x) in tpl_read_mpfr_mantissa()
70 tpl_read_mpfr (mpc_datafile_context_t* datafile_context, mpfr_ptr x, in tpl_read_mpfr()
87 tpl_read_mpfr_rnd (mpc_datafile_context_t* datafile_context, mpfr_rnd_t* rnd) in tpl_read_mpfr_rnd()
127 tpl_read_mpfr_inex (mpc_datafile_context_t* datafile_context, int *ternary) in tpl_read_mpfr_inex()
H A Dtpl_mpc.c24 tpl_read_mpc_rnd (mpc_datafile_context_t* datafile_context, mpc_rnd_t* rnd) in tpl_read_mpc_rnd()
33 tpl_read_mpc (mpc_datafile_context_t* datafile_context, mpc_data_t* z) in tpl_read_mpc()
40 tpl_read_mpc_inex (mpc_datafile_context_t* datafile_context, in tpl_read_mpc_inex()
H A Dtpl_native.c27 tpl_read_int (mpc_datafile_context_t* datafile_context, int *nread, const char *name) in tpl_read_int()
59 tpl_read_ui (mpc_datafile_context_t* datafile_context, unsigned long int *ui) in tpl_read_ui()
92 tpl_read_si (mpc_datafile_context_t* datafile_context, long int *si) in tpl_read_si()
H A Dread_description.c66 read_keyworddesc (mpc_datafile_context_t* datafile_context, in read_keyworddesc()
163 mpc_datafile_context_t datafile_context; in read_description() local
H A Dopen_datafile.c29 open_datafile (mpc_datafile_context_t* datafile_context, in open_datafile()
H A Dtpl_gmp.c24 tpl_read_mpz (mpc_datafile_context_t* datafile_context, mpz_t mpz) in tpl_read_mpz()