Searched refs:min_value (Results 1 - 25 of 34) sorted by relevance

12

/external/skia/tools/skpbench/
H A D_hardware.py65 def __init__(self, value_type, min_value=None, max_value=None,
68 self.min_value = min_value
76 if self.min_value is not None and typedvalue < self.min_value:
78 (self.name, stringvalue, str(self.min_value)),
H A D_hardware_nexus_6p.py139 [Expectation(int, min_value=30, name='battery', sleeptime=30*60),
143 Expectation(long, min_value=(GPU_CLOCK_RATE - 5000),
145 Expectation(long, min_value=647995000, max_value=648007500,
H A D_hardware_pixel_c.py99 [Expectation(int, min_value=30, name='battery', sleeptime=30*60),
/external/autotest/client/cros/multimedia/
H A Dimage_generator.py54 min_value = 255
60 if v < min_value:
61 min_value = v
64 return (min_value, max_value)
/external/libchrome/base/test/
H A Dtest_timeouts.cc40 // 2) min_value.
43 void InitializeTimeout(const char* switch_name, int min_value, int* value) { argument
53 *value = std::max(*value, min_value);
/external/harfbuzz_ng/src/
H A Dhb-ot-var.h58 float min_value; member in struct:hb_ot_var_axis_t
H A Dhb-ot-var-fvar-table.hh118 info->min_value = MIN<float> (info->default_value, axis.minValue / 65536.);
168 v = MAX (MIN (v, axis.max_value), axis.min_value); /* Clamp. */
173 v = (v - axis.default_value) / (axis.default_value - axis.min_value);
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_linearized_header.cpp22 T min_value,
32 return static_cast<T>(raw_value) >= min_value;
20 IsValidNumericDictionaryValue(const CPDF_Dictionary* pDict, const char* key, T min_value, bool must_exist = true) argument
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dquery.c499 void *min_value, void *max_value)
507 if (!(min_value && max_value))
514 *(uint32_t*)min_value = 48;
518 *(uint32_t*)min_value = 48;
523 *(uint32_t*)min_value = 0;
567 void *min_value, void *max_value)
569 if (!(min_value && max_value))
576 *(float*)min_value = 0.f;
580 *(float*)min_value = -1.f;
584 *(uint8_t*)min_value
498 vlVdpVideoMixerQueryParameterValueRange(VdpDevice device, VdpVideoMixerParameter parameter, void *min_value, void *max_value) argument
566 vlVdpVideoMixerQueryAttributeValueRange(VdpDevice device, VdpVideoMixerAttribute attribute, void *min_value, void *max_value) argument
[all...]
/external/autotest/client/cros/chameleon/
H A Davsync_probe_utils.py230 min_value = min(x[index] for x in self._raw_data)
231 scale = max_value - min_value
233 min_value, scale)
235 min_value + scale * self._NORMALIZED_LOW_THRESHOLD,
236 min_value + scale * self._NORMALIZED_HIGH_THRESHOLD,
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum.cc90 const EnumValueDescriptor* min_value = descriptor_->value(0); local
107 if (descriptor_->value(i)->number() < min_value->number()) {
108 min_value = descriptor_->value(i);
127 vars["min_name"] = EnumValueName(min_value);
/external/ImageMagick/MagickCore/
H A Dmatrix.c894 min_value,
917 min_value=value;
928 if (value < min_value)
929 min_value=value;
935 if ((min_value == 0.0) && (max_value == 0.0))
938 if (min_value == max_value)
940 scale_factor=(double) QuantumRange/min_value;
941 min_value=0;
944 scale_factor=(double) QuantumRange/(max_value-min_value);
981 value=scale_factor*(value-min_value);
883 min_value, local
[all...]
/external/v8/tools/
H A Deval_gc_nvp.py64 (min_value, max_value) = self.bucket_trait.bucket_to_range(i)
68 str(min_value), str(max_value), self.histogram[i]))
72 str(min_value), str(max_value), 0))
/external/ImageMagick/coders/
H A Dviff.c215 min_value,
542 min_value=0.0;
562 min_value=value;
576 if (value < min_value)
577 min_value=value;
579 if ((min_value == 0) && (max_value == 0))
582 if (min_value == max_value)
584 scale_factor=(double) QuantumRange/min_value;
585 min_value=0;
588 scale_factor=(double) QuantumRange/(max_value-min_value);
211 min_value, local
[all...]
/external/webrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core_c.c181 int16_t min_value = 0; local
228 min_value = tmp16no2;
232 min_value = tmp16no1;
236 if ((max_value >> 2) > min_value)
240 } else if ((max_value >> 1) > min_value)
250 tmp16no2 = (int16_t)((min_value * beta) >> 15);
/external/protobuf/src/google/protobuf/stubs/
H A Dtime.cc146 // integer value does not fall in the range of [min_value, max_value].
147 const char* ParseInt(const char* data, int width, int min_value, argument
160 if (value >= min_value && value <= max_value) {
/external/pcre/pcrecpp/
H A Dpcrecpp_unittest.cc937 static const int min_value = -max_value - 1; local
941 CHECK(RE("(-?\\d+)").FullMatch("-2147483648", &v)); CHECK_EQ(v, min_value);
963 static const long long min_value = -max_value - 1; local
972 sprintf(buf, LLD, min_value);
973 CHECK(RE("(-?\\d+)").FullMatch(buf,&v)); CHECK_EQ(v, min_value);
980 sprintf(buf, LLD, min_value);
/external/toolchain-utils/cros_utils/
H A Dtabulator.py579 min_value = 0.0
586 return self._GetColorBetweenRange(value, min_value, mid_value, max_value,
589 def _GetColorBetweenRange(self, value, min_value, mid_value, max_value,
592 assert value >= min_value
598 value = (value - min_value) / (mid_value - min_value)
/external/autotest/client/bin/input/
H A Dinput_device.py50 def __init__(self, value, min_value, max_value, fuzz, flat, resolution):
52 self.min = min_value
/external/v8/src/compiler/
H A Dinstruction-selector.cc903 sw.min_value = std::numeric_limits<int32_t>::max();
909 if (sw.min_value > value) sw.min_value = value;
912 DCHECK_LE(sw.min_value, sw.max_value);
913 // Note that {value_range} can be 0 if {min_value} is -2^31 and
917 bit_cast<uint32_t>(sw.min_value);
1514 size_t value = sw.case_values[index] - sw.min_value;
H A Dinstruction-selector-impl.h20 int32_t min_value; // minimum value of {case_values} member in struct:v8::internal::compiler::SwitchInfo
22 size_t value_range; // |max_value - min_value| + 1
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwmm_ac.c383 #define PARAM_IN_RANGE(field, min_value, max_value) \
384 param_in_range(#field, params->field, min_value, max_value)
/external/kernel-headers/original/uapi/drm/
H A Di915_drm.h1145 __u32 min_value; member in struct:drm_intel_sprite_colorkey
/external/libdrm/include/drm/
H A Di915_drm.h1062 __u32 min_value; member in struct:drm_intel_sprite_colorkey
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc1516 sw.min_value > std::numeric_limits<int32_t>::min()) {
1518 if (sw.min_value) {
1521 value_operand, g.TempImmediate(-sw.min_value));

Completed in 1217 milliseconds

12