HomeSort by relevance Sort by last modified time
    Searched refs:maximum (Results 51 - 75 of 411) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
greg-18.d 38 # Allocating the maximum number of gregs *plus one* is an error; other end
greg-8.d 37 # Allocating the maximum number of gregs *plus one* is an error.
greg-9.d 38 # Allocating the maximum number of gregs *plus one* is an error; other end
greg-15.d 36 # Allocating the maximum number of gregs and referring to one at the end
greg-16.d 36 # Allocating the maximum number of gregs and referring to one at the
  /external/fec/
viterbi615_av.c 190 int minimum,maximum;
208 maximum = t.s[0];
209 if(maximum-minimum > max_spread){
210 max_spread = maximum-minimum;
218 * The maximum possible spread, found by experiment, for 4-bit symbols is 405; for 8 bit symbols, it's 12750.
  /external/webrtc/webrtc/modules/audio_processing/
gain_control_impl.cc 36 // Maximum length that a frame of samples can have.
38 // Maximum number of frames to buffer in the render queue.
285 int maximum) {
291 if (maximum > 65535) {
295 if (maximum < minimum) {
300 maximum_capture_level_ = maximum;
gain_control_impl.h 61 int set_analog_level_limits(int minimum, int maximum) override;
echo_cancellation_impl.cc 56 // Maximum length that a frame of samples can have.
58 // Maximum number of frames to buffer in the render queue.
315 metrics->residual_echo_return_loss.maximum = my_metrics.rerl.max;
320 metrics->echo_return_loss.maximum = my_metrics.erl.max;
325 metrics->echo_return_loss_enhancement.maximum = my_metrics.erle.max;
330 metrics->a_nlp.maximum = my_metrics.aNlp.max;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 116 eventListView->verticalScrollBar()->maximum())
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
gpu_timeline.py 78 maximum = 0.0
82 maximum = max(durations)
98 results.current_page, TimelineName(name, src, 'max'), 'ms', maximum,
  /external/skia/bench/
gen_bench_expectations.py 58 maximum = max(benches)
59 diff = maximum - minimum
62 maximum + diff*RANGE_RATIO_UPPER + avg*ERR_RATIO + ERR_UB]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/apache/harmony/kernel/dalvik/
ThreadsTest.java 206 * @param maxWaitMillis the maximum amount of time to
234 * Allow a bit more slop for the maximum on "expected
238 long maximum = local
247 } else if (duration > maximum) {
249 " maximum duration: " + maximum +
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 99 int maximum; member in struct:CheckIntegerRange
902 check_integer_range->maximum);
912 check_integer_range->maximum);
921 const int minimum, const int maximum,
926 check_integer_range->maximum = maximum;
936 const int minimum, const int maximum, const int count) {
937 expect_range(function, parameter, file, line, minimum, maximum,
946 const int minimum, const int maximum, const int count) {
947 expect_range(function, parameter, file, line, minimum, maximum,
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform_neon.c 79 // Find the absolute maximum in the vectors.
94 uint32_t maximum = vmaxvq_u32(max_r); local
98 uint32_t maximum = vget_lane_u32(max32x2_r, 0); local
101 return (int32_t)maximum;
226 // And find the maximum.
305 // Find the absolute maximum in the vectors.
335 uint32_t maximum = vmaxvq_u32(max_r); local
339 uint32_t maximum = vget_lane_u32(max32x2_r, 0); local
342 return (int32_t)maximum;
  /external/opencv3/samples/python2/
watershed.py 52 overlay = self.colors[np.maximum(m, 0)]
  /external/v8/test/mjsunit/es6/
mirror-iterators.js 61 // Test with maximum limit.
93 // Test with maximum limit.
  /external/webrtc/webrtc/base/
profiler.h 99 double maximum() const { return maximum_; } function in class:rtc::ProfilerEvent
  /external/ImageMagick/MagickCore/
morphology.c 245 kernel->minimum = kernel->maximum = kernel->angle = 0.0;
322 kernel->maximum=(-MagickMaximumValue);
339 Maximize(kernel->maximum, kernel->values[i]);
352 Maximize(kernel->maximum, kernel->values[i]);
464 args.sigma = QuantumRange/(args.sigma+1); /* maximum pixel distance */
2833 maximum, local
    [all...]
quantum.c 435 quantum_info->maximum=1.0;
449 option=GetImageOption(image_info,"quantum:maximum");
451 quantum_info->maximum=StringToDouble(option,(char **) NULL);
452 if ((quantum_info->minimum == 0.0) && (quantum_info->maximum == 0.0))
455 if (quantum_info->minimum == quantum_info->maximum)
461 quantum_info->scale=(double) QuantumRange/(quantum_info->maximum-
    [all...]
  /external/libweave/examples/daemon/oven/
oven.cc 113 "maximum": 100
123 "maximum": 100
  /external/pdfium/third_party/lcms2-2.6/src/
cmspack.c 933 cmsFloat64Number maximum = IsInkSpace(info ->InputFormat) ? 655.35 : 65535.0; local
948 vi = _cmsQuickSaturateWord(v * maximum);
989 cmsFloat64Number maximum = IsInkSpace(info ->InputFormat) ? 655.35 : 65535.0; local
1004 vi = _cmsQuickSaturateWord(v * maximum);
1065 cmsFloat32Number maximum = IsInkSpace(info ->InputFormat) ? 100.0F : 1.0F; local
1117 cmsFloat64Number maximum = IsInkSpace(info ->InputFormat) ? 100.0 : 1.0; local
2388 cmsFloat64Number maximum = IsInkSpace(info ->OutputFormat) ? 655.35 : 65535.0; local
2442 cmsFloat64Number maximum = IsInkSpace(info ->OutputFormat) ? 655.35 : 65535.0; local
2498 cmsFloat64Number maximum = IsInkSpace(info ->OutputFormat) ? 100.0 : 1.0; local
2550 cmsFloat64Number maximum = IsInkSpace(info ->OutputFormat) ? 100.0 : 1.0; local
2730 cmsFloat32Number maximum = IsInkSpace(info ->InputFormat) ? 655.35F : 65535.0F; local
2782 cmsFloat32Number maximum = IsInkSpace(info ->InputFormat) ? 100.0F : 1.0F; local
2830 cmsFloat32Number maximum = IsInkSpace(info ->OutputFormat) ? 655.35F : 65535.0F; local
2884 cmsFloat32Number maximum = IsInkSpace(info ->OutputFormat) ? 100.0F : 1.0F; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py     [all...]
  /external/ImageMagick/www/api/
histogram.php 134 <p>MinMaxStretchImage() uses the exact minimum and maximum values found in each of the channels given, as the BlackPoint and WhitePoint to linearly stretch the colors (and histogram) of the image. The stretch points are also moved further inward by the adjustment values given.</p>
138 <p>Each channel is stretched independantally of each other (producing color distortion) unless the special 'SyncChannels' flag is also provided in the channels setting. If this flag is present the minimum and maximum point will be extracted from all the given channels, and those channels will be stretched by exactly the same amount (preventing color distortion).</p>
163 <dd> move the black / white point inward from the minimum and maximum points by this color value. </dd>
  /external/boringssl/src/crypto/x509v3/
v3_ncons.c 98 ASN1_IMP_OPT(GENERAL_SUBTREE, maximum, ASN1_INTEGER, 1)
314 if (sub->minimum || sub->maximum)
338 if (sub->minimum || sub->maximum)

Completed in 1675 milliseconds

1 23 4 5 6 7 8 91011>>