Home
last modified time | relevance | path

Searched defs:minValue (Results 1 – 25 of 1062) sorted by relevance

12345678910>>...43

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp219 inline float randomScalar(de::Random &rnd, float minValue, float maxValue) in randomScalar()
224 inline int32_t randomScalar(de::Random &rnd, int32_t minValue, int32_t maxValue) in randomScalar()
229 inline uint32_t randomScalar(de::Random &rnd, uint32_t minValue, uint32_t maxValue) in randomScalar()
236 inline int16_t randomScalar(de::Random &rnd, int16_t minValue, int16_t maxValue) in randomScalar()
241 inline uint16_t randomScalar(de::Random &rnd, uint16_t minValue, uint16_t maxValue) in randomScalar()
246 inline int8_t randomScalar(de::Random &rnd, int8_t minValue, int8_t maxValue) in randomScalar()
251 inline uint8_t randomScalar(de::Random &rnd, uint8_t minValue, uint8_t maxValue) in randomScalar()
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/
H A DFloatingPointMutatorFactory.java77 final float minValue; field in FloatingPointMutatorFactory.FloatMutator
84 float minValue = defaultMinValueForType; in FloatMutator() local
108 private float[] collectSpecialValues(float minValue, float maxValue) { in collectSpecialValues()
190 static float forceInRange(float value, float minValue, float maxValue, boolean allowNaN) { in forceInRange()
342 final double minValue; field in FloatingPointMutatorFactory.DoubleMutator
349 double minValue = defaultMinValueForType; in DoubleMutator() local
375 private double[] collectSpecialValues(double minValue, double maxValue) { in collectSpecialValues()
451 static double forceInRange(double value, double minValue, double maxValue, boolean allowNaN) { in forceInRange()
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/observations/
DPrivateIndexCalculationsTest.java44 double minValue = -4.0; in testDoubleToIndex_maxValue_equalsMaxIndex() local
58 double minValue = -4.0; in testDoubleToIndex_minValue_equalsMinIndex() local
72 double minValue = -4.0; in testDoubleToIndex_middleValue_equalsInteriorIndex() local
86 double minValue = -4.0; in testDoubleToIndex_distanceAboveLambda_returnsUpperIndex() local
102 double minValue = -4.0; in testDoubleToIndex_distanceBelowLambda_returnsLowerIndex() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp318 inline GLValue::Float minValue(void) in minValue() function
324 inline GLValue::Short minValue(void) in minValue() function
330 inline GLValue::Ushort minValue(void) in minValue() function
336 inline GLValue::Byte minValue(void) in minValue() function
342 inline GLValue::Ubyte minValue(void) in minValue() function
348 inline GLValue::Fixed minValue(void) in minValue() function
354 inline GLValue::Int minValue(void) in minValue() function
360 inline GLValue::Uint minValue(void) in minValue() function
366 inline GLValue::Half minValue(void) in minValue() function
372 inline GLValue::Double minValue(void) in minValue() function
/aosp_15_r20/packages/services/Car/libs/vehicle-hal-support-lib/src/com/android/car/hal/test/
DAidlVehiclePropConfigBuilder.java135 public AidlVehiclePropConfigBuilder addAreaConfig(int areaId, int minValue, int maxValue) { in addAreaConfig()
146 public AidlVehiclePropConfigBuilder addAreaConfig(int areaId, float minValue, float maxValue) { in addAreaConfig()
167 int minValue, int maxValue) { in addAreaConfig()
179 float minValue, float maxValue) { in addAreaConfig()
DHidlVehiclePropConfigBuilder.java106 public HidlVehiclePropConfigBuilder addAreaConfig(int areaId, int minValue, int maxValue) { in addAreaConfig()
116 public HidlVehiclePropConfigBuilder addAreaConfig(int areaId, float minValue, float maxValue) { in addAreaConfig()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/dialog/sliders/ui/viewmodel/
DVolumeDialogSliderStateModel.java8 private final float minValue = 0.0F; field in VolumeDialogSliderStateModel
13 …public VolumeDialogSliderStateModel(float minValue, float maxValue, float value, @androidx.annotat… in VolumeDialogSliderStateModel()
51 …volume.dialog.sliders.ui.viewmodel.VolumeDialogSliderStateModel copy(float minValue, float maxValu… in copy()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fIntegerStateQueryTests.cpp85 …SamplesCase(Context &context, const char *name, const char *desc, glw::GLenum target, int minValue, in MaxSamplesCase()
204 int minValue, QueryType verifierType) in MinimumValueCase()
214 int minValue, QueryType verifierType, glu::ApiType minVersion) in MinimumValueCase()
269 …ignmentCase(Context &context, const char *name, const char *desc, glw::GLenum target, int minValue, in AlignmentCase()
279 …ignmentCase(Context &context, const char *name, const char *desc, glw::GLenum target, int minValue, in AlignmentCase()
441 … glw::GLenum target, int minValue, glw::GLenum tiedTo, in FramebufferMinimumValueCase()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/kapt/gen/stubs/com/android/systemui/plugins/clocks/
DClockFontAxis.java31 private final float minValue = 0.0F; field in ClockFontAxis
54 …com.android.systemui.plugins.clocks.AxisType type, float maxValue, float minValue, float currentVa… in ClockFontAxis()
153 …com.android.systemui.plugins.clocks.AxisType type, float maxValue, float minValue, float currentVa… in copy()
/aosp_15_r20/frameworks/libs/modules-utils/java/com/android/modules/expresslog/
DHistogram.java111 public UniformOptions(@IntRange(from = 1) int binCount, float minValue, in UniformOptions()
163 public ScaledRangeOptions(@IntRange(from = 1) int binCount, int minValue, in ScaledRangeOptions()
214 private static long[] initBins(int count, int minValue, float firstBinWidth, in initBins()
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/fonts/
H A DFontFileTestUtil.java98 public FVarEntry(float minValue, float defaultValue, float maxValue) { in FVarEntry()
108 public void setMinValue(float minValue) { in setMinValue()
179 float minValue = to1616Fixed(buffer.getInt(fvarTableOffset + recordOffset + 4)); in getFVarTable() local
/aosp_15_r20/packages/services/Car/service/src/com/android/car/logging/
DHistogramFactoryInterface.java44 float minValue, float exclusiveMaxValue); in newUniformHistogram()
60 int minValue, @FloatRange(from = 1.f) float firstBinWidth, in newScaledRangeHistogram()
DSystemHistogramFactory.java27 float minValue, float exclusiveMaxValue) { in newUniformHistogram()
34 int minValue, float firstBinWidth, float scaleFactor) { in newScaledRangeHistogram()
/aosp_15_r20/external/angle/util/
H A Drandom_utils.h73 inline Vector3 RandomVec3(int seed, float minValue, float maxValue) in RandomVec3()
82 inline Vector4 RandomVec4(int seed, float minValue, float maxValue) in RandomVec4()
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/mutation/engine/
H A DSeededPseudoRandomTest.java81 void testDoubleForceInRange(double minValue, double maxValue, boolean throwsException) { in testDoubleForceInRange()
100 void testFloatForceInRange(float minValue, float maxValue, boolean throwsException) { in testFloatForceInRange()
/aosp_15_r20/system/core/libstats/expresslog/
H A DHistogram.cpp30 int binCount, float minValue, float exclusiveMaxValue) { in create()
45 Histogram::UniformOptions::UniformOptions(int binCount, float minValue, float exclusiveMaxValue) in UniformOptions()
/aosp_15_r20/cts/tests/app/src/android/app/cts/android/app/cts/tools/
H A DUidImportanceListener.java66 public int waitForValue(int minValue, int maxValue) { in waitForValue()
70 public int waitForValue(int minValue, int maxValue, long timeout) { in waitForValue()
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DAudioGain.java77 int minValue, int maxValue, int defaultValue, int stepValue, in AudioGain()
108 public int minValue() { in minValue() method in AudioGain
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.cpp66 int32_t minValue=0; in firstAfter() local
107 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/
H A Ddenseranges.cpp66 int32_t minValue=0; in firstAfter() local
107 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
/aosp_15_r20/external/flatbuffers/swift/Sources/FlatBuffers/
H A DTable.swift203 let minValue = min(len1, len2) variable
230 let minValue = min(len1, len2) variable
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/modules/expresslog/modules-utils-expresslog/android_common/javac/
Dmodules-utils-expresslog.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/modules/expresslog/modules-utils-expresslog/android_common_apex33/javac/
Dmodules-utils-expresslog.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/player/
H A DWaveTableSource.cpp97 float maxValue, float minValue, float dutyCycle) { in genTriangleWave()
136 float maxValue, float minValue, float dutyCycle) { in genPulseWave()
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/observations/
DPrivateIndexCalculations.java57 double minValue, in doubleToIndex()
83 long minValue, in longToIndex()

12345678910>>...43