Home
last modified time | relevance | path

Searched full:maximum (Results 1 – 25 of 11885) sorted by relevance

12345678910>>...476

/external/webrtc/common_audio/signal_processing/
Dmin_max_operations.c36 // Maximum absolute value of word16 vector. C version for generic platforms.
39 int absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW16C() local
46 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW16C()
47 maximum = absolute; in WebRtcSpl_MaxAbsValueW16C()
52 if (maximum > WEBRTC_SPL_WORD16_MAX) { in WebRtcSpl_MaxAbsValueW16C()
53 maximum = WEBRTC_SPL_WORD16_MAX; in WebRtcSpl_MaxAbsValueW16C()
56 return (int16_t)maximum; in WebRtcSpl_MaxAbsValueW16C()
59 // Maximum absolute value of word32 vector. C version for generic platforms.
64 uint32_t absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW32C() local
71 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW32C()
[all …]
Dmin_max_operations_neon.c17 // Maximum absolute value of word16 vector. C version for generic platforms.
19 int absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW16Neon() local
41 maximum = (int)vmaxvq_u16(max_qv); in WebRtcSpl_MaxAbsValueW16Neon()
48 maximum = (int)vget_lane_u16(max_dv, 0); in WebRtcSpl_MaxAbsValueW16Neon()
55 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW16Neon()
56 maximum = absolute; in WebRtcSpl_MaxAbsValueW16Neon()
62 if (maximum > WEBRTC_SPL_WORD16_MAX) { in WebRtcSpl_MaxAbsValueW16Neon()
63 maximum = WEBRTC_SPL_WORD16_MAX; in WebRtcSpl_MaxAbsValueW16Neon()
66 return (int16_t)maximum; in WebRtcSpl_MaxAbsValueW16Neon()
69 // Maximum absolute value of word32 vector. NEON intrinsics version for
[all …]
/external/flatbuffers/tests/
Dmonster_test.schema.json36 "type" : "integer", "minimum" : -2147483648, "maximum" : 2147483647 number
75 "type" : "integer", "minimum" : -32768, "maximum" : 32767 number
78 "type" : "integer", "minimum" : -128, "maximum" : 127 number
120 "type" : "integer", "minimum" : 0, "maximum" : 4294967295 number
123 "type" : "integer", "minimum" : 0, "maximum" : 4294967295 number
159 … "type" : "integer", "minimum" : -9223372036854775808, "maximum" : 9223372036854775807 number
162 "type" : "integer", "minimum" : 0, "maximum" : 65535 number
171 "type" : "integer", "minimum" : 0, "maximum" : 18446744073709551615 number
184 "type" : "integer", "minimum" : -32768, "maximum" : 32767 number
187 "type" : "integer", "minimum" : -32768, "maximum" : 32767 number
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dsoftmax1x1.cc71 c += " float maximum = max(maxx4.x, maxx4.y);\n"; in GetSoftmaxKernelCode()
72 c += " maximum = max(maximum, maxx4.z);\n"; in GetSoftmaxKernelCode()
73 c += " maximum = max(maximum, maxx4.w);\n"; in GetSoftmaxKernelCode()
75 c += " loc_mem[tid] = maximum;\n"; in GetSoftmaxKernelCode()
78 c += " maximum = max(loc_mem[tid], loc_mem[tid + 1]);\n"; in GetSoftmaxKernelCode()
79 c += " maximum = max(maximum, loc_mem[tid + 2]);\n"; in GetSoftmaxKernelCode()
80 c += " maximum = max(maximum, loc_mem[tid + 3]);\n"; in GetSoftmaxKernelCode()
81 c += " maximum = max(maximum, loc_mem[tid + 4]);\n"; in GetSoftmaxKernelCode()
82 c += " maximum = max(maximum, loc_mem[tid + 5]);\n"; in GetSoftmaxKernelCode()
83 c += " maximum = max(maximum, loc_mem[tid + 6]);\n"; in GetSoftmaxKernelCode()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DGeneralSubtree.java24 * maximum [1] BaseDistance OPTIONAL
40 private ASN1Integer maximum; field in GeneralSubtree
59 maximum = ASN1Integer.getInstance(o, false); in GeneralSubtree()
81 … throw new IllegalArgumentException("Bad tag number for 'maximum': " + oMax.getTagNo()); in GeneralSubtree()
83 maximum = ASN1Integer.getInstance(oMax, false); in GeneralSubtree()
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
109 * Maximum
[all …]
/external/sdv/vsomeip/test/npdu_tests/conf/
Dnpdu_test_service_npdu.json.in52 "maximum-retention-time" : "100"
56 "maximum-retention-time" : "200"
60 "maximum-retention-time" : "300"
64 "maximum-retention-time" : "400"
82 "maximum-retention-time" : "100"
86 "maximum-retention-time" : "200"
90 "maximum-retention-time" : "300"
94 "maximum-retention-time" : "400"
112 "maximum-retention-time" : "100"
116 "maximum-retention-time" : "200"
[all …]
Dnpdu_test_client_npdu.json.in48 "maximum-retention-time" : "100"
52 "maximum-retention-time" : "200"
56 "maximum-retention-time" : "300"
60 "maximum-retention-time" : "400"
79 "maximum-retention-time" : "100"
83 "maximum-retention-time" : "200"
87 "maximum-retention-time" : "300"
91 "maximum-retention-time" : "400"
110 "maximum-retention-time" : "100"
114 "maximum-retention-time" : "200"
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DGeneralSubtree.java25 * maximum [1] BaseDistance OPTIONAL
42 private ASN1Integer maximum; field in GeneralSubtree
61 maximum = ASN1Integer.getInstance(o, false); in GeneralSubtree()
83 … throw new IllegalArgumentException("Bad tag number for 'maximum': " + oMax.getTagNo()); in GeneralSubtree()
85 maximum = ASN1Integer.getInstance(oMax, false); in GeneralSubtree()
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
111 * Maximum
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DGeneralSubtree.java25 * maximum [1] BaseDistance OPTIONAL
42 private ASN1Integer maximum; field in GeneralSubtree
61 maximum = ASN1Integer.getInstance(o, false); in GeneralSubtree()
83 … throw new IllegalArgumentException("Bad tag number for 'maximum': " + oMax.getTagNo()); in GeneralSubtree()
85 maximum = ASN1Integer.getInstance(oMax, false); in GeneralSubtree()
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
111 * Maximum
[all …]
/external/googleapis/google/apps/drive/labels/v2/
Dlabel_limits.proto28 // Label constraints governing the structure of a Label; such as, the maximum
29 // number of Fields allowed and maximum length of the label title.
39 // The maximum number of characters allowed for the title.
42 // The maximum number of characters allowed for the description.
45 // The maximum number of Fields allowed within the label.
48 // The maximum number of published Fields that can be deleted.
51 // The maximum number of draft revisions that will be kept before deleting
59 // Field constants governing the structure of a Field; such as, the maximum
60 // title length, minimum and maximum field values or length, etc.
93 // Maximum number of values allowed for the Field type.
[all …]
/external/googleapis/google/apps/drive/labels/v2beta/
Dlabel_limits.proto28 // Label constraints governing the structure of a Label; such as, the maximum
29 // number of Fields allowed and maximum length of the label title.
39 // The maximum number of characters allowed for the title.
42 // The maximum number of characters allowed for the description.
45 // The maximum number of Fields allowed within the label.
48 // The maximum number of published Fields that can be deleted.
51 // The maximum number of draft revisions that will be kept before deleting
59 // Field constants governing the structure of a Field; such as, the maximum
60 // title length, minimum and maximum field values or length, etc.
93 // Maximum number of values allowed for the Field type.
[all …]
/external/easymock/src/org/easymock/internal/
DRange.java26 private final int maximum; field in Range
32 public Range(int minimum, int maximum) { in Range() argument
33 if (!(minimum <= maximum)) { in Range()
35 "minimum must be <= maximum")); in Range()
43 if (!(maximum >= 1)) { in Range()
45 "maximum must be >= 1")); in Range()
48 this.maximum = maximum; in Range()
52 return minimum == maximum; in hasFixedCount()
56 return maximum; in getMaximum()
70 return "between " + minimum + " and " + maximum; in toString()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dsoftmax.cc86 highp float maximum = max(maxx4.x, maxx4.y); in GenerateCodeFor1x1()
87 maximum = max(maximum, maxx4.z); in GenerateCodeFor1x1()
88 maximum = max(maximum, maxx4.w); in GenerateCodeFor1x1()
89 partial_sum[tid / 4][tid % 4] = maximum; in GenerateCodeFor1x1()
102 maximum = max(maxx4.x, maxx4.y); in GenerateCodeFor1x1()
103 maximum = max(maximum, maxx4.z); in GenerateCodeFor1x1()
104 maximum = max(maximum, maxx4.w); in GenerateCodeFor1x1()
105 partial_sum[0][0] = maximum; in GenerateCodeFor1x1()
111 maximum = partial_sum[0][0]; in GenerateCodeFor1x1()
116 highp vec4 src = $input_data_0[0, 0, s]$ - vec4(maximum); in GenerateCodeFor1x1()
[all …]
/external/rust/crates/libsqlite3-sys/src/
Dlib.rs23 /// The maximum size of any string or BLOB or table row, in bytes.
25 /// The maximum length of an SQL statement, in bytes.
27 /// The maximum number of columns in a table definition or in the result set
28 /// of a SELECT or the maximum number of columns in an index or in an
31 /// The maximum depth of the parse tree on any expression.
33 /// The maximum number of terms in a compound SELECT statement.
35 /// The maximum number of instructions in a virtual machine program used to
38 /// The maximum number of arguments on a function.
40 /// The maximum number of attached databases.
42 /// The maximum length of the pattern argument to the LIKE or GLOB
[all …]
/external/openscreen/cast/streaming/
Dcapture_recommendations.h24 // A general note about recommendations: they are NOT maximum operational
30 // Default maximum delay for both audio and video. Used if the sender fails
41 // Maximum bit rate, in bits per second.
42 int maximum; member
57 // While generally audio should be captured at the maximum sample rate, 16kHz is
61 // Audio capture recommendations. Maximum delay is determined by buffer
69 // Represents the maximum audio delay, in milliseconds.
72 // Represents the maximum number of audio channels.
75 // Represents the maximum samples per second.
79 // audio should be captured at the maximum samples per second rate.
[all …]
Dcapture_recommendations.cc28 recommendations->video.maximum = description.dimensions.value(); in ApplyDisplay()
29 recommendations->video.bit_rate_limits.maximum = in ApplyDisplay()
30 recommendations->video.maximum.effective_bit_rate(); in ApplyDisplay()
32 if (recommendations->video.maximum.width < in ApplyDisplay()
35 recommendations->video.maximum.ToResolution(); in ApplyDisplay()
47 recommendations->video.maximum.width = in ApplyDisplay()
48 recommendations->video.maximum.height * aspect_ratio; in ApplyDisplay()
88 recommendations->video.bit_rate_limits.maximum)}; in ApplyConstraints()
91 recommendations->video.maximum = {kDefaultMinResolution.width, in ApplyConstraints()
94 } else if (dimensions.width < recommendations->video.maximum.width) { in ApplyConstraints()
[all …]
/external/threetenbp/src/main/java/org/threeten/bp/temporal/
DValueRange.java46 * Only the minimum and maximum values are provided.
72 * The smallest maximum value.
76 * The largest maximum value.
83 * This factory obtains a range where the minimum and maximum values are fixed.
87 * @param max the maximum value
89 * @throws IllegalArgumentException if the minimum is greater than the maximum
93 throw new IllegalArgumentException("Minimum value must be less than maximum value"); in of()
101 * This factory obtains a range where the minimum value is fixed and the maximum value may vary.
105 * @param maxSmallest the smallest maximum value
106 * @param maxLargest the largest maximum value
[all …]
/external/python/google-api-python-client/tests/data/
Dmoderator.json607 "description": "Maximum number of results to return.",
609 "maximum": "4294967295", string
621 "maximum": "4294967295", string
725 "maximum": "4294967295", string
733 "maximum": "4294967295", string
741 "maximum": "4294967295", string
778 "description": "Maximum number of results to return.",
780 "maximum": "4294967295", string
793 "maximum": "4294967295", string
805 "maximum": "4294967295", string
[all …]
/external/mesa3d/src/mesa/main/
Dconfig.h41 /** Maximum modelview matrix stack depth */
44 /** Maximum projection matrix stack depth */
47 /** Maximum texture matrix stack depth */
50 /** Maximum attribute stack depth */
53 /** Maximum client attribute stack depth */
56 /** Maximum recursion depth of display list calls */
59 /** Maximum number of lights */
63 * Maximum number of user-defined clipping planes supported by any driver in
68 /** Maximum pixel map lookup table size */
71 /** Maximum number of auxillary color buffers */
[all …]
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/test/
DwidthSpecification.xml11 { new Limit(1, 1, Measure.CODE_POINTS, LimitType.MAXIMUM, Special.NONE) }) -->
15 <limit>MAXIMUM</limit>
21 new Limit[] { new Limit(1, 1, Measure.CODE_POINTS, LimitType.MAXIMUM, Special.NUMBERSYMBOLS)
26 <limit>MAXIMUM</limit>
33 new Limit[] { new Limit(2 * EM, 5 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM,
38 <limit>MAXIMUM</limit>
45 LimitType.MAXIMUM, Special.PLACEHOLDERS) }) -->
49 <limit>MAXIMUM</limit>
57 <limit>MAXIMUM</limit>
65 <limit>MAXIMUM</limit>
[all …]
/external/fonttools/Lib/fontTools/designspaceLib/
Dtypes.py17 def clamp(value, minimum, maximum): argument
18 return min(max(value, minimum), maximum)
25 maximum: float
26 """Inclusive maximum of the range."""
31 self.minimum, self.maximum = sorted((self.minimum, self.maximum))
32 self.default = clamp(self.default, self.minimum, self.maximum)
36 return self.minimum <= value.minimum and value.maximum <= self.maximum
37 return self.minimum <= value <= self.maximum
40 if self.maximum < other.minimum or self.minimum > other.maximum:
45 min(self.maximum, other.maximum),
[all …]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DLimit.java58 private BigDecimal maximum; field in Limit
66 * <li>maximum: no limit
134 * @return configured maximum value, or <code>null</code> if no maximum is
138 return maximum == null ? null : maximum.toPlainString(); in getMaximum()
142 * Sets the expected maximum value. If the maximum refers to a ratio it must
148 * @param maximum
149 * allowed maximum or <code>null</code>, if no maximum should be
152 public void setMaximum(final String maximum) { in setMaximum() argument
153 this.maximum = parseValue(maximum); in setMaximum()
184 if (maximum != null && maximum.compareTo(bd) < 0) { in check()
[all …]
/external/python/google-api-python-client/docs/dyn/
Ddns_v1beta2.projects.html109 &quot;dnsKeysPerManagedZone&quot;: 42, # Maximum allowed number of DnsKeys per ManagedZone.
110 …&quot;gkeClustersPerManagedZone&quot;: 42, # Maximum allowed number of GKE clusters to which a pri…
111 …&quot;gkeClustersPerResponsePolicy&quot;: 42, # Maximum allowed number of GKE clusters per respons…
112 &quot;itemsPerRoutingPolicy&quot;: 42, # Maximum allowed number of items per routing policy.
114 &quot;managedZones&quot;: 42, # Maximum allowed number of managed zones in the project.
115 …&quot;managedZonesPerGkeCluster&quot;: 42, # Maximum allowed number of managed zones which can be …
116 …&quot;managedZonesPerNetwork&quot;: 42, # Maximum allowed number of managed zones which can be att…
117 …&quot;networksPerManagedZone&quot;: 42, # Maximum allowed number of networks to which a privately …
118 &quot;networksPerPolicy&quot;: 42, # Maximum allowed number of networks per policy.
119 &quot;policies&quot;: 42, # Maximum allowed number of policies per project.
[all …]
Ddrive_v2.properties.html129 # - Maximum of 100 properties total per file
130 # - Maximum of 30 private properties per app
131 # - Maximum of 30 public properties
132 …# - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single propert…
153 # - Maximum of 100 properties total per file
154 # - Maximum of 30 private properties per app
155 # - Maximum of 30 public properties
156 …# - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single propert…
171 # - Maximum of 100 properties total per file
172 # - Maximum of 30 private properties per app
[all …]
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_op_maximum.cc21 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL(Maximum, DT_HALF);
22 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL(Maximum, DT_FLOAT);
23 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL(Maximum, DT_DOUBLE);
24 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL(Maximum, DT_INT16);
26 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL(Maximum, DT_INT64);
27 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL(Maximum, DT_UINT8);
30 GENERATE_AND_REGISTER_BINARY_JIT_GPU_KERNEL(Maximum, DT_INT8);
31 GENERATE_AND_REGISTER_BINARY_JIT_GPU_KERNEL(Maximum, DT_UINT16);
32 GENERATE_AND_REGISTER_BINARY_JIT_GPU_KERNEL(Maximum, DT_UINT32);
33 GENERATE_AND_REGISTER_BINARY_JIT_GPU_KERNEL(Maximum, DT_UINT64);

12345678910>>...476