Home
last modified time | relevance | path

Searched refs:MPFR_PREC (Results 1 – 1 of 1) sorted by relevance

/external/arm-optimized-routines/test/rtest/
Ddotest.c19 #define MPFR_PREC 96 /* good enough for float or double + a few extra bits */ macro
116 mpfr_init2(x, MPFR_PREC); in set_mpc_d()
117 mpfr_init2(y, MPFR_PREC); in set_mpc_d()
127 mpfr_init2(x, MPFR_PREC); in set_mpc_f()
128 mpfr_init2(y, MPFR_PREC); in set_mpc_f()
164 mpfr_init2(significand, MPFR_PREC); in get_mpfr_d()
225 mpfr_init2(significand, MPFR_PREC); in get_mpfr_f()
260 mpfr_init2(x, MPFR_PREC); in get_mpc_d()
261 mpfr_init2(y, MPFR_PREC); in get_mpc_d()
274 mpfr_init2(x, MPFR_PREC); in get_mpc_f()
[all …]