Home
last modified time | relevance | path

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

123456

/external/deqp/framework/delibs/decpp/
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()
/external/scapy/scapy/contrib/
Dsdnv.py26 def __init__(self, maxValue): argument
31 def __init__(self, maxValue=2**32 - 1): argument
35 def setMax(self, maxValue): argument
/external/angle/util/
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()
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/
DFloatingPointMutatorFactory.java78 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()
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/mutation/engine/
DSeededPseudoRandomTest.java81 void testDoubleForceInRange(double minValue, double maxValue, boolean throwsException) { in testDoubleForceInRange()
100 void testFloatForceInRange(float minValue, float maxValue, boolean throwsException) { in testFloatForceInRange()
/external/angle/src/libANGLE/
DOverlayWidgets.cpp282 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 …]
/external/google-smali/third_party/smali/src/main/java/com/android/tools/smali/smali/
DLiteralTools.java144 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
/external/angle/src/tests/gl_tests/
DSamplersTest.cpp51 GLfloat maxValue = 0.0f; in TEST_P() local
78 GLfloat maxValue = 0.0f; in TEST_P() local
/external/lzma/CPP/Windows/Control/
DProgressBar.h22 …DWORD SetRange32(int minValue, int maxValue) { return (DWORD)SendMsg(PBM_SETRANGE32, (unsigned)min… in SetRange32()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
DPreconditions.java154 public static void checkValueArg(int valueArg, int maxValue) { in checkValueArg()
229 long maxValue; in checkArrayPayloadElements() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarArchiveOutputStream.java603 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()
/external/oboe/apps/fxlab/app/src/main/kotlin/com/mobileer/androidfxlab/datatype/
DParamDescription.kt22 val maxValue: Float, constant in com.mobileer.androidfxlab.datatype.ParamDescription
/external/perfetto/ui/src/plugins/dev.perfetto.ExplorePage/data_visualiser/
Ddata_visualiser.ts125 const maxValue = constant
/external/icu/icu4c/source/common/
Dpropsvec.h165 int32_t maxValue; member
/external/cronet/stable/third_party/icu/source/common/
Dpropsvec.h165 int32_t maxValue; member
/external/cronet/tot/third_party/icu/source/common/
Dpropsvec.h165 int32_t maxValue; member
/external/icu/libicu/cts_headers/
Dpropsvec.h165 int32_t maxValue; member
/external/clang/test/CodeGenObjC/
Dprotocols.m6 +(int) maxValue; class
/external/guava/guava-tests/test/com/google/common/collect/
DDiscreteDomainTest.java109 public Integer maxValue() { in maxValue() method in DiscreteDomainTest.MyIntegerDomain
/external/guava/android/guava-tests/test/com/google/common/collect/
DDiscreteDomainTest.java109 public Integer maxValue() { in maxValue() method in DiscreteDomainTest.MyIntegerDomain
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dmaterialize_broadcasts.cc49 Value maxValue = op.max(); in matchAndRewrite() local
/external/armnn/src/backends/reference/workloads/
DSoftmax.cpp44 float maxValue = std::numeric_limits<float>::lowest(); in Softmax() local
DLogSoftmax.cpp58 float maxValue = input.Get(); in LogSoftmax() local
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/mutation/mutator/lang/
DIntegralMutatorTest.java53 void testForceInRange(long value, long minValue, long maxValue) { in testForceInRange()
/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/
Dmax-pooling-operator-tester.h393 uint8_t maxValue = 0; in testU8() local
531 uint8_t maxValue = 0; in testSetupU8() local
640 uint8_t maxValue = 0; in testSetupU8() local

123456