HomeSort by: relevance | last modified time | path
    Searched defs:max_value (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/analyzer/
bar-chart.cc 49 value_t max_value = 0; local
58 max_value = MAX (max_value, item->m_value);
80 = MIN (max_value, 76 - (max_width_name + max_width_value + 4));
82 = (max_value > 0 ? (max_width_bar * item->m_value) / max_value : 0);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
bar-chart.cc 49 value_t max_value = 0; local
58 max_value = MAX (max_value, item->m_value);
80 = MIN (max_value, 76 - (max_width_name + max_width_value + 4));
82 = (max_value > 0 ? (max_width_bar * item->m_value) / max_value : 0);
  /src/external/gpl3/gcc/dist/gcc/
fixed-value.cc 64 REAL_VALUE_TYPE max_value, min_value, epsilon_value; local
66 real_2expN (&max_value, GET_MODE_IBIT (mode), VOIDmode);
70 min_value = real_value_negate (&max_value);
76 if (real_compare (EQ_EXPR, real_value, &max_value))
78 real_arithmetic (&max_value, MINUS_EXPR, &max_value, &epsilon_value);
79 if (real_compare (GT_EXPR, real_value, &max_value))
wide-int.cc 328 wi::max_value (unsigned int precision, signop sgn) function in class:wi
2638 sum = wi::add (wi::max_value (prec, UNSIGNED) - offset, 1,
2643 sum = wi::add (1, wi::max_value (prec, UNSIGNED) - offset,
2648 diff = wi::sub (wi::max_value (prec, UNSIGNED) - offset,
2649 wi::max_value (prec, UNSIGNED),
2654 diff = wi::sub (wi::max_value (prec, UNSIGNED) - offset,
2655 wi::max_value (prec, UNSIGNED) - 1,
double-int.cc 691 double_int::max_value (unsigned int prec, bool uns) function in class:double_int
poly-int.h 56 - poly_coeff_traits<T>::max_value, if defined, is the maximum value of T.
75 static const T max_value = (signedness member in struct:poly_coeff_traits
2627 || pos <= poly_coeff_traits<T>::max_value - size);
2637 if (pos.coeffs[i] > poly_coeff_traits<C>::max_value - size.coeffs[i])
value-range.cc 996 && r.upper_bound () == wi::max_value (precision, sign))
1026 wide_int max_value = wi::max_value (prec, sign); local
1036 if (min == min_value && max == max_value)
1070 m_base[m_num_ranges * 2 + 1] = max_value;
1763 wide_int type_max = wi::max_value (prec, sign);
2586 ASSERT_TRUE (wi::max_value (TYPE_PRECISION (boolean_type_node),
range-op.cc 863 new_lb = wi::max_value (prec, sgn);
870 new_ub = wi::max_value (prec, sgn);
1960 wi::max_value (prec, sgn));
1965 wi::max_value (prec, sgn));
2166 res = wi::max_value (w0.get_precision (), sign);
2248 r.set (type, rh_lb, wi::max_value (prec, sign));
2383 res = wi::max_value (w0.get_precision (), sign);
3029 wi::max_value (TYPE_PRECISION (type),
3751 r.set (type, wi::zero (prec), wi::max_value (prec, SIGNED));
3987 r = value_range (type, lhs.lower_bound (), wi::max_value (prec, sign))
4226 wide_int max_value = wi::max_value (prec, sign); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fixed-value.cc 64 REAL_VALUE_TYPE max_value, min_value, epsilon_value; local
66 real_2expN (&max_value, GET_MODE_IBIT (mode), VOIDmode);
70 min_value = real_value_negate (&max_value);
76 if (real_compare (EQ_EXPR, real_value, &max_value))
78 real_arithmetic (&max_value, MINUS_EXPR, &max_value, &epsilon_value);
79 if (real_compare (GT_EXPR, real_value, &max_value))
wide-int.cc 330 wi::max_value (unsigned int precision, signop sgn) function in class:wi
2512 sum = wi::add (wi::max_value (prec, UNSIGNED) - offset, 1,
2517 sum = wi::add (1, wi::max_value (prec, UNSIGNED) - offset,
2522 diff = wi::sub (wi::max_value (prec, UNSIGNED) - offset,
2523 wi::max_value (prec, UNSIGNED),
2528 diff = wi::sub (wi::max_value (prec, UNSIGNED) - offset,
2529 wi::max_value (prec, UNSIGNED) - 1,
double-int.cc 691 double_int::max_value (unsigned int prec, bool uns) function in class:double_int
poly-int.h 57 - poly_coeff_traits<T>::max_value, if defined, is the maximum value of T.
72 static const T max_value = (signedness member in struct:poly_coeff_traits
2691 || pos <= poly_coeff_traits<T>::max_value - size);
2701 if (pos.coeffs[i] > poly_coeff_traits<C>::max_value - size.coeffs[i])
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_navi10_ppt.c 780 uint32_t min_value, max_value; local
903 NULL, &max_value);
905 min_value, max_value);
910 &min_value, &max_value);
912 min_value, max_value);
917 &min_value, &max_value);
919 min_value, max_value);
921 &min_value, &max_value);
923 min_value, max_value);
925 &min_value, &max_value);
    [all...]
vega20_ppt.h 164 int32_t max_value; member in struct:vega20_od8_single_setting
  /src/usr.sbin/envstat/
envstat.c 72 int32_t max_value; member in struct:envsys_sensor
727 sensor->max_value = prop_number_signed_value(obj1);
1119 /* Print percentage of max_value */
1122 if (sensor->max_value) { \
1124 ((a) * 100.0) / sensor->max_value); \
1298 /* Print percentage of max_value */
1301 if ((a) && sensor->max_value) { \
1303 ((a) * 100.0) / sensor->max_value); \
1349 if (sensor->percentage && sensor->max_value) {
1352 sensor->max_value);
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-asm.c 1647 int max_value = 16 / range_size / ebytes; local
1649 if (max_value == 0)
1650 max_value = 1;
1652 assert (imm % range_size == 0 && (imm / range_size) < max_value);
1653 int fld_zan_imm = (info->indexed_za.regno * max_value) | (imm / range_size);
aarch64-dis.c 2077 int max_value = 16 / range_size / ebytes;
2079 if (max_value == 0)
2080 max_value = 1;
2082 int regno = fld_zan_imm / max_value;
2087 info->indexed_za.index.imm = (fld_zan_imm % max_value) * range_size;
2076 int max_value = 16 \/ range_size \/ ebytes; local
aarch64-opc.c 1693 in the range [0, MAX_VALUE * RANGE_SIZE]
1701 int min_wreg, int max_value, unsigned int range_size,
1719 int max_index = max_value * range_size;
1810 int64_t imm, min_value, max_value;
2022 max_value = 16 / size - 1;
2024 12, max_value, 1, 0, get_opcode_dependent_value (opcode)))
2114 max_value = 16 / size - 1;
2115 if (!check_za_access (opnd, mismatch_detail, idx, 12, max_value, 1,
2225 max_value = 16 / num / size;
2226 if (max_value > 0
1808 int64_t imm, min_value, max_value; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-asm.c 1635 int max_value = 16 / range_size / ebytes; local
1637 if (max_value == 0)
1638 max_value = 1;
1640 assert (imm % range_size == 0 && (imm / range_size) < max_value);
1641 int fld_zan_imm = (info->indexed_za.regno * max_value) | (imm / range_size);
aarch64-dis.c 2071 int max_value = 16 / range_size / ebytes;
2073 if (max_value == 0)
2074 max_value = 1;
2076 int regno = fld_zan_imm / max_value;
2081 info->indexed_za.index.imm = (fld_zan_imm % max_value) * range_size;
2069 int max_value = 16 \/ range_size \/ ebytes; local
aarch64-opc.c 1684 in the range [0, MAX_VALUE * RANGE_SIZE]
1692 int min_wreg, int max_value, unsigned int range_size,
1710 int max_index = max_value * range_size;
1801 int64_t imm, min_value, max_value;
1981 max_value = 16 / size - 1;
1983 12, max_value, 1, 0, get_opcode_dependent_value (opcode)))
2050 max_value = 16 / size - 1;
2051 if (!check_za_access (opnd, mismatch_detail, idx, 12, max_value, 1,
2161 max_value = 16 / num / size;
2162 if (max_value > 0
1799 int64_t imm, min_value, max_value; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 1604 tree max_value = TYPE_MAX_VALUE (type); local
1640 node = splay_tree_lookup (cases, (splay_tree_key) max_value);
1642 node = splay_tree_predecessor (cases, (splay_tree_key) max_value);
1648 max_value) > 0)
1654 = convert (TREE_TYPE (cond), max_value);
1659 (splay_tree_key) max_value))
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 1592 tree max_value = TYPE_MAX_VALUE (type); local
1628 node = splay_tree_lookup (cases, (splay_tree_key) max_value);
1630 node = splay_tree_predecessor (cases, (splay_tree_key) max_value);
1636 max_value) > 0)
1642 = convert (TREE_TYPE (cond), max_value);
1647 (splay_tree_key) max_value))
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-asm.c 1635 int max_value = 16 / range_size / ebytes; local
1637 if (max_value == 0)
1638 max_value = 1;
1640 assert (imm % range_size == 0 && (imm / range_size) < max_value);
1641 int fld_zan_imm = (info->indexed_za.regno * max_value) | (imm / range_size);
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-asm.c 1633 int max_value = 16 / range_size / ebytes; local
1635 if (max_value == 0)
1636 max_value = 1;
1638 assert (imm % range_size == 0 && (imm / range_size) < max_value);
1639 int fld_zan_imm = (info->indexed_za.regno * max_value) | (imm / range_size);

Completed in 109 milliseconds

1 2