/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deRandom.hpp | 219 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 D | FloatingPointMutatorFactory.java | 77 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/ |
D | PrivateIndexCalculationsTest.java | 44 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 D | glsVertexArrayTests.cpp | 318 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/ |
D | AidlVehiclePropConfigBuilder.java | 135 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()
|
D | HidlVehiclePropConfigBuilder.java | 106 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/ |
D | VolumeDialogSliderStateModel.java | 8 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 D | es31fIntegerStateQueryTests.cpp | 85 …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/ |
D | ClockFontAxis.java | 31 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/ |
D | Histogram.java | 111 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 D | FontFileTestUtil.java | 98 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/ |
D | HistogramFactoryInterface.java | 44 float minValue, float exclusiveMaxValue); in newUniformHistogram() 60 int minValue, @FloatRange(from = 1.f) float firstBinWidth, in newScaledRangeHistogram()
|
D | SystemHistogramFactory.java | 27 float minValue, float exclusiveMaxValue) { in newUniformHistogram() 34 int minValue, float firstBinWidth, float scaleFactor) { in newScaledRangeHistogram()
|
/aosp_15_r20/external/angle/util/ |
H A D | random_utils.h | 73 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 D | SeededPseudoRandomTest.java | 81 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 D | Histogram.cpp | 30 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 D | UidImportanceListener.java | 66 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 D | AudioGain.java | 77 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 D | denseranges.cpp | 66 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 D | denseranges.cpp | 66 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 D | Table.swift | 203 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/ |
D | modules-utils-expresslog.jar | META-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/ |
D | modules-utils-expresslog.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/player/ |
H A D | WaveTableSource.cpp | 97 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/ |
D | PrivateIndexCalculations.java | 57 double minValue, in doubleToIndex() 83 long minValue, in longToIndex()
|