/external/webrtc/webrtc/common_audio/signal_processing/ |
D | min_max_operations.c | 36 // 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 …]
|
D | min_max_operations_neon.c | 17 // 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 …]
|
D | 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; in WebRtcSpl_MaxAbsValueW32_mips() local 243 "slt %[tmp1], %[maximum], %[absolute] \n\t" in WebRtcSpl_MaxAbsValueW32_mips() 244 "movn %[maximum], %[absolute], %[tmp1] \n\t" in WebRtcSpl_MaxAbsValueW32_mips() 247 "slt %[tmp1], %[max_value], %[maximum] \n\t" in WebRtcSpl_MaxAbsValueW32_mips() 248 "movn %[maximum], %[max_value], %[tmp1] \n\t" in WebRtcSpl_MaxAbsValueW32_mips() 252 : [tmp1] "=&r" (tmp1), [maximum] "+r" (maximum), [absolute] "+r" (absolute) in WebRtcSpl_MaxAbsValueW32_mips() 257 return (int32_t)maximum; in WebRtcSpl_MaxAbsValueW32_mips() 261 // Maximum value of word16 vector. Version for MIPS platform. [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | GeneralSubtree.java | 24 * 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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
D | GeneralSubtree.java | 25 * 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/python/google-api-python-client/docs/dyn/ |
D | drive_v2.properties.html | 121 # - Maximum of 100 properties total per file 122 # - Maximum of 30 private properties per app 123 # - Maximum of 30 public properties 124 …# - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single propert… 145 # - Maximum of 100 properties total per file 146 # - Maximum of 30 private properties per app 147 # - Maximum of 30 public properties 148 …# - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single propert… 163 # - Maximum of 100 properties total per file 164 # - Maximum of 30 private properties per app [all …]
|
/external/easymock/src/org/easymock/internal/ |
D | Range.java | 26 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/python/google-api-python-client/tests/data/ |
D | moderator.json | 607 "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/tensorflow/tensorflow/python/framework/ |
D | 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): argument 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) 180 raise ValueError("maximum is not compatible with shape. " [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/data/test/ |
D | widthSpecification.xml | 11 { 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/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
D | Limit.java | 57 private BigDecimal maximum; field in 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(); in getMaximum() 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 be 147 public void setMaximum(final String maximum) { in setMaximum() argument 148 this.maximum = parseValue(maximum); in setMaximum() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | config.h | 40 /** Maximum modelview matrix stack depth */ 43 /** Maximum projection matrix stack depth */ 46 /** Maximum texture matrix stack depth */ 49 /** Maximum attribute stack depth */ 52 /** Maximum client attribute stack depth */ 55 /** Maximum recursion depth of display list calls */ 58 /** Maximum number of lights */ 62 * Maximum number of user-defined clipping planes supported by any driver in 67 /** Maximum pixel map lookup table size */ 70 /** Maximum number of auxillary color buffers */ [all …]
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckWidths.java | 35 MINIMUM, MAXIMUM enumConstant 75 case MAXIMUM: in Limit() 98 … public Limit(double d, double e, Measure displayWidth, LimitType maximum, Special placeholders) { in Limit() argument 99 this(d, e, displayWidth, maximum, placeholders, false); in Limit() 136 case MAXIMUM: in hasProblem() 194 new Limit(1, 1, Measure.CODE_POINTS, LimitType.MAXIMUM, Special.NONE) 200 new Limit(1, 1, Measure.CODE_POINTS, LimitType.MAXIMUM, Special.NUMBERSYMBOLS) 207 … new Limit(2 * EM, 5 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS) 211 … new Limit(2 * EM, 3 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS) 215 … new Limit(5 * EM, 10 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS) [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_op_maximum.cc | 19 REGISTER6(BinaryOp, CPU, "Maximum", functor::maximum, float, Eigen::half, 22 REGISTER4(BinaryOp, GPU, "Maximum", functor::maximum, float, Eigen::half, 28 REGISTER_KERNEL_BUILDER(Name("Maximum") 34 BinaryOp<CPUDevice, functor::maximum<int32>>); 38 REGISTER3(BinaryOp, SYCL, "Maximum", functor::maximum, float, double, int64); 39 REGISTER_KERNEL_BUILDER(Name("Maximum") 45 BinaryOp<CPUDevice, functor::maximum<int32>>);
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 31 * ``PIPE_CAP_MAX_RENDER_TARGETS``: The maximum number of render targets that may be 37 * ``PIPE_CAP_MAX_TEXTURE_2D_LEVELS``: The maximum number of mipmap levels available 39 * ``PIPE_CAP_MAX_TEXTURE_3D_LEVELS``: The maximum number of mipmap levels available 41 * ``PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS``: The maximum number of mipmap levels available 49 * ``PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS``: The maximum number of stream buffers. 57 * ``PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS``: The maximum number of texture array 157 * ``PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE``: The maximum accessible size with 159 * ``PIPE_CAP_MAX_VIEWPORTS``: The maximum number of viewports (and scissors 172 * ``PIPE_CAP_MAX_GEOMETRY_OUTPUT_VERTICES``: The maximum number of vertices 174 * ``PIPE_CAP_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS``: The maximum number of [all …]
|
/external/libchrome/base/metrics/ |
D | histogram.cc | 102 HistogramBase::Sample maximum, in Factory() argument 105 : Factory(name, HISTOGRAM, minimum, maximum, bucket_count, flags) {} in Factory() 116 HistogramBase::Sample maximum, in Factory() argument 122 maximum_(maximum), in Factory() 173 // In most cases, the bucket-count, minimum, and maximum values are known in Build() 251 Sample maximum, in FactoryGet() argument 255 InspectConstructionArguments(name, &minimum, &maximum, &bucket_count); in FactoryGet() 258 return Factory(name, minimum, maximum, bucket_count, flags).Build(); in FactoryGet() 263 TimeDelta maximum, in FactoryTimeGet() argument 267 static_cast<Sample>(maximum.InMilliseconds()), bucket_count, in FactoryTimeGet() [all …]
|
/external/mesa3d/src/intel/common/ |
D | gen_device_info.h | 86 * In general, you can find shader thread maximums by looking at the "Maximum 94 * GPUs, however, prior to Haswell, programming the maximum number of threads 95 * to greater than the hardware maximum would cause GPU performance to tank. 106 * to change, so we program @max_cs_threads as the lower maximum. 121 unsigned max_vs_threads; /**< Maximum Vertex Shader threads */ 122 unsigned max_tcs_threads; /**< Maximum Hull Shader threads */ 123 unsigned max_tes_threads; /**< Maximum Domain Shader threads */ 124 unsigned max_gs_threads; /**< Maximum Geometry Shader threads. */ 126 * Theoretical maximum number of Pixel Shader threads. 132 * To calculate the maximum number of threads for Gen8 beyond (which have [all …]
|
/external/pcre/dist2/doc/ |
D | pcre2limits.3 | 10 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 subpattern is 32 code units, and the 46 maximum number of named subpatterns 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
|
/external/dng_sdk/source/ |
D | dng_sdk_limits.h | 15 * 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 …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
D | NumberIsTooLargeException.java | 38 * Whether the maximum is included in the allowed range. 45 * @param wrong Value that is larger than the maximum. 46 * @param max maximum. 47 * @param boundIsAllowed if true the maximum is included in the allowed range. 58 * @param wrong Value that is larger than the maximum. 59 * @param max maximum. 60 * @param boundIsAllowed if true the maximum is included in the allowed range. 77 * @return {@code true} if the maximum is included in the allowed range. 84 * @return the maximum.
|
/external/fonttools/Tests/designspaceLib/ |
D | designspace_test.py | 27 'maximum': axisDescriptor.maximum, 58 a1.maximum = 1000 68 a2.maximum = 1000 158 dict(name='axisName_a', minimum=0, maximum=1), 159 dict(name='axisName_b', minimum=2, maximum=3) 228 a1.maximum = 1000 297 a1.maximum = 1000 307 a2.maximum = 1000 317 a3.maximum = 666 327 dict(name='weight', minimum=200, maximum=500), [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/ |
D | multiple-inputs.test | 12 FOO3: Maximum function count: 8 13 FOO3: Maximum internal block count: 7 22 FOO3EMPTY: Maximum function count: 1 23 FOO3EMPTY: Maximum internal block count: 3 37 FOO3FOO3BAR3: Maximum function count: 7 38 FOO3FOO3BAR3: Maximum internal block count: 13 52 DISJOINT: Maximum function count: 1 53 DISJOINT: Maximum internal block count: 3 68 FOO4: Maximum function count: 4 69 FOO4: Maximum internal block count: 12 [all …]
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_QUERYCTRL.c | 117 queryctrl.maximum); in test_VIDIOC_QUERYCTRL() 124 queryctrl.maximum); in test_VIDIOC_QUERYCTRL() 129 CU_ASSERT_EQUAL(queryctrl.maximum, 1); in test_VIDIOC_QUERYCTRL() 143 queryctrl.maximum); in test_VIDIOC_QUERYCTRL() 148 CU_ASSERT_EQUAL(queryctrl.maximum, 0); in test_VIDIOC_QUERYCTRL() 160 CU_ASSERT_EQUAL(queryctrl.maximum, 0); in test_VIDIOC_QUERYCTRL() 167 CU_ASSERT_EQUAL(queryctrl.maximum, 0); in test_VIDIOC_QUERYCTRL() 188 queryctrl2.maximum = queryctrl.maximum; in test_VIDIOC_QUERYCTRL() 198 ".minimum=%i, .maximum=%i, .step=%i, " in test_VIDIOC_QUERYCTRL() 202 queryctrl.maximum, queryctrl.step, in test_VIDIOC_QUERYCTRL() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-maxp-table.hh | 36 * maxp -- Maximum Profile 50 HBUINT16 maxPoints; /* Maximum points in a non-composite glyph. */ 51 HBUINT16 maxContours; /* Maximum contours in a non-composite glyph. */ 52 HBUINT16 maxCompositePoints; /* Maximum points in a composite glyph. */ 53 HBUINT16 maxCompositeContours; /* Maximum contours in a composite glyph. */ 57 HBUINT16 maxTwilightPoints; /* Maximum points used in Z0. */ 61 HBUINT16 maxStackElements; /* Maximum stack depth. (This includes Font and CVT 63 HBUINT16 maxSizeOfInstructions; /* Maximum byte count for glyph instructions. */ 64 HBUINT16 maxComponentElements; /* Maximum number of components referenced at 66 HBUINT16 maxComponentDepth; /* Maximum levels of recursion; 1 for simple components. */
|
/external/mesa3d/src/gallium/docs/source/drivers/openswr/ |
D | knobs.rst | 29 Maximum # of NUMA-nodes per system used for worker threads 0 == ALL NUMA-nodes in the system N … 33 Maximum # of cores per NUMA-node used for worker threads. 0 == ALL non-API thread cores per NUMA-… 37 Maximum # of (hyper)threads per physical core used for worker threads. 0 == ALL hyper-threads per… 41 Maximum worker threads to spawn. IMPORTANT: If this is non-zero, no worker threads will be bound t… 57 Maximum number of draws outstanding before API thread blocks. 61 Maximum primitives in a single Draw(). Larger primitives are split into smaller Draw calls. Should … 65 Maximum primitives in a single Draw() with tessellation enabled. Larger primitives are split into s… 69 (DEBUG) Maximum tessellation factor for fractional-odd partitioning. 73 (DEBUG) Maximum tessellation factor for fractional-even partitioning. 77 (DEBUG) Maximum tessellation factor for integer partitioning.
|