Searched refs:global_min (Results 1 – 1 of 1) sorted by relevance
284 static mpfr_t global_min; variable748 mpfr_init (global_min); in init_fp_formats()749 assert_exact (mpfr_set_ui_2exp (global_min, 1, global_min_subnorm_exp - 1, in init_fp_formats()1025 if (mpfr_cmpabs (r, global_min) < 0) in adjust_real()1026 assert_exact (mpfr_copysign (r, global_min, r, MPFR_RNDN)); in adjust_real()
Completed in 7 milliseconds