/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/angle/src/libANGLE/ |
H A D | OverlayWidgets.cpp | 282 const uint64_t maxValue = in AppendRunningGraphCommon() local 386 auto format = [](uint64_t curValue, uint64_t maxValue) { in AppendVulkanRenderPassCount() 419 auto format = [](uint64_t curValue, uint64_t maxValue) { in AppendVulkanWriteDescriptorSetCount() 434 auto format = [](uint64_t curValue, uint64_t maxValue) { in AppendVulkanDescriptorSetAllocations() 449 auto format = [](uint64_t curValue, uint64_t maxValue) { in AppendVulkanShaderResourceDSHitRate() 464 auto format = [](uint64_t curValue, uint64_t maxValue) { in AppendVulkanDynamicBufferAllocations() 480 auto format = [](uint64_t curValue, uint64_t maxValue) { in AppendVulkanTextureDescriptorCacheSize() 496 auto format = [](uint64_t curValue, uint64_t maxValue) { in AppendVulkanUniformDescriptorCacheSize() 511 auto format = [](uint64_t curValue, uint64_t maxValue) { in AppendVulkanDescriptorCacheSize() 540 auto format = [](uint64_t curValue, uint64_t maxValue) { in AppendVulkanAttemptedSubmissions() [all …]
|
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/ |
H A D | FloatingPointMutatorFactory.java | 78 final float maxValue; field in FloatingPointMutatorFactory.FloatMutator 85 float maxValue = defaultMaxValueForType; 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() 343 final double maxValue; field in FloatingPointMutatorFactory.DoubleMutator 350 double maxValue = defaultMaxValueForType; 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 | 45 double maxValue = 6.0; in testDoubleToIndex_maxValue_equalsMaxIndex() local 59 double maxValue = 6.0; in testDoubleToIndex_minValue_equalsMinIndex() local 73 double maxValue = 6.0; in testDoubleToIndex_middleValue_equalsInteriorIndex() local 87 double maxValue = 6.0; in testDoubleToIndex_distanceAboveLambda_returnsUpperIndex() local 103 double maxValue = 6.0; in testDoubleToIndex_distanceBelowLambda_returnsLowerIndex() local
|
/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/keyboard/backlight/ui/viewmodel/ |
D | BacklightDialogContentViewModel.java | 6 private final int maxValue = 0; field in BacklightDialogContentViewModel 8 public BacklightDialogContentViewModel(int currentValue, int maxValue) { in BacklightDialogContentViewModel() 29 …board.backlight.ui.viewmodel.BacklightDialogContentViewModel copy(int currentValue, int maxValue) { in copy()
|
/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 | 9 private final float maxValue = 0.0F; field in VolumeDialogSliderStateModel 13 …public VolumeDialogSliderStateModel(float minValue, float maxValue, float value, @androidx.annotat… in VolumeDialogSliderStateModel() 51 …iders.ui.viewmodel.VolumeDialogSliderStateModel copy(float minValue, float maxValue, float value, … in copy()
|
/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 | 26 private final float maxValue = 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/external/google-smali/third_party/smali/src/main/java/com/android/tools/smali/smali/ |
H A D | LiteralTools.java | 144 short maxValue = (short)(Short.MAX_VALUE / (radix / 2)); in parseShort() local 208 int maxValue = Integer.MAX_VALUE / (radix / 2); in parseInt() local 278 long maxValue = Long.MAX_VALUE / (radix / 2); in parseLong() local
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/ |
H A D | TarArchiveOutputStream.java | 603 final long maxValue) { in addPaxHeaderForBigNumber() 623 private void failForBigNumber(final String field, final long value, final long maxValue) { in failForBigNumber() 628 final long maxValue) { in failForBigNumberWithPosixMessage() 633 private void failForBigNumber(final String field, final long value, final long maxValue, in failForBigNumber()
|
/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() 124 public void setMaxValue(float maxValue) { in setMaxValue() 181 float maxValue = to1616Fixed(buffer.getInt(fvarTableOffset + recordOffset + 12)); in getFVarTable() local
|
/aosp_15_r20/cts/tests/tests/media/audio/jni/ |
H A D | WaveTableGenerator.cpp | 29 float* WaveTableGenerator::genSinWave(int size, float maxValue) { in genSinWave() 33 float* WaveTableGenerator::genSinWave(int size, float maxValue, float* tbl) { in genSinWave()
|
/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/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() 115 public int maxValue() { in maxValue() method in AudioGain
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/ |
H A D | max-pooling-operator-tester.h | 393 uint8_t maxValue = 0; in testU8() local 531 uint8_t maxValue = 0; in testSetupU8() local 640 uint8_t maxValue = 0; in testSetupU8() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | SamplersTest.cpp | 51 GLfloat maxValue = 0.0f; in TEST_P() local 78 GLfloat maxValue = 0.0f; in TEST_P() local
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | Timeout.java | 57 public Timeout(String name, long initialValue, float multiplier, long maxValue) { in Timeout() 63 long maxValue) { in Timeout()
|
/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 | 58 double maxValue, in doubleToIndex() 84 long maxValue, in longToIndex()
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/ |
H A D | Preconditions.java | 154 public static void checkValueArg(int valueArg, int maxValue) { in checkValueArg() 229 long maxValue; in checkArrayPayloadElements() local
|
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/ |
H A D | ReadbackVts.cpp | 148 uint32_t maxValue = (1 << bitsPerChannel) - 1; in fillBuffer() local 223 uint32_t maxValue = (1 << bitsPerChannel) - 1; in compareColorBuffers() local 277 uint32_t maxValue = (1 << bitsPerChannel) - 1; in compareColorBuffers() local
|
/aosp_15_r20/packages/modules/Profiling/service/java/com/android/os/profiling/ |
D | Configs.java | 564 int maxValue, @Nullable Bundle params) { in getWithinBounds() 603 int maxValue, @Nullable Bundle bundle) { in getAndRemoveWithinBounds() 621 long maxValue, @Nullable Bundle bundle) { in getAndRemoveWithinBounds()
|