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

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vmr9.idl 240 FLOAT MaxValue;
  /test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
show_graph.jsp 187 maxValue: max,
  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.cpp 546 int maxValue = 32768;
564 *(pCurrentSample++) = ((double)buffer[jj])/maxValue;
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptEditor.java 104 private int readIntPref(String key, int defaultValue, int maxValue) {
111 val = Math.max(0, Math.min(val, maxValue));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSUtils.java 196 // maxValue and abs(minValue). The lower bound is FLOAT16_MIN_NORMAL.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
IfrParse.c     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 241 return int.MaxValue;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 276 return int.MaxValue;
  /external/guava/guava/src/com/google/common/collect/
ImmutableRangeSet.java 360 domain.maxValue();
  /external/icu/icu4c/source/common/
propsvec.cpp 516 toUTrie2->maxValue=rowIndex;
uprops.cpp 309 int32_t shift; // =maxValue if getMaxValueFromShift() is used
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_summary.h 310 ValueType MaxValue() const {
  /frameworks/native/libs/sensor/
Sensor.cpp 49 mMaxValue = hwSensor.maxRange; // FIXME: maxValue
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 486 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI);
487 return (MinValue > Value || Value > MaxValue);
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 110 private int currentLimit = int.MaxValue;
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
CaptureRequestTest.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 345 tcu::Vec4 maxValue (1.0f);
350 maxValue.x() = 1 << 8;
355 maxValue.w() = 1 << 8;
366 maxValue[i] = static_cast<float>((deUint64(1) << (bits[i] - signBit)) - 1);
372 tcu::fillWithComponentGradients(buffer, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), maxValue);
376 const tcu::Vec4 redColor (maxValue.x(), 0.0, 0.0, maxValue.w());
377 const tcu::Vec4 greenColor (0.0, maxValue.y(), 0.0, maxValue.w());
378 const tcu::Vec4 blueColor (0.0, 0.0, maxValue.z(), maxValue.w())
    [all...]
  /external/aac/libAACenc/src/
qc_main.cpp 158 UINT* RESTRICT maxValue);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 185 put_int(5) # MaxValue
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
OpcodeCreation.c 690 UOpcode.data.u16.MaxValue = FwOpcode->Maximum;
    [all...]
  /external/python/cpython2/Tools/msi/
msilib.py 185 put_int(5) # MaxValue
  /frameworks/rs/script_api/
Specification.h 104 std::string maxValue;

Completed in 2176 milliseconds

1 2 3 4 5 6 78 91011>>