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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
align.d 2 #name: MIPS align maximum
align.s 1 # Test file used to verify maximum alignment value.
  /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_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...]
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...]
  /external/libvorbis/test/
util.h 21 void gen_windowed_sine (float *data, int len, float maximum) ;
util.c 30 gen_windowed_sine (float *data, int len, float maximum)
41 data [k] *= maximum * (0.5 - 0.5 * cos (2.0 * M_PI * k / ((len) - 1))) ;
  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralSubtree.java 38 * maximum [1] BaseDistance OPTIONAL
52 private int maximum = -1; field in class:GeneralSubtree
61 * @params max the maximum BaseDistance
66 this.maximum = max;
92 maximum = opt.getInteger();
118 * Return the maximum BaseDistance.
120 * @return the maximum BaseDistance, or -1 if not set.
123 return maximum;
133 if (maximum == -1) {
134 s += "\t Maximum: undefined"
    [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/lzma/CPP/Windows/Control/
Trackbar.h 15 void SetRange(int minimum, int maximum, bool redraw = true)
16 { SendMessage(TBM_SETRANGE, BoolToBOOL(redraw), MAKELONG(minimum, maximum)); }
  /prebuilts/go/darwin-x86/src/runtime/
zcallback_windows.go 5 const cb_max = 2000 // maximum number of windows callbacks allowed
  /prebuilts/go/linux-x86/src/runtime/
zcallback_windows.go 5 const cb_max = 2000 // maximum number of windows callbacks allowed
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
signalbar.cpp 44 opts.maximum = -35;
47 else if (signal > opts.maximum)
48 opts.progress = opts.maximum;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
FailedPasswordWipeCurrentUserPreferenceControllerTest.java 51 public void setMaximumFailedPasswordsBeforeWipe(int maximum) {
53 .getMaximumFailedPasswordsBeforeWipeInCurrentUser()).thenReturn(maximum);
FailedPasswordWipeManagedProfilePreferenceControllerTest.java 51 public void setMaximumFailedPasswordsBeforeWipe(int maximum) {
53 .getMaximumFailedPasswordsBeforeWipeInManagedProfile()).thenReturn(maximum);
FailedPasswordWipePreferenceControllerBaseTest.java 46 public void setMaximumFailedPasswordsBeforeWipe(int maximum) {
47 mMaximumFailedPasswordsBeforeWipe = maximum;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
textaddr3.d 4 #warning: .*address of `text-segment' isn't multiple of maximum page size
textaddr5.d 4 #warning: .*address of `text-segment' isn't multiple of maximum page size
  /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
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 representation. The given
143 * @param maximum
144 * allowed maximum or <code>null</code>, if no maximum should b
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
v9branch1.s 1 # Check if maximum possible branch distances for v9 branches are accepted
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
limit-b.s 1 # Test maximum encoding range of b
limit-bl.s 1 # Test maximum encoding range of bl
  /external/libchrome/base/metrics/
histogram.h 13 // the minimum for a declared range is 1 (instead of 0), while the maximum is
25 // For Histogram and LinearHistogram, the maximum for a declared range should
102 // Initialize maximum number of buckets in histograms as 16,384.
113 // maximum > minimum
116 // buckets <= (maximum - minimum + 2) - this is to ensure that we don't have
121 Sample maximum,
126 base::TimeDelta maximum,
135 Sample maximum,
140 base::TimeDelta maximum,
148 Sample maximum,
    [all...]
  /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...]

Completed in 858 milliseconds

1 2 3 4 5 6 7 8 91011>>