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

1 2 3 4 5

  /external/chromium_org/third_party/icu/source/common/
propsvec.h 163 int32_t maxValue;
  /external/guava/guava/src/com/google/common/collect/
DiscreteDomain.java 28 * to their specifications. The methods {@link #minValue} and {@link #maxValue}
52 * {@code value} is {@code maxValue()}
110 public C maxValue() {
DiscreteDomains.java 65 @Override public Integer maxValue() {
112 @Override public Long maxValue() {
  /external/icu/icu4c/source/common/
propsvec.h 163 int32_t maxValue;
  /external/chromium_org/third_party/skia/src/effects/
SkColorFilterImageFilter.cpp 40 SkScalar maxValue = row[4] / 255;
44 maxValue += row[i];
48 return (maxValue > 1) || (minValue < 0);
  /external/skia/src/effects/
SkColorFilterImageFilter.cpp 40 SkScalar maxValue = row[4] / 255;
44 maxValue += row[i];
48 return (maxValue > 1) || (minValue < 0);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIFailureInfo.java 97 private static int maxValue;
114 if (maxValue == 0) {
116 if (cur.value > maxValue) {
117 maxValue = cur.value;
120 return maxValue;
  /external/icu/icu4c/source/tools/toolutil/
denseranges.cpp 106 int32_t maxValue=values[length-1]; // Assume minValue<=maxValue.
108 // signed-int32_t overflow of maxValue-minValue.
109 int64_t maxLength=(int64_t)maxValue-(int64_t)minValue+1;
113 ranges[0][1]=maxValue;
119 // See if we can split [minValue, maxValue] into 2..capacity ranges,
133 // the length of the [minValue..maxValue] range (maxLength).
156 ranges[num-1][1]=maxValue;
  /frameworks/base/media/java/android/media/
AudioGain.java 73 int minValue, int maxValue, int defaultValue, int stepValue,
79 mMaxValue = maxValue;
111 public int maxValue() {
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.h 51 static PassRefPtrWillBeRawPtr<AudioParam> create(AudioContext* context, const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0)
53 return adoptRefWillBeNoop(new AudioParam(context, name, defaultValue, minValue, maxValue, units));
71 float maxValue() const { return static_cast<float>(m_maxValue); }
108 AudioParam(AudioContext* context, const String& name, double defaultValue, double minValue, double maxValue, unsigned units = 0)
114 , m_maxValue(maxValue)
PeriodicWave.cpp 210 float maxValue;
211 vmaxmgv(data, 1, &maxValue, m_periodicWaveSize);
213 if (maxValue)
214 normalizationScale = 1.0f / maxValue;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
copyvertex.h 142 const int maxValue = 0x1FF; // 1 set in bits 0 through 8
143 const int minValue = 0xFFFFFE01; // Inverse of maxValue
153 const int halfRange = (maxValue - minValue) >> 1;
165 const unsigned int maxValue = 0x3FF; // 1 set in bits 0 through 9
166 *floatOutput = static_cast<GLfloat>(data) / static_cast<GLfloat>(maxValue);
  /external/smali/smali/src/main/java/org/jf/smali/
LiteralTools.java 75 byte maxValue = (byte)(Byte.MAX_VALUE / (radix / 2));
83 if (result > maxValue) {
145 short maxValue = (short)(Short.MAX_VALUE / (radix / 2));
153 if (result > maxValue) {
209 int maxValue = Integer.MAX_VALUE / (radix / 2);
217 if (result > maxValue) {
279 long maxValue = Long.MAX_VALUE / (radix / 2);
287 if (result > maxValue) {
  /external/aac/libSBRenc/src/
ps_main.cpp 558 FIXP_QMF maxValue = FL2FXCONST_DBL(0.f);
606 maxValue = fixMax(maxValue,fixMax(maxVal[0][band],maxVal[1][band]));
612 *dmxScale = fixMin(DFRACT_BITS, CountLeadingBits(maxValue));
614 *dmxScale = fixMax(0,fixMin(FRACT_BITS, CountLeadingBits(FX_QMF2FX_DBL(maxValue))));
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_cocoa.h 84 @property(nonatomic, readonly) NSNumber* maxValue;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 97 double maxValue = 0.0;
223 double max = kind == TIME_LOG ? Math.log(this.maxValue) : this.maxValue;
413 int n = (int) (this.maxValue / gridValue);
429 n = (int) (this.maxValue / gridValue);
431 int gridWidth = (int) (this.graphWidth * gridValue / this.maxValue);
463 double max = Math.log(this.maxValue);
576 this.maxValue = 0.0;
583 if (value < 1000000 && value > this.maxValue) {
584 this.maxValue = value
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
Card.java 469 public Builder setProgressMaxValue(int maxValue) {
474 mCard.mCardProgress.maxValue = maxValue;
595 progressBar.setMax(mCard.mCardProgress.maxValue);
640 private int maxValue = 100;
650 progressClone.maxValue = maxValue;
676 maxValue = max;
679 bar.setMax(maxValue);
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
Card.java 472 public Builder setProgressMaxValue(int maxValue) {
477 mCard.mCardProgress.maxValue = maxValue;
598 progressBar.setMax(mCard.mCardProgress.maxValue);
643 private int maxValue = 100;
653 progressClone.maxValue = maxValue;
679 maxValue = max;
682 bar.setMax(maxValue);
  /external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
Linker.java 628 final int maxValue = (1 << numBits) - 1;
629 Log.i(TAG, String.format(Locale.US, "offsetLimit=%d numBits=%d maxValue=%d (0x%x)",
630 offsetLimit, numBits, maxValue, maxValue));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 187 static const int8_t maxValue = 127;
193 static const uint8_t maxValue = 255;
200 static const short maxValue = 32767;
206 static const unsigned short maxValue = 65535;
218 if (result >= LimitsTrait::minValue && result <= LimitsTrait::maxValue)
225 return static_cast<T>(result > LimitsTrait::maxValue ? result - LimitsTrait::numberOfValues : result);
236 return enforceRange(numberObject->Value(), LimitsTrait::minValue, LimitsTrait::maxValue, typeName, exceptionState);
245 return static_cast<T>(numberValue > LimitsTrait::maxValue ? numberValue - LimitsTrait::numberOfValues : numberValue);
256 if (result >= 0 && result <= LimitsTrait::maxValue)
273 return enforceRange(numberObject->Value(), 0, LimitsTrait::maxValue, typeName, exceptionState)
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebThemeEngine.h 77 int maxValue;
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c 582 FT_ULong maxValue;
652 FT_FRAME_ULONG ( maxValue ),
747 a->maximum = axis_rec.maxValue; /* A Fixed */
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 325 float maxValue = (float)getViewportWidth()*0.5f;
327 Vec4(maxValue, 0.0f, 0.0f, 0.0f),
329 Vec4(maxValue, 0.0f, 0.0f, 0.0f)));
601 float maxValue = (float)getViewportWidth()*0.5f;
603 Vec4(maxValue, 0.0f, 0.0f, 0.0f),
605 Vec4(maxValue, 0.0f, 0.0f, 0.0f)));
  /external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.cpp 329 float maxValue = (float)getViewportWidth()*0.5f;
331 Vec4(maxValue, 0.0f, 0.0f, 0.0f),
333 Vec4(maxValue, 0.0f, 0.0f, 0.0f)));
609 float maxValue = (float)getViewportWidth()*0.5f;
611 Vec4(maxValue, 0.0f, 0.0f, 0.0f),
613 Vec4(maxValue, 0.0f, 0.0f, 0.0f)));
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 674 deUint32 maxValue = 0;
683 maxValue = std::max(maxValue, values[valueNdx]);
687 counts.resize(maxValue - minValue + 1, 0);
721 deUint32 maxValue = 0;
728 maxValue = std::max(maxValue, increments[valueNdx]);
737 maxValue = std::max(maxValue, decrements[valueNdx]);
742 maxValue = std::max(maxValue, (deUint32)initialValue)
    [all...]

Completed in 2051 milliseconds

1 2 3 4 5