Home
last modified time | relevance | path

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

/math/
A Dgen-auto-libm-tests.c279 static mpfr_t global_max; variable
746 mpfr_init (global_max); in init_fp_formats()
747 assert_exact (mpfr_set_ui_2exp (global_max, 1, global_max_exp, MPFR_RNDN)); in init_fp_formats()
1027 else if (mpfr_cmpabs (r, global_max) > 0) in adjust_real()
1028 assert_exact (mpfr_copysign (r, global_max, r, MPFR_RNDN)); in adjust_real()

Completed in 8 milliseconds