Searched refs:subnormal (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Darith.c206 /* subnormal (x) = b**(emin - digit) */
207 mpfr_init (real_info->subnormal);
208 mpfr_set_ui (real_info->subnormal, real_info->radix, GFC_RND_MODE);
209 mpfr_pow_si (real_info->subnormal, real_info->subnormal,
261 mpfr_clears (rp->epsilon, rp->huge, rp->tiny, rp->subnormal, NULL);
356 else if (mpfr_cmp (q, gfc_real_kinds[i].subnormal) < 0)
H A Dgfortran.h2103 mpfr_t epsilon, huge, tiny, subnormal; member in struct:__anon127

Completed in 142 milliseconds