HomeSort by relevance Sort by last modified time
    Searched defs:maximum (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/easymock/src/org/easymock/internal/
Range.java 26 private final int maximum; field in class:Range
32 public Range(int minimum, int maximum) {
33 if (!(minimum <= maximum)) {
35 "minimum must be <= maximum"));
43 if (!(maximum >= 1)) {
45 "maximum must be >= 1"));
48 this.maximum = maximum;
52 return minimum == maximum;
56 return maximum;
    [all...]
  /external/grpc-grpc/src/ruby/qps/
histogram.rb 30 # @param {number} max_possible The maximum value for the histogram
61 def maximum method in class:Histogram
  /external/webrtc/webrtc/common_audio/signal_processing/
min_max_operations.c 36 // Maximum absolute value of word16 vector. C version for generic platforms.
39 int absolute = 0, maximum = 0; local
46 if (absolute > maximum) {
47 maximum = absolute;
52 if (maximum > WEBRTC_SPL_WORD16_MAX) {
53 maximum = WEBRTC_SPL_WORD16_MAX;
56 return (int16_t)maximum;
59 // Maximum absolute value of word32 vector. C version for generic platforms.
64 uint32_t absolute = 0, maximum = 0; local
71 if (absolute > maximum) {
83 int16_t maximum = WEBRTC_SPL_WORD16_MIN; local
97 int32_t maximum = WEBRTC_SPL_WORD32_MIN; local
142 int absolute = 0, maximum = 0; local
161 int16_t maximum = WEBRTC_SPL_WORD16_MIN; local
178 int32_t maximum = WEBRTC_SPL_WORD32_MIN; local
    [all...]
min_max_operations_mips.c 23 // Maximum absolute value of word16 vector.
225 // Maximum absolute value of word32 vector. Version for MIPS platform.
230 uint32_t absolute = 0, maximum = 0; local
243 "slt %[tmp1], %[maximum], %[absolute] \n\t"
244 "movn %[maximum], %[absolute], %[tmp1] \n\t"
247 "slt %[tmp1], %[max_value], %[maximum] \n\t"
248 "movn %[maximum], %[max_value], %[tmp1] \n\t"
252 : [tmp1] "=&r" (tmp1), [maximum] "+r" (maximum), [absolute] "+r" (absolute)
257 return (int32_t)maximum;
263 int16_t maximum = WEBRTC_SPL_WORD16_MIN; local
292 int32_t maximum = WEBRTC_SPL_WORD32_MIN; local
    [all...]
min_max_operations_neon.c 17 // Maximum absolute value of word16 vector. C version for generic platforms.
19 int absolute = 0, maximum = 0; local
41 maximum = (int)vmaxvq_u16(max_qv);
48 maximum = (int)vget_lane_u16(max_dv, 0);
55 if (absolute > maximum) {
56 maximum = absolute;
62 if (maximum > WEBRTC_SPL_WORD16_MAX) {
63 maximum = WEBRTC_SPL_WORD16_MAX;
66 return (int16_t)maximum;
69 // Maximum absolute value of word32 vector. NEON intrinsics version fo
75 uint32_t absolute = 0, maximum = 0; local
127 int16_t maximum = WEBRTC_SPL_WORD16_MIN; local
165 int32_t maximum = WEBRTC_SPL_WORD32_MIN; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralSubtree.java 24 * maximum [1] BaseDistance OPTIONAL
40 private ASN1Integer maximum; field in class:GeneralSubtree
59 maximum = ASN1Integer.getInstance(o, false);
81 throw new IllegalArgumentException("Bad tag number for 'maximum': " + oMax.getTagNo());
83 maximum = ASN1Integer.getInstance(oMax, false);
97 * According RFC 3280, the minimum and maximum fields are not used with any
98 * name forms, thus minimum MUST be zero, and maximum MUST be absent.
101 * maximum is <code>null</code>, maximum is absent.
108 * @param maximum
    [all...]
  /external/grpc-grpc/src/php/tests/qps/
histogram.php 65 public function maximum() { function
  /external/tensorflow/tensorflow/python/framework/
tensor_spec.py 123 """A `TensorSpec` that specifies minimum and maximum values.
129 tf_maximum = tf.convert_to_tensor(spec.maximum, dtype=spec.dtype)
142 def __init__(self, shape, dtype, minimum, maximum, name=None):
150 maximum: Number or sequence specifying the maximum element bounds
156 ValueError: If `minimum` or `maximum` are not provided or not
163 if minimum is None or maximum is None:
164 raise ValueError("minimum and maximum must be provided; but saw "
165 "'%s' and '%s'" % (minimum, maximum))
176 maximum_shape = np.shape(maximum)
202 def maximum(self): member in class:BoundedTensorSpec
    [all...]
  /frameworks/av/media/libcpustats/include/cpustats/
CentralTendencyStatistics.h 42 // return the maximum of all samples so far
43 double maximum() const { return mMaximum; } function in class:CentralTendencyStatistics
  /external/ImageMagick/coders/
histogram.c 201 maximum,
274 maximum=histogram[0].red;
278 (maximum < histogram[x].red))
279 maximum=histogram[x].red;
281 (maximum < histogram[x].green))
282 maximum=histogram[x].green;
284 (maximum < histogram[x].blue))
285 maximum=histogram[x].blue;
288 if (fabs(maximum) >= MagickEpsilon)
289 scale=(double) histogram_image->rows/maximum;
196 maximum, local
    [all...]
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
GeneralSubtree.java 25 * maximum [1] BaseDistance OPTIONAL
42 private ASN1Integer maximum; field in class:GeneralSubtree
61 maximum = ASN1Integer.getInstance(o, false);
83 throw new IllegalArgumentException("Bad tag number for 'maximum': " + oMax.getTagNo());
85 maximum = ASN1Integer.getInstance(oMax, false);
99 * According RFC 3280, the minimum and maximum fields are not used with any
100 * name forms, thus minimum MUST be zero, and maximum MUST be absent.
103 * maximum is <code>null</code>, maximum is absent.
110 * @param maximum
    [all...]
  /external/freetype/include/freetype/
ftmm.h 73 * maximum ::
74 * The axis's maximum design coordinate.
80 FT_Long maximum; member in struct:FT_MM_Axis_
142 * maximum ::
143 * The axis's maximum design coordinate.
157 * The fields `minimum', `def', and `maximum' are 16.16 fractional
167 FT_Fixed maximum; member in struct:FT_Var_Axis_
221 * The number of axes. The maximum value is~4 for
  /external/libxaac/decoder/drc_src/
impd_drc_peak_limiter.c 86 FLOAT32 maximum, sectionMaximum; local
113 maximum = sectionMaximum;
115 if (maximum > limit_threshold) {
116 gain = limit_threshold / maximum;
  /external/tensorflow/tensorflow/python/keras/layers/
merge.py 324 @keras_export('keras.layers.Maximum')
325 class Maximum(_Merge):
326 """Layer that computes the maximum (element-wise) a list of inputs.
336 output = math_ops.maximum(output, inputs[i])
648 @keras_export('keras.layers.maximum')
649 def maximum(inputs, **kwargs): function
650 """Functional interface to the `Maximum` layer.
657 A tensor, the element-wise maximum of the inputs.
659 return Maximum(**kwargs)(inputs)
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
Limit.java 57 private BigDecimal maximum; field in class:Limit
65 * <li>maximum: no limit
118 * Sets allowed maximum value as decimal string or percent representation.
131 * @return configured maximum value, or <code>null</code> if no maximum is
135 return maximum == null ? null : maximum.toPlainString();
139 * Sets allowed maximum value as decimal string or percent representation.
143 * @param maximum
144 * allowed maximum or <code>null</code>, if no maximum should b
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_fused_conv_rewriter.cc 34 HloInstruction* maximum; member in struct:xla::gpu::__anon44397::ConvWithRelu
49 using match::Maximum;
63 if (!Match(instr, Maximum(zero_pattern, Op(&relu_input))) &&
64 !Match(instr, Maximum(Op(&relu_input), zero_pattern))) {
268 replacements.push_back({match.maximum, std::move(new_instr)});
  /external/webrtc/webrtc/base/
profiler.h 99 double maximum() const { return maximum_; } function in class:rtc::ProfilerEvent
  /external/mesa3d/src/gallium/state_trackers/clover/util/
functional.hpp 100 struct maximum { struct in namespace:clover
110 T y = maximum()(xs...);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDisplay.java 153 int maximum = Math.max(width, height); local
155 outLargestSize.set(maximum, maximum);
  /external/ImageMagick/MagickCore/
morphology.h 77 DilateMorphology, /* Maximum Value in Neighbourhood */
120 maximum, member in struct:_KernelInfo
quantum-private.h 56 maximum, member in struct:_QuantumInfo
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 635 int maximum = completion_history_[0]; local
637 maximum = std::max(maximum, completion_history_[i]);
638 return maximum;
  /external/tensorflow/tensorflow/core/kernels/
quantized_instance_norm.cc 140 float variance_epsilon, float* minimum, float* maximum) {
189 *maximum = v_maximum;
193 // it in the range (minimum, maximum) and store the result as quint8.
197 float minimum, float maximum, uint8_t* output) {
200 const float out_scale = 255.0f / (maximum - minimum);
329 float minimum = given_y_min_, maximum = given_y_max_; variable
333 variance_epsilon_, &minimum, &maximum); variable
336 if (maximum - minimum < min_separation_) {
337 maximum = minimum + min_separation_;
342 variance_epsilon_, minimum, maximum, variable
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h 562 maximum(const Dims& dims) const { function in class:Eigen::TensorBase
567 maximum() const { function in class:Eigen::TensorBase
    [all...]
  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 243 int32_t maximum; member in struct:base::PersistentHistogramAllocator::PersistentHistogramData
313 int maximum,
389 histogram_data->maximum = maximum;
521 int32_t histogram_maximum = histogram_data_ptr->maximum;
    [all...]

Completed in 1414 milliseconds

1 2 3