Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtexp10.c91 exp_range (void) in exp_range() function
388 exp_range (); in main()
H A Dtexp2.c116 exp_range (void) in exp_range() function
293 exp_range (); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-data-ref.cc1009 split_constant_offset (tree exp, tree *var, tree *off, value_range *exp_range, in split_constant_offset() argument
1017 if (exp_range) in split_constant_offset()
1019 *exp_range = type; in split_constant_offset()
1039 *exp_range = value_range (type, var_min, var_max); in split_constant_offset()
1048 exp_range, cache, limit)) in split_constant_offset()
1058 if (exp_range && code != SSA_NAME in split_constant_offset()
1061 *exp_range = r; in split_constant_offset()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc7056 int k, neg_flag, power, exp_range; in gfc_simplify_scale() local
7073 exp_range = gfc_real_kinds[k].max_exponent - gfc_real_kinds[k].min_exponent; in gfc_simplify_scale()
7076 if (mpz_cmp_si (i->value.integer, exp_range + 2) > 0 in gfc_simplify_scale()
7077 || mpz_cmp_si (i->value.integer, -exp_range - 2) < 0) in gfc_simplify_scale()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c6913 int k, neg_flag, power, exp_range; in gfc_simplify_scale() local
6930 exp_range = gfc_real_kinds[k].max_exponent - gfc_real_kinds[k].min_exponent; in gfc_simplify_scale()
6933 if (mpz_cmp_si (i->value.integer, exp_range + 2) > 0 in gfc_simplify_scale()
6934 || mpz_cmp_si (i->value.integer, -exp_range - 2) < 0) in gfc_simplify_scale()