HomeSort by relevance Sort by last modified time
    Searched full:maxvalue (Results 76 - 100 of 366) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/deqp/doc/testspecs/GLES31/
functional.shaders.atomic_counter.txt 80 maxValue
107 if pos < minValue or pos > maxValue:
  /external/harfbuzz_ng/src/
hb-ot-var-fvar-table.hh 69 Fixed maxValue; /* The maximum coordinate value for the axis. */
119 info->max_value = MAX<float> (info->default_value, axis.maxValue / 65536.);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 596 int64_t maxValue;
600 maxValue = 1 << 8;
603 maxValue = 1 << 10;
606 maxValue = 1 << 16;
609 maxValue = 1 << 23;
612 maxValue = INT64_MAX;
616 bool isFarAway = -maxValue > sValue || sValue > maxValue - 1;
  /external/skia/tools/lua/
bbh_filter.lua 81 maxValue = meta[1].value
87 verbWeights[v.key] = v.value / maxValue
  /external/skqp/tools/lua/
bbh_filter.lua 81 maxValue = meta[1].value
87 verbWeights[v.key] = v.value / maxValue
  /external/libvpx/libvpx/test/
avg_test.cc 298 TEST_P(AverageTest, MaxValue) {
317 TEST_P(IntProRowTest, MaxValue) {
332 TEST_P(IntProColTest, MaxValue) {
349 TEST_P(SatdTest, MaxValue) {
393 TEST_P(BlockErrorTestFP, MaxValue) {
minmax_test.cc 71 TEST_P(MinMaxTest, MaxValue) {
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 674 deUint32 maxValue = 0;
683 maxValue = std::max(maxValue, values[valueNdx]);
687 counts.resize(maxValue - minValue + 1, 0);
721 deUint32 maxValue = 0;
728 maxValue = std::max(maxValue, increments[valueNdx]);
737 maxValue = std::max(maxValue, decrements[valueNdx]);
742 maxValue = std::max(maxValue, (deUint32)initialValue)
    [all...]
  /external/deqp/modules/glshared/
glsStateQueryUtil.cpp 1174 void verifyIntegerMax (tcu::ResultCollector& result, QueriedState& state, int maxValue)
1180 if (maxValue < 0 && state.getBoolAccess() != true)
1191 if (state.getIntAccess() > maxValue)
1194 buf << "Expected less or equal to " << maxValue << ", got " << state.getIntAccess();
1202 if (state.getInt64Access() > maxValue)
1205 buf << "Expected less or equal to " << maxValue << ", got " << state.getInt64Access();
1213 if (state.getFloatAccess() > deInt32ToFloatRoundToPosInf(maxValue) || deIsNaN(state.getFloatAccess()))
1216 buf << "Expected less or equal to " << maxValue << ", got " << state.getFloatAccess();
1376 void verifyFloatMax (tcu::ResultCollector& result, QueriedState& state, float maxValue)
1382 if (maxValue < 0.0f && state.getBoolAccess() != true
    [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 582 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth());
589 // Analyze wrapped sets in their two parts: [0, Upper) \/ [Lower, MaxValue]
590 // We use the non-wrapped set code to analyze the [Lower, MaxValue) part, and
591 // then we do the union with [MaxValue, Upper)
594 if (Upper.uge(MaxValue))
600 // Union covers the MaxValue case, so return if the remaining range is just
601 // MaxValue.
607 if (LowerDiv.uge(MaxValue)) {
613 if (UpperDiv.ule(MaxValue))
  /external/mesa3d/src/mesa/main/
image.c 807 GLint maxValue)
811 if (*dstX1 > maxValue) {
813 assert(*dstX0 < maxValue); /* X0 should be inside right edge */
814 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0);
817 *dstX1 = maxValue;
821 else if (*dstX0 > maxValue) {
823 assert(*dstX1 < maxValue); /* X1 should be inside right edge */
824 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1);
827 *dstX0 = maxValue;
  /external/skia/src/core/
SkColorMatrixFilterRowMajor255.cpp 102 SkScalar maxValue = row[4] / 255;
106 maxValue += row[i];
110 return (maxValue > 1) || (minValue < 0);
  /external/skqp/src/core/
SkColorMatrixFilterRowMajor255.cpp 102 SkScalar maxValue = row[4] / 255;
106 maxValue += row[i];
110 return (maxValue > 1) || (minValue < 0);
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_helpers.cc 42 init_value = XlaHelpers::MaxValue(builder, input_type);
100 xla::ComputationDataHandle XlaHelpers::MaxValue(xla::ComputationBuilder* b,
104 return b->ConstantLiteral(xla::Literal::MaxValue(type));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrOpCodeCreation.c 518 MinMaxStep.u8.MaxValue = (UINT8) Maximum;
524 MinMaxStep.u16.MaxValue = (UINT16) Maximum;
530 MinMaxStep.u32.MaxValue = (UINT32) Maximum;
536 MinMaxStep.u64.MaxValue = Maximum;
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
CountingOutputStreamTest.java 82 // Integer.maxValue. Use a NullStream to avoid excessive memory usage and make the test fast.
  /external/parameter-framework/upstream/parameter/
IntegerParameterType.h 95 type maxValue, CParameterAccessContext &parameterAccessContext,
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java 466 * @param maxValue the max value of the number to return
470 public int gatherInt(String errorMsg, int maxValue) throws XMPException
485 if (value > maxValue)
487 return maxValue;
  /frameworks/layoutlib/bridge/src/android/view/
BridgeInflater.java 460 String maxValue = attrs.getAttributeValue(BridgeConstants.NS_TOOLS_URI, "maxValue");
461 if (maxValue != null) {
462 numberPicker.setMaxValue(Integer.parseInt(maxValue));
  /frameworks/native/services/sensorservice/hidl/
utils.cpp 41 // maxRange uses maxValue because ::android::Sensor wraps the
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java 88 int maxValue = Integer.MIN_VALUE; // -2^31
114 maxValue = Math.max(mNumberOfInstances[i], maxValue);
116 mRecordedValues = new int[maxValue];
  /packages/services/Car/car-lib/src/android/car/hardware/cabin/
CarCabinManager.java 116 * The minValue is always 1, and the maxValue determines the number of seat
119 * For instance, if the driver's seat has 3 memory presets, the maxValue will be 3.
127 * the selected preset slot. The maxValue for each seat position shall match
128 * the maxValue for VEHICLE_PROPERTY_SEAT_MEMORY_SELECT.
  /cts/tests/tests/content/res/font/
variable_width_dash_font_source.ttx 222 <MaxValue>500.0</MaxValue>
  /frameworks/rs/script_api/
GenerateTestFiles.cpp 336 << vectorSize << ", " << seed << ", " << param.minValue << ", " << param.maxValue
354 double maxValue = 0.0;
360 maxValue = ldexp(0.95, (1 << bits) - 1);
361 minValue = -maxValue;
365 maxValue = maxDoubleForInteger(compatibleType.significantBits,
370 maxValue = maxDoubleForInteger(compatibleType.significantBits,
372 minValue = -maxValue - 1.0;
376 *mJava << minValue << ", " << maxValue << ")";
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 135 NDR64_INT64 MaxValue;
569 NDR64_UINT32 MaxValue;

Completed in 1646 milliseconds

1 2 34 5 6 7 8 91011>>