Home
last modified time | relevance | path

Searched defs:maxValue (Results 1 – 25 of 29) sorted by relevance

12

/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/observations/
DPrivateIndexCalculationsTest.java45 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
DPrivacyGeneratorStatisticalTest.java182 int numTrials, double value, double minValue, double maxValue, int numIndexPoints) { in doubleToIndexTest()
/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()
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/observations/
DPrivateIndexCalculations.java59 double maxValue, in doubleToIndex()
85 long maxValue, in longToIndex()
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/util/
DBitwiseUtilsTest.java216 public void maxValue() { in maxValue() method in BitwiseUtilsTest
/packages/services/Car/car-lib/src/android/car/hardware/property/
DAreaIdConfig.java50 int areaId, @Nullable T minValue, @Nullable T maxValue, List<T> supportedEnumValues, in AreaIdConfig()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DGainBuilder.java41 GainBuilder setMaxValue(int maxValue) { in setMaxValue()
/packages/modules/NeuralNetworks/common/cpu_operations/
DLogSoftmax.cpp43 T maxValue = input[outer * axisSize * innerSize + inner]; in compute() local
DSoftmax.cpp63 float maxValue = -FLT_MAX; in softmaxSlowFloat32() local
138 T maxValue = std::is_same_v<T, int8_t> ? -128 : 0; in softmaxQuant8Impl() local
DRoiPooling.cpp110 T_Input maxValue = static_cast<T_Input>(inputShape.offset); in roiPoolingNhwc() local
/packages/modules/Profiling/service/java/com/android/os/profiling/
DConfigs.java532 int maxValue, @Nullable Bundle params) { in getWithinBounds()
571 int maxValue, @Nullable Bundle bundle) { in getAndRemoveWithinBounds()
589 long maxValue, @Nullable Bundle bundle) { in getAndRemoveWithinBounds()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DFlingSpringAnim.java44 float minVisChange, float minValue, float maxValue, float damping, float stiffness, in FlingSpringAnim()
/packages/apps/Settings/src/com/android/settings/slices/
DSliceBroadcastReceiver.java158 final int maxValue = sliderController.getMax(); in handleSliderAction() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DMultiScalePropertyFactory.java91 float maxValue = Math.max(mMaxOfOthers, newValue); in setValue() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DFloatingMenuTransparencyPreferenceController.java147 final float maxValue = MAX_PROGRESS / PRECISION; in getTransparency() local
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAnimUtils.java261 public ClampedProperty(FloatProperty<T> property, float minValue, float maxValue) { in ClampedProperty()
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/util/
DBitwiseUtils.java209 public static long maxValue(int bitCount, boolean signedValue) { in maxValue() method in BitwiseUtils
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioPolicyVolumeCallback.java176 int maxValue = Math.min(currentVolume + 1, in evaluateVolumeAdjustmentInternal() local
/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyConfig.java488 private AreaConfig(T minValue, T maxValue) { in AreaConfig()
/packages/apps/LegacyCamera/src/com/android/camera/
DCameraSettings.java206 int maxValue = (int) Math.floor(max * step); in buildExposureCompensation() local
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomVariable.cpp1059 int maxValue = kMaxValue / (prod / *committed.begin()); in enforceDimProd() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java2430 public double maxValue = Double.NEGATIVE_INFINITY; field in WifiScoreCard.PerUnivariateStatistic
/packages/apps/TV/libs/m2/
Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12