| /netbsd-src/sys/arch/arm/ti/ |
| H A D | ti_div_clock.c | 159 uint32_t val, max_val, mask; in ti_div_clock_get_rate() local 174 max_val = start_index + max_div; in ti_div_clock_get_rate() 175 while (!powerof2(max_val)) in ti_div_clock_get_rate() 176 max_val++; in ti_div_clock_get_rate() 177 mask = (max_val - 1) << bit_shift; in ti_div_clock_get_rate()
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_ilp_opt_fn_val_templ.c | 29 __isl_give isl_val *FN(TYPE,max_val)(__isl_take TYPE *f) in FN() argument
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/ |
| H A D | t-constants.c | 152 #define CHECK_MAX_S(max_val, max_name, min_val, min_name, type, format) \ argument 154 type maxval = max_val; \
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | mips.h | 521 unsigned int max_val; member 674 uval |= (operand->max_val - uval) & -(1 << operand->root.size); in mips_decode_int_operand() 685 return (operand->max_val + operand->bias) << operand->shift; in mips_int_operand_max()
|
| H A D | tic6x.h | 145 unsigned int max_val; member
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | mips.h | 521 unsigned int max_val; member 674 uval |= (operand->max_val - uval) & -(1 << operand->root.size); in mips_decode_int_operand() 685 return (operand->max_val + operand->bias) << operand->shift; in mips_int_operand_max()
|
| H A D | tic6x.h | 145 unsigned int max_val; member
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tpow.c | 1476 mpfr_t max_val, x, y, z; in bug20071128() local 1485 mpfr_init2 (max_val, 64); in bug20071128() 1490 mpfr_set_str (max_val, "0.ffffffffffffffff", 16, MPFR_RNDN); in bug20071128() 1491 mpfr_set_exp (max_val, mpfr_get_emax ()); in bug20071128() 1493 mpfr_neg (x, max_val, MPFR_RNDN); in bug20071128() 1516 mpfr_clear (max_val); in bug20071128()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | stor-layout.cc | 3108 unsigned HOST_WIDE_INT min_val, max_val; in get_mode_bounds() local 3118 max_val = 0; in get_mode_bounds() 3123 max_val = STORE_FLAG_VALUE; in get_mode_bounds() 3129 max_val = (HOST_WIDE_INT_1U << (size - 1)) - 1; in get_mode_bounds() 3134 max_val = (HOST_WIDE_INT_1U << (size - 1) << 1) - 1; in get_mode_bounds() 3138 *mmax = gen_int_mode (max_val, target_mode); in get_mode_bounds()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | stor-layout.c | 3083 unsigned HOST_WIDE_INT min_val, max_val; in get_mode_bounds() local 3093 max_val = 0; in get_mode_bounds() 3098 max_val = STORE_FLAG_VALUE; in get_mode_bounds() 3104 max_val = (HOST_WIDE_INT_1U << (size - 1)) - 1; in get_mode_bounds() 3109 max_val = (HOST_WIDE_INT_1U << (size - 1) << 1) - 1; in get_mode_bounds() 3113 *mmax = gen_int_mode (max_val, target_mode); in get_mode_bounds()
|
| H A D | rtlanal.c | 5729 unsigned HOST_WIDE_INT max_val in canonicalize_condition() local 5735 if ((unsigned HOST_WIDE_INT) const_val != max_val >> 1) in canonicalize_condition() 5742 if ((const_val & max_val) in canonicalize_condition() 5748 if (uconst_val < max_val) in canonicalize_condition()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
| H A D | gp-display-html.in | 5689 my $max_val = 0; 5692 $max_val = max ($transposed_hot_pc[$row][$col], $max_val);; 5694 if ($max_val =~ /$integer_regex/) 5696 $max_val = sprintf ("%f", $max_val); 5698 gp_message ("debugXL", $subr_name, "$filename row = $row max_val = $max_val"); 5699 push (@max_metric_values, $max_val); 13497 my $max_val = 0; 13500 $max_val = max ($transposed_hot_lines[$row][$col], $max_val); 13505 if ($max_val =~ /$integer_only_regex/) 13507 $max_val = sprintf ("%f", $max_val); [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | libgcov-util.c | 820 gcov_profile_normalize (struct gcov_info *profile, gcov_type max_val) in gcov_profile_normalize() argument 849 scale_factor = (float)max_val / curr_max_val; in gcov_profile_normalize()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
| H A D | gp-display-html.in | 6385 my $max_val = 0; 6388 $max_val = max ($transposed_hot_pc[$row][$col], $max_val); 6390 if ($max_val =~ /$integer_regex/) 6392 $max_val = sprintf ("%f", $max_val); 6394 gp_message ("debugXL", $subr_name, "$filename row = $row max_val = $max_val"); 6395 push (@max_metric_values, $max_val); 14841 my $max_val = 0; 14844 $max_val = max ($transposed_hot_lines[$row][$col], $max_val); 14849 if ($max_val =~ /$integer_only_regex/) 14851 $max_val = sprintf ("%f", $max_val); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | libgcov-util.c | 877 gcov_profile_normalize (struct gcov_info *profile, gcov_type max_val) in gcov_profile_normalize() argument 906 scale_factor = (float)max_val / curr_max_val; in gcov_profile_normalize()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
| H A D | unseq_backend_simd.h | 688 _ComplexType(const _ValueType& min_val, const _ValueType& max_val, const _Compare* comp) in __simd_minmax_element() 689 : __min_val(min_val), __max_val(max_val), __min_ind(0), __max_ind(0), in __simd_minmax_element()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
| H A D | unseq_backend_simd.h | 688 _ComplexType(const _ValueType& min_val, const _ValueType& max_val, const _Compare* comp) in __simd_minmax_element() 689 : __min_val(min_val), __max_val(max_val), __min_ind(0), __max_ind(0), in __simd_minmax_element()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-mips.c | 5207 int min_val, max_val, factor; in match_int_operand() local 5213 max_val = mips_int_operand_max (operand); in match_int_operand() 5219 && (operand->max_val == 32767 || operand->max_val == 65535)) in match_int_operand() 5258 if (sval > max_val) in match_int_operand() 5260 max_val = ((1 << operand_base->size) - 1) << operand->shift; in match_int_operand() 5261 if (!arg->lax_match && sval <= max_val) in match_int_operand() 5276 if (sval < min_val || sval > max_val || sval % factor) in match_int_operand() 5348 int min_val, max_val, max_high; in match_msb_operand() local 5353 max_val = min_val + (1 << operand_base->size) - 1; in match_msb_operand() 5362 if (size < 0 || high > max_high || sval < min_val || sval > max_val) in match_msb_operand() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-mips.c | 5210 int min_val, max_val, factor; in match_int_operand() local 5216 max_val = mips_int_operand_max (operand); in match_int_operand() 5222 && (operand->max_val == 32767 || operand->max_val == 65535)) in match_int_operand() 5261 if (sval > max_val) in match_int_operand() 5263 max_val = ((1 << operand_base->size) - 1) << operand->shift; in match_int_operand() 5264 if (!arg->lax_match && sval <= max_val) in match_int_operand() 5279 if (sval < min_val || sval > max_val || sval % factor) in match_int_operand() 5351 int min_val, max_val, max_high; in match_msb_operand() local 5356 max_val = min_val + (1 << operand_base->size) - 1; in match_msb_operand() 5365 if (size < 0 || high > max_high || sval < min_val || sval > max_val) in match_msb_operand() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | constraint-manager.cc | 893 tree max_val = TYPE_MAX_VALUE (type); in get_or_create_inverse() local 895 return get_or_create_range (min_val, max_val); in get_or_create_inverse() 913 if (tree_int_cst_lt (last_ub, max_val) in get_or_create_inverse() 915 ranges.safe_push (bounded_range (plus_one (last_ub), max_val)); in get_or_create_inverse()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | tic6x-dis.c | 456 || field_bits > opc->fixed_fields[fix].max_val) in print_insn_tic6x()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | tic6x-dis.c | 456 || field_bits > opc->fixed_fields[fix].max_val) in print_insn_tic6x()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf32-metag.c | 1198 int max_val = (1 << (bits - 1)) - 1; in within_signed_range() local 1199 return (value <= max_val) && (value >= min_val); in within_signed_range()
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | label.c | 319 size_t min_val, size_t max_val) in edit_fs_ffs_opt() argument 329 for (i = 0, val = min_val; val <= max_val; i++, val <<= 1) { in edit_fs_ffs_opt()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf32-metag.c | 1198 int max_val = (1 << (bits - 1)) - 1; in within_signed_range() local 1199 return (value <= max_val) && (value >= min_val); in within_signed_range()
|