| /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/ |
| range.cc | 51 return value_range (type, wi::zero (prec), wi::max_value (prec, sign));
|
| 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))
|
| value-range-pretty-print.cc | 81 wide_int type_max = wi::max_value (TYPE_PRECISION (type), TYPE_SIGN (type));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| range.cc | 50 return value_range (type, wi::zero (prec), wi::max_value (prec, sign));
|
| 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))
|
| gimple-range-cache.h | 68 r.intersect (wi::one (prec), wi::max_value (prec, UNSIGNED));
|
| value-range.h | 286 && wi::to_wide (u) == wi::max_value (prec, sign)); 289 && wi::to_wide (u) == wi::max_value (prec, sign)); 482 // min_value and max_value. 484 wide_int max = wi::max_value (TYPE_PRECISION (type), TYPE_SIGN (type)); 627 wide_int max = wi::max_value (TYPE_PRECISION (type), TYPE_SIGN (type));
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/hypothesis/ |
| strategies.py | 186 max_value = 2**byte_size - 1 187 return integers(min_value=0, max_value=max_value)
|
| /src/external/mpl/bind/dist/bin/tests/system/tools/ |
| tests_tools_nsec3hash.py | 130 it=strategies.integers(min_value=0, max_value=65535), 153 it=strategies.integers(min_value=0, max_value=65535),
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| fixed31_32.h | 195 * result = | arg, when min_value < arg < max_value 196 * | max_value, when arg >= max_value 201 struct fixed31_32 max_value) 205 else if (dc_fixpt_le(max_value, arg)) 206 return max_value;
|
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-layout.h | 70 virtual void get_sizes (bool height, int *min_value, int *max_value) = 0; 201 void get_sizes (bool height, int *min_value, int *max_value) override; 275 void get_sizes (bool height, int *min_value, int *max_value) override;
|
| tui-layout.c | 440 tui_layout_window::get_sizes (bool height, int *min_value, int *max_value) 453 *max_value = m_window->max_height (); 458 *max_value = m_window->max_width (); 461 tui_debug_printf ("min = %d, max = %d", *min_value, *max_value); 555 tui_layout_split::get_sizes (bool height, int *min_value, int *max_value) 560 *max_value = 0; 572 *max_value += new_max; 577 *max_value = std::min (*max_value, new_max); 582 tui_debug_printf ("min_value = %d, max_value = %d", *min_value, *max_value) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-layout.h | 70 virtual void get_sizes (bool height, int *min_value, int *max_value) = 0; 201 void get_sizes (bool height, int *min_value, int *max_value) override; 275 void get_sizes (bool height, int *min_value, int *max_value) override;
|
| tui-layout.c | 443 tui_layout_window::get_sizes (bool height, int *min_value, int *max_value) 456 *max_value = m_window->max_height (); 461 *max_value = m_window->max_width (); 464 tui_debug_printf ("min = %d, max = %d", *min_value, *max_value); 558 tui_layout_split::get_sizes (bool height, int *min_value, int *max_value) 563 *max_value = 0; 575 *max_value += new_max; 580 *max_value = std::min (*max_value, new_max); 585 tui_debug_printf ("min_value = %d, max_value = %d", *min_value, *max_value) [all...] |
| /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/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
| vega20_ppt.h | 164 int32_t max_value; member in struct:vega20_od8_single_setting
|
| 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...] |
| amdgpu_vega20_ppt.c | 1143 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_FMAX].max_value); 1156 od8_settings->od8_settings_array[OD8_SETTING_UCLK_FMAX].max_value); 1167 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_FREQ1].max_value); 1170 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_VOLTAGE1].max_value); 1173 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_FREQ2].max_value); 1176 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_VOLTAGE2].max_value); 1179 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_FREQ3].max_value); 1182 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_VOLTAGE3].max_value); 1672 od8_settings->od8_settings_array[i].max_value = 1678 od8_settings->od8_settings_array[i].max_value = 0 [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| aarch64-opc.c | 1605 in the range [0, MAX_VALUE * RANGE_SIZE] 1612 int min_wreg, int max_value, unsigned int range_size, 1630 int max_index = max_value * range_size; 1721 int64_t imm, min_value, max_value; 1878 max_value = 16 / size - 1; 1880 12, max_value, 1, 0)) 1949 max_value = 16 / size - 1; 1950 if (!check_za_access (opnd, mismatch_detail, idx, 12, max_value, 1, 2039 max_value = 16 / num / size; 2040 if (max_value > 0 1719 int64_t imm, min_value, max_value; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| amdgpu_vega20_hwmgr.c | 1350 od8_settings->od8_settings_array[i].max_value = 1357 od8_settings->od8_settings_array[i].max_value = 1394 value > od8_settings[OD8_SETTING_GFXCLK_FMAX].max_value) 1419 value > od8_settings[OD8_SETTING_UCLK_FMAX].max_value) 2957 input_clk > od8_settings[OD8_SETTING_GFXCLK_FMAX].max_value) { 2961 od8_settings[OD8_SETTING_GFXCLK_FMAX].max_value); 3000 input_clk > od8_settings[OD8_SETTING_UCLK_FMAX].max_value) { 3004 od8_settings[OD8_SETTING_UCLK_FMAX].max_value); 3047 input_clk > od8_settings[od8_id].max_value) { 3051 od8_settings[od8_id].max_value); [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| 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-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/gdb/dist/opcodes/ |
| aarch64-opc.c | 1681 in the range [0, MAX_VALUE * RANGE_SIZE] 1689 int min_wreg, int max_value, unsigned int range_size, 1707 int max_index = max_value * range_size; 1798 int64_t imm, min_value, max_value; 1976 max_value = 16 / size - 1; 1978 12, max_value, 1, 0, get_opcode_dependent_value (opcode))) 2046 max_value = 16 / size - 1; 2047 if (!check_za_access (opnd, mismatch_detail, idx, 12, max_value, 1, 2157 max_value = 16 / num / size; 2158 if (max_value > 0 1796 int64_t imm, min_value, max_value; local [all...] |