Home
last modified time | relevance | path

Searched refs:high_value (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/common/feature_policy/
H A Dpolicy_value_unittest.cc101 PolicyValue high_value(2.0); in TEST_F() local
110 EXPECT_TRUE(low_value < high_value); in TEST_F()
111 EXPECT_TRUE(low_value <= high_value); in TEST_F()
113 EXPECT_TRUE(low_value != high_value); in TEST_F()
122 EXPECT_TRUE(high_value > low_value); in TEST_F()
124 EXPECT_FALSE(high_value < high_value); in TEST_F()
125 EXPECT_TRUE(high_value <= high_value); in TEST_F()
126 EXPECT_TRUE(high_value == high_value); in TEST_F()
127 EXPECT_FALSE(high_value != high_value); in TEST_F()
128 EXPECT_TRUE(high_value >= high_value); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/feature_policy/
H A Dpolicy_value_unittest.cc89 PolicyValue high_value = PolicyValue::CreateDecDouble(2.0); in TEST_F() local
95 EXPECT_FALSE(low_value == high_value); in TEST_F()
96 EXPECT_TRUE(low_value != high_value); in TEST_F()
97 EXPECT_TRUE(low_value.IsCompatibleWith(high_value)); in TEST_F()
99 EXPECT_FALSE(high_value == low_value); in TEST_F()
100 EXPECT_TRUE(high_value != low_value); in TEST_F()
101 EXPECT_FALSE(high_value.IsCompatibleWith(low_value)); in TEST_F()
103 EXPECT_TRUE(high_value == high_value); in TEST_F()
104 EXPECT_FALSE(high_value != high_value); in TEST_F()
105 EXPECT_TRUE(high_value.IsCompatibleWith(high_value)); in TEST_F()
/dports/games/avanor/avanor-0.5.8/creature/
H A Dpeople.cpp53 void XPeople::Equip(int low_value, int high_value) in Equip() argument
56 high_value = high_value > 0 ? high_value : 400; in Equip()
63 …eature::StdEquip(5, (ITEM_MASK)(IM_WEAPON | IM_SHIELD), item_count, tem_im, low_value, high_value); in Equip()
69 item = ICREATEB(IM_WEAPON, IT_DAGGER, low_value, high_value); in Equip()
71 item = ICREATEB(IM_WEAPON, IT_DAGGER, low_value, high_value); in Equip()
/dports/devel/py-oci/oci-2.53.1/src/oci/opsi/models/
H A Dprojected_data_item.py107 def high_value(self): member in ProjectedDataItem
118 @high_value.setter
119 def high_value(self, high_value): member in ProjectedDataItem
128 self._high_value = high_value
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/nodes/
H A DIterationHandles.py354 def __init__(self, low_value, high_value, source_ref): argument
356 self, low_value, xrange(low_value, high_value), source_ref
359 self.high = high_value
368 def __init__(self, low_value, high_value, step_value, source_ref): argument
370 self, low_value, xrange(low_value, high_value, step_value), source_ref
372 self.high = high_value
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_meter_element.cc132 double high_value = high(); in GetGaugeRegion() local
140 if (the_value <= high_value) in GetGaugeRegion()
145 if (high_value < optimum_value) { in GetGaugeRegion()
147 if (high_value <= the_value) in GetGaugeRegion()
157 if (low_value <= the_value && the_value <= high_value) in GetGaugeRegion()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_meter_element.cc131 double high_value = high(); in GetGaugeRegion() local
139 if (the_value <= high_value) in GetGaugeRegion()
144 if (high_value < optimum_value) { in GetGaugeRegion()
146 if (high_value <= the_value) in GetGaugeRegion()
156 if (low_value <= the_value && the_value <= high_value) in GetGaugeRegion()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/numpy/random/
H A Dnp_uniform_op.h94 IType high_value = high[hidx]; in Map() local
95 out[i] = low_value + uniform[i] * (high_value - low_value); in Map()
108 IType high_value; in Map() local
111 high_value = array[idx]; in Map()
114 high_value = scalar; in Map()
116 out[i] = low_value + uniform[i] * (high_value - low_value); in Map()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/numpy/random/
H A Dnp_uniform_op.h94 IType high_value = high[hidx]; in Map() local
95 out[i] = low_value + uniform[i] * (high_value - low_value); in Map()
108 IType high_value; in Map() local
111 high_value = array[idx]; in Map()
114 high_value = scalar; in Map()
116 out[i] = low_value + uniform[i] * (high_value - low_value); in Map()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/envs_v2/sensors/
H A Dsensor.py39 def linear_obs_blender(low_value: Any, high_value: Any, coeff: float):
41 return low_value * (1 - coeff) + high_value * coeff
44 def closest_obs_blender(low_value: Any, high_value: Any, coeff: float):
46 return low_value if coeff < 0.5 else high_value
55 def older_obs_blender(unused_low_value: Any, high_value: Any,
58 return high_value
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/polygon/
H A Dinterval_traits.hpp26 typename interval_traits<T>::coordinate_type high_value) { in construct()
27 return T(low_value, high_value); in construct()
/dports/comms/fldigi/fldigi-4.1.20/src/psm/
H A Dpsm.cxx221 double high_value = FLT_MIN; in detect_signal() local
236 if(pd > high_value) high_value = pd; in detect_signal()
240 if(high) *high = high_value; in detect_signal()
242 ratio = high_value/low_value; in detect_signal()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dc-semantics.c165 build_case_label (tree low_value, tree high_value, tree label_decl) in build_case_label() argument
167 return build_stmt (CASE_LABEL_EXPR, low_value, high_value, label_decl); in build_case_label()
H A Dc-common.c3634 || (high_value && TREE_TYPE (high_value) in c_add_case_label()
3642 if (high_value && pedantic) in c_add_case_label()
3653 if (high_value) in c_add_case_label()
3655 high_value = check_case_value (high_value); in c_add_case_label()
3656 high_value = convert_and_check (type, high_value); in c_add_case_label()
3661 if (low_value && high_value) in c_add_case_label()
3667 high_value = NULL_TREE; in c_add_case_label()
3677 &low_value, high_value ? &high_value : NULL)) in c_add_case_label()
3716 && high_value in c_add_case_label()
3718 high_value) in c_add_case_label()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_weight_align.cpp374 …const float *sample_weights, int max_quantization_level, float low_value[12], float high_value[12]) in compute_angular_endpoints_for_quantization_levels()
510 high_value[i] = offset + hwi * stepsize; in compute_angular_endpoints_for_quantization_levels()
521 float low_value[MAX_WEIGHT_MODES], float high_value[MAX_WEIGHT_MODES]) in compute_angular_endpoints_1plane()
550 high_value[i] = high_values[decim_mode][quant_mode]; in compute_angular_endpoints_1plane()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_weight_align.cpp374 …const float *sample_weights, int max_quantization_level, float low_value[12], float high_value[12]) in compute_angular_endpoints_for_quantization_levels()
510 high_value[i] = offset + hwi * stepsize; in compute_angular_endpoints_for_quantization_levels()
521 float low_value[MAX_WEIGHT_MODES], float high_value[MAX_WEIGHT_MODES]) in compute_angular_endpoints_1plane()
550 high_value[i] = high_values[decim_mode][quant_mode]; in compute_angular_endpoints_1plane()
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Dencoding.c182 uint8_t high_value = 0; in aws_hex_decode() local
197 s_hex_decode_char_to_int(to_decode->ptr[i], &high_value) || in aws_hex_decode()
202 uint8_t value = (uint8_t)(high_value << 4); in aws_hex_decode()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-common.c3870 tree high_value) in c_add_case_label() argument
3894 || (high_value && TREE_TYPE (high_value) in c_add_case_label()
3899 if (high_value && pedantic) in c_add_case_label()
3908 if (high_value) in c_add_case_label()
3910 high_value = check_case_value (high_value); in c_add_case_label()
3911 high_value = convert_and_check (type, high_value); in c_add_case_label()
3926 high_value = NULL_TREE; in c_add_case_label()
3927 if (low_value && high_value in c_add_case_label()
3967 && high_value in c_add_case_label()
3969 high_value) in c_add_case_label()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-common.c3870 tree high_value) in c_add_case_label() argument
3894 || (high_value && TREE_TYPE (high_value) in c_add_case_label()
3899 if (high_value && pedantic) in c_add_case_label()
3908 if (high_value) in c_add_case_label()
3910 high_value = check_case_value (high_value); in c_add_case_label()
3911 high_value = convert_and_check (type, high_value); in c_add_case_label()
3926 high_value = NULL_TREE; in c_add_case_label()
3927 if (low_value && high_value in c_add_case_label()
3967 && high_value in c_add_case_label()
3969 high_value) in c_add_case_label()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Dpod_interval_tree.h53 const T& high_value) in PODIntervalSearchAdapter() argument
54 : result_(result), low_value_(low_value), high_value_(high_value) {} in PODIntervalSearchAdapter()
/dports/www/py-boto3/boto3-1.18.61/boto3/dynamodb/
H A Dconditions.py118 def between(self, low_value, high_value): argument
125 return Between(self, low_value, high_value)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Dpod_interval_tree.h53 const T& high_value) in PODIntervalSearchAdapter() argument
54 : result_(result), low_value_(low_value), high_value_(high_value) {} in PODIntervalSearchAdapter()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/boto3/dynamodb/
H A Dconditions.py118 def between(self, low_value, high_value): argument
125 return Between(self, low_value, high_value)
/dports/science/gramps/gramps-5.1.4/gramps/plugins/lib/
H A Dlibrecords.py430 high_value = value.minmax[1]
433 high_value = value
436 lowest.append((high_value, value, text, handle_type, handle))
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/forth/util/
H A Dapic.fs23 : read_ioapic ( regoffset -- low_value high_value )

1234567