Searched refs:mpfr_set_decimal128 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtget_set_d128.c1 /* Test file for mpfr_set_decimal128 and mpfr_get_decimal128.
75 printf (" mpfr_set_decimal128() set x to: "); \
95 inex = mpfr_set_decimal128 (x, (_Decimal128) v[i], MPFR_RNDN);
149 inex2 = mpfr_set_decimal128 (x2, dd, (mpfr_rnd_t) rnd);
185 mpfr_set_decimal128 (x, d, MPFR_RNDZ);
191 mpfr_set_decimal128 (x, d, MPFR_RNDZ);
198 mpfr_set_decimal128 (x, d, MPFR_RNDZ);
206 mpfr_set_decimal128 (x, d, MPFR_RNDZ);
214 mpfr_set_decimal128 (x, d, MPFR_RNDZ);
221 mpfr_set_decimal128 (
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dset_d128.c0 /* mpfr_set_decimal128 -- convert a IEEE 754r decimal128 float to
482 mpfr_set_decimal128 (mpfr_ptr r, _Decimal128 d, mpfr_rnd_t rnd_mode) function
H A Dmpfr.h475 __MPFR_DECLSPEC int mpfr_set_decimal128 (mpfr_ptr, _Decimal128, mpfr_rnd_t);

Completed in 90 milliseconds