Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/mpfr/dist/src/
Dfpif.c310 mpfr_uexp_t copy_exponent, exp_sign_bit; in mpfr_fpif_store_exponent() local
318 copy_exponent = uexp << 1; in mpfr_fpif_store_exponent()
319 MPFR_ASSERTD (copy_exponent > uexp); in mpfr_fpif_store_exponent()
320 COUNT_NB_BYTE(copy_exponent, exponent_size); in mpfr_fpif_store_exponent()