Home
last modified time | relevance | path

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

12345678910>>...294

/third_party/flatbuffers/tests/
Dmonster_test.schema.json32 "type" : "integer", "minimum" : -2147483648, "maximum" : 2147483647 number
71 "type" : "integer", "minimum" : -32768, "maximum" : 32767 number
74 "type" : "integer", "minimum" : -128, "maximum" : 127 number
116 "type" : "integer", "minimum" : 0, "maximum" : 4294967295 number
119 "type" : "integer", "minimum" : 0, "maximum" : 4294967295 number
146 … "type" : "integer", "minimum" : -9223372036854775808, "maximum" : 9223372036854775807 number
149 "type" : "integer", "minimum" : 0, "maximum" : 65535 number
158 "type" : "integer", "minimum" : 0, "maximum" : 18446744073709551615 number
171 "type" : "integer", "minimum" : -32768, "maximum" : 32767 number
174 "type" : "integer", "minimum" : -32768, "maximum" : 32767 number
[all …]
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dmaximum.hpp3 Forward declares `boost::hana::maximum`.
24 //! (`less` by default), `maximum` returns the greatest element of
37 //! \f$ \mathtt{pred} : T \times T \to Bool \f$, `maximum` has the
40 //! \mathtt{maximum} : F(T) \times (T \times T \to Bool) \to T
46 //! \mathtt{maximum} : F(T) \to T
59 //! @include example/maximum.cpp
62 //! Syntactic sugar (`maximum.by`)
64 //! `maximum` can be called in a third way, which provides a nice syntax
67 //! maximum.by(predicate, xs) == maximum(xs, predicate)
68 //! maximum.by(predicate) == maximum(-, predicate)
[all …]
/third_party/boost/boost/hana/fwd/
Dmaximum.hpp3 Forward declares `boost::hana::maximum`.
24 //! (`less` by default), `maximum` returns the greatest element of
37 //! \f$ \mathtt{pred} : T \times T \to Bool \f$, `maximum` has the
40 //! \mathtt{maximum} : F(T) \times (T \times T \to Bool) \to T
46 //! \mathtt{maximum} : F(T) \to T
59 //! @include example/maximum.cpp
62 //! Syntactic sugar (`maximum.by`)
64 //! `maximum` can be called in a third way, which provides a nice syntax
67 //! maximum.by(predicate, xs) == maximum(xs, predicate)
68 //! maximum.by(predicate) == maximum(-, predicate)
[all …]
/third_party/openssl/test/ssl-tests/
D13-fragmentation.conf21 test-16 = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled
22 test-17 = 17-Maximum Fragment Len extension equal FragmentSize to 2048
23 test-18 = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024
24 test-19 = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024
25 test-20 = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048
26 test-21 = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024
412 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled]
413 ssl_conf = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl
415 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl]
416 server = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-server
[all …]
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-limits.h30 * Maximum identifier length accepted by the parser.
38 * Maximum string limit.
48 * Maximum string length.
56 * Maximum number of registers.
64 * Maximum number of literals.
72 * Maximum depth of scope stack.
80 * Maximum code size.
88 * Maximum number of values pushed onto the stack by a function.
99 #error "Maximum string length is not within range."
103 #error "Maximum identifier length is not within range."
[all …]
/third_party/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 …]
/third_party/boost/boost/beast/core/
Dflat_buffer.hpp40 @li A configurable maximum buffer size may be set upon
48 Upon construction, a maximum size for the buffer may be
118 @param limit The desired maximum size.
144 @param limit The desired maximum size.
159 using move semantics. The maximum size will be the same
179 this results in a copy. The maximum size will be the same
192 maximum allocation size of `alloc`.
201 using copy semantics. The maximum size will be the same
207 maximum allocation size of the allocator.
214 using copy semantics and the specified allocator. The maximum
[all …]
Dmulti_buffer.hpp54 @li A configurable maximum size may be set upon construction
190 @param limit The desired maximum size.
216 @param limit The desired maximum size.
230 using move semantics. The maximum size will be the same
250 this results in a copy. The maximum size will be the same
263 maximum allocation size of `alloc`.
272 using copy semantics. The maximum size will be the same
278 maximum allocation size of the allocator.
285 using copy semantics and the specified allocator. The maximum
293 maximum allocation size of `alloc`.
[all …]
/third_party/boost/libs/beast/include/boost/beast/core/
Dflat_buffer.hpp40 @li A configurable maximum buffer size may be set upon
48 Upon construction, a maximum size for the buffer may be
118 @param limit The desired maximum size.
144 @param limit The desired maximum size.
159 using move semantics. The maximum size will be the same
179 this results in a copy. The maximum size will be the same
192 maximum allocation size of `alloc`.
201 using copy semantics. The maximum size will be the same
207 maximum allocation size of the allocator.
214 using copy semantics and the specified allocator. The maximum
[all …]
Dmulti_buffer.hpp54 @li A configurable maximum size may be set upon construction
190 @param limit The desired maximum size.
216 @param limit The desired maximum size.
230 using move semantics. The maximum size will be the same
250 this results in a copy. The maximum size will be the same
263 maximum allocation size of `alloc`.
272 using copy semantics. The maximum size will be the same
278 maximum allocation size of the allocator.
285 using copy semantics and the specified allocator. The maximum
293 maximum allocation size of `alloc`.
[all …]
/third_party/mesa3d/src/intel/dev/
Dintel_device_info.h41 #define INTEL_DEVICE_MAX_SLICES (6) /* Maximum on gfx10 */
42 #define INTEL_DEVICE_MAX_SUBSLICES (8) /* Maximum on gfx11 */
43 #define INTEL_DEVICE_MAX_EUS_PER_SUBSLICE (16) /* Maximum on gfx12 */
44 #define INTEL_DEVICE_MAX_PIXEL_PIPES (3) /* Maximum on gfx12 */
114 * In general, you can find shader thread maximums by looking at the "Maximum
122 * GPUs, however, prior to Haswell, programming the maximum number of threads
123 * to greater than the hardware maximum would cause GPU performance to tank.
134 * to change, so we program @max_cs_threads as the lower maximum.
139 * Maximum number of slices present on this device (can be more than
150 * Maximum number of subslices per slice present on this device (can be
[all …]
/third_party/mindspore/mindspore/core/ops/
Dmaximum.h27 constexpr auto kNameMaximum = "Maximum";
28 /// \brief Computes the maximum of input tensors element-wise.
29 /// Refer to Python API @ref mindspore.ops.Maximum for more details.
30 class MS_CORE_API Maximum : public PrimitiveC {
33 Maximum() : PrimitiveC(kNameMaximum) { InitIOName({"x", "y"}, {"output"}); } in Maximum() function
35 ~Maximum() = default;
36 MS_DECLARE_PARENT(Maximum, PrimitiveC);
37 /// \brief Init. Refer to the parameters of Python API @ref mindspore.ops.Maximum for the inputs.
42 using PrimMaximumPtr = std::shared_ptr<Maximum>;
/third_party/cmsis/CMSIS/DSP/Source/StatisticsFunctions/
Darm_max_f32.c4 * Description: Maximum value of a floating-point vector
39 @defgroup Max Maximum
41 Computes the maximum value of an array of data.
42 The function returns both the maximum value and its position within the array.
52 @brief Maximum value of a floating-point vector.
55 @param[out] pResult maximum value returned here
56 @param[out] pIndex index of maximum value returned here
125 /* compare for the maximum value */ in arm_max_f32()
128 /* Update the maximum value and it's index */ in arm_max_f32()
189 /* compare for the maximum value */ in arm_max_f32()
[all …]
Darm_max_f16.c4 * Description: Maximum value of a floating-point vector
48 @brief Maximum value of a floating-point vector.
51 @param[out] pResult maximum value returned here
52 @param[out] pIndex index of maximum value returned here
122 /* compare for the maximum value */ in arm_max_f16()
125 /* Update the maximum value and it's index */ in arm_max_f16()
152 uint32_t index; /* index of maximum value */ in arm_max_f16()
162 /* Initialise index of maximum value. */ in arm_max_f16()
173 /* compare for the maximum value */ in arm_max_f16()
176 /* Update the maximum value and it's index */ in arm_max_f16()
[all …]
/third_party/openssl/doc/man3/
DSSL_CTX_set_max_cert_list.pod19 SSL_CTX_set_max_cert_list() sets the maximum size allowed for the peer's
24 SSL_CTX_get_max_cert_list() returns the currently set maximum size for B<ctx>.
26 SSL_set_max_cert_list() sets the maximum size allowed for the peer's
30 SSL_get_max_cert_list() returns the currently set maximum size for B<ssl>.
35 The TLS/SSL standard does not give any maximum size of the certificate chain.
38 received from a faulty or malicious peer, a maximum size for the certificate
41 The default value for the maximum certificate chain size is 100kB (30kB
43 chains (OpenSSL's default maximum chain length is 10, see
47 For special applications it can be necessary to extend the maximum certificate
57 If the maximum certificate chain size allowed is exceeded, the handshake will
/third_party/pcre2/pcre2/doc/
Dpcre2limits.310 The maximum size of a compiled pattern is approximately 64 thousand code units
23 The maximum length of a source pattern string is essentially unlimited; it is
27 The maximum length (in code units) of a subject string is one less than the
29 integer type, usually defined as size_t. Its maximum value (that is
35 The maximum length of a lookbehind assertion is 65535 characters.
45 The maximum length of name for a named capture group is 32 code units, and the
46 maximum number of such groups is 10000.
48 The maximum length of a name in a (*MARK), (*PRUNE), (*SKIP), or (*THEN) verb
52 The maximum length of a string argument to a callout is the largest number a
/third_party/boost/libs/math/example/
Dbinomial_sample_sizes.cpp30 // maximum number of successes does not exceed "successes". in find_max_sample_size()
41 "Maximum Number of Trials\n" in find_max_sample_size()
45 …cout << setw(40) << left << "Maximum Number of \"successes\" permitted" << "= " << successes << "… in find_max_sample_size()
92 Maximum Number of Trials
96 Maximum Number of "successes" permitted = 0
113 Maximum Number of Trials
117 Maximum Number of "successes" permitted = 0
134 Maximum Number of Trials
138 Maximum Number of "successes" permitted = 0
155 Maximum Number of Trials
[all …]
/third_party/libcoap/src/
Dmem.c33 * The maximum size of a string on platforms that allocate fixed-size
41 * The maximum number of strings on platforms that allocate
49 * The maximum number of endpoints on platforms that allocate
57 * The maximum number of resources on platforms that allocate
65 * The maximum number of attributes on platforms that allocate
74 * The maximum number of a strings that are used for attribute names
84 * The maximum size of attribute names or values and values on
92 * The maximum number of processed packets on platforms that allocate
100 * The maximum number of nodes in retransmission queue on platforms
110 * The maximum number of CoAP contexts on platforms that allocate
[all …]
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_sdk_limits.h15 * Collection of constants detailing maximum values used in processing in the DNG SDK.
29 /// The maximum number of previews (in addition to the main IFD's thumbnail)
34 /// The maximum number of SubIFDs that will be parsed.
38 /// The maximum number of chained IFDs that will be parsed.
42 /// The maximum number of samples per pixel.
46 /// Maximum number of color planes.
50 /// The maximum size of a CFA repeating pattern.
54 /// The maximum size of a black level repeating pattern.
58 /// The maximum number of masked area rectangles.
62 /// The maximum image size supported (pixels per side).
[all …]
/third_party/glib/gobject/
Dgparamspecs.h614 * @maximum: maximum value for the property specified
624 gint8 maximum; member
631 * @maximum: maximum value for the property specified
641 guint8 maximum; member
661 * @maximum: maximum value for the property specified
671 gint maximum; member
678 * @maximum: maximum value for the property specified
688 guint maximum; member
695 * @maximum: maximum value for the property specified
705 glong maximum; member
[all …]
Dgparamspecs.c69 cspec->maximum = 0x80; in param_char_init()
87 value->data[0].v_int = CLAMP (value->data[0].v_int, cspec->minimum, cspec->maximum); in param_char_validate()
98 uspec->maximum = 0xff; in param_uchar_init()
116 value->data[0].v_uint = CLAMP (value->data[0].v_uint, uspec->minimum, uspec->maximum); in param_uchar_validate()
145 ispec->maximum = 0x80000000; in param_int_init()
163 value->data[0].v_int = CLAMP (value->data[0].v_int, ispec->minimum, ispec->maximum); in param_int_validate()
185 uspec->maximum = 0xffffffff; in param_uint_init()
203 value->data[0].v_uint = CLAMP (value->data[0].v_uint, uspec->minimum, uspec->maximum); in param_uint_validate()
226 lspec->maximum = 0x80000000; in param_long_init()
229 lspec->maximum = 0x8000000000000000; in param_long_init()
[all …]
/third_party/mesa3d/docs/gallium/
Dscreen.rst33 * ``PIPE_CAP_MAX_RENDER_TARGETS``: The maximum number of render targets that may be
42 * ``PIPE_CAP_MAX_TEXTURE_2D_SIZE``: The maximum size of 2D (and 1D) textures.
43 * ``PIPE_CAP_MAX_TEXTURE_3D_LEVELS``: The maximum number of mipmap levels available
45 * ``PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS``: The maximum number of mipmap levels available
53 * ``PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS``: The maximum number of stream buffers.
56 PRIMITIVE_RESTART where the restart index is always the fixed maximum
64 * ``PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS``: The maximum number of texture array
191 * ``PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE``: The maximum accessible size with
193 * ``PIPE_CAP_MAX_VIEWPORTS``: The maximum number of viewports (and scissors
206 * ``PIPE_CAP_MAX_GEOMETRY_OUTPUT_VERTICES``: The maximum number of vertices
[all …]
/third_party/boost/libs/hana/include/boost/hana/
Dmaximum.hpp3 Defines `boost::hana::maximum`.
13 #include <boost/hana/fwd/maximum.hpp>
29 using Maximum = BOOST_HANA_DISPATCH_IF(maximum_impl<S>, in operator ()() typedef
35 "hana::maximum(xs) requires 'xs' to be Foldable"); in operator ()()
38 return Maximum::apply(static_cast<Xs&&>(xs)); in operator ()()
44 using Maximum = BOOST_HANA_DISPATCH_IF(maximum_pred_impl<S>, in operator ()() typedef
50 "hana::maximum(xs, predicate) requires 'xs' to be Foldable"); in operator ()()
53 return Maximum::apply(static_cast<Xs&&>(xs), in operator ()()
59 // maximum (with a custom predicate)
87 // maximum (without a custom predicate)
[all …]
/third_party/boost/boost/hana/
Dmaximum.hpp3 Defines `boost::hana::maximum`.
13 #include <boost/hana/fwd/maximum.hpp>
29 using Maximum = BOOST_HANA_DISPATCH_IF(maximum_impl<S>, in operator ()() typedef
35 "hana::maximum(xs) requires 'xs' to be Foldable"); in operator ()()
38 return Maximum::apply(static_cast<Xs&&>(xs)); in operator ()()
44 using Maximum = BOOST_HANA_DISPATCH_IF(maximum_pred_impl<S>, in operator ()() typedef
50 "hana::maximum(xs, predicate) requires 'xs' to be Foldable"); in operator ()()
53 return Maximum::apply(static_cast<Xs&&>(xs), in operator ()()
59 // maximum (with a custom predicate)
87 // maximum (without a custom predicate)
[all …]
/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dstatistics_functions.h463 * @brief Maximum value of a Q7 vector.
466 * @param[out] pResult maximum value returned here
467 * @param[out] pIndex index of maximum value returned here
476 * @brief Maximum value of absolute values of a Q7 vector.
479 * @param[out] pResult maximum value returned here
480 * @param[out] pIndex index of maximum value returned here
490 * @brief Maximum value of a Q15 vector.
493 * @param[out] pResult maximum value returned here
494 * @param[out] pIndex index of maximum value returned here
503 * @brief Maximum value of absolute values of a Q15 vector.
[all …]

12345678910>>...294