Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dlibset.c127 int gmp_bits; member
221 { GMP_BITS, "gmp_bits", CAT_BEHAVE, offsetof(global_vars,gmp_bits) },
674 if (globals.gmp_bits > DEFAULT_MP_BITS) { in get_mp_bits()
675 return globals.gmp_bits; in get_mp_bits()