Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dgen-auto-libm-tests.c702 int global_max_exp = 0, global_min_subnorm_exp = 0; in init_fp_formats() local
710 if (min_subnorm_exp < global_min_subnorm_exp) in init_fp_formats()
711 global_min_subnorm_exp = min_subnorm_exp; in init_fp_formats()
749 assert_exact (mpfr_set_ui_2exp (global_min, 1, global_min_subnorm_exp - 1, in init_fp_formats()