HomeSort by relevance Sort by last modified time
    Searched refs:maxVal (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 101 InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective);
113 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective)
117 , m_max (maxVal)
301 Vec3 maxVal;
323 addChild(new InterpolationCase(m_context, baseName.c_str(), "", (glu::Precision)precision, coordRanges[coordNdx].minVal, coordRanges[coordNdx].maxVal, false));
324 addChild(new InterpolationCase(m_context, (baseName + "_proj").c_str(), "", (glu::Precision)precision, coordRanges[coordNdx].minVal, coordRanges[coordNdx].maxVal, true));
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 103 InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective);
115 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective)
119 , m_max (maxVal)
307 Vec3 maxVal;
329 addChild(new InterpolationCase(m_context, baseName.c_str(), "", (glu::Precision)precision, coordRanges[coordNdx].minVal, coordRanges[coordNdx].maxVal, false));
330 addChild(new InterpolationCase(m_context, (baseName + "_proj").c_str(), "", (glu::Precision)precision, coordRanges[coordNdx].minVal, coordRanges[coordNdx].maxVal, true));
  /external/deqp/framework/randomshaders/
rsgVariableValue.cpp 165 ValueRange::ValueRange (const VariableType& type, const ConstValueAccess& minVal, const ConstValueAccess& maxVal)
171 getMax() = maxVal.value();
174 ValueRange::ValueRange (const VariableType& type, const Scalar* minVal, const Scalar* maxVal)
180 getMax() = ConstValueAccess(type, maxVal).value();
  /external/aac/libSBRdec/src/
env_calc.cpp     [all...]
  /external/deqp/framework/common/
tcuImageCompare.cpp 47 Vec4 maxVal;
56 maxVal = refMax;
70 maxVal[0] = de::max(maxVal[0], resMax[0]);
71 maxVal[1] = de::max(maxVal[1], resMax[1]);
72 maxVal[2] = de::max(maxVal[2], resMax[2]);
73 maxVal[3] = de::max(maxVal[3], resMax[3])
    [all...]
tcuTextureUtil.hpp 118 void fillWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& maxVal);
129 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal);
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 870 int maxVal, icoeff, res;
875 maxVal = 1 << mantSize;
883 if ((icoeff = (int)(c * 4 * maxVal + 0.5)) < maxVal) {
886 *coeff = (double)icoeff / (double)(4 * maxVal);
887 } else if ((icoeff = (int)(c * 2 * maxVal + 0.5)) < maxVal) {
890 *coeff = (double)icoeff / (double)(2 * maxVal);
891 } else if ((icoeff = (int)(c * maxVal + 0.5)) < maxVal) {
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 647 Vec4 maxVal (range.y());
656 maxVal = tcu::min(maxVal, fmtInfo.valueMax);
659 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
671 Vec4 c = minVal + (maxVal-minVal)*f;
683 IVec4 maxVal (range.y());
694 maxVal = select(maxVal, tcu::min(maxVal, fmtMaxVal), isZero);
697 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage
    [all...]
  /external/aac/libSBRenc/src/
ps_bitenc.cpp 298 const INT maxVal,
308 if( (delta>maxVal) || (delta<0) ) {
310 delta = delta>0?maxVal:0;
326 const INT maxVal,
334 if( (delta>maxVal) || (delta<0) ) {
336 delta = delta>0?maxVal:0;
  /prebuilts/go/darwin-x86/src/strconv/
atoi.go 45 var cutoff, maxVal uint64
93 maxVal = 1<<uint(bitSize) - 1
125 if n1 < n || n1 > maxVal {
  /prebuilts/go/linux-x86/src/strconv/
atoi.go 45 var cutoff, maxVal uint64
93 maxVal = 1<<uint(bitSize) - 1
125 if n1 < n || n1 > maxVal {
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 348 T maxVal = samples[0].*field;
351 maxVal = de::max(maxVal, samples[ndx].*field);
353 return maxVal;
  /external/valgrind/include/
pub_tool_wordfm.h 113 // case, the caller must supply via minVal and maxVal, the value
125 UWord maxKey, UWord maxVal,
  /external/vulkan-validation-layers/libs/glm/detail/
func_common.hpp 200 /// Returns min(max(x, minVal), maxVal) for each component in x
201 /// using the floating-point values minVal and maxVal.
211 genType const & maxVal);
217 typename genType::value_type const & maxVal);
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_vec4.hpp 276 //! Returns min(max(x, minVal), maxVal) for each component in x
277 //! using the floating-point values minVal and maxVal.
283 detail::fvec4SIMD const & maxVal);
288 float const & maxVal);
  /hardware/intel/img/psb_video/src/
psb_overlay.c 289 int maxVal, icoeff, res;
294 maxVal = 1 << mantSize;
302 if ((icoeff = (int)(c * 4 * maxVal + 0.5)) < maxVal) {
305 *coeff = (double)icoeff / (double)(4 * maxVal);
306 } else if ((icoeff = (int)(c * 2 * maxVal + 0.5)) < maxVal) {
309 *coeff = (double)icoeff / (double)(2 * maxVal);
310 } else if ((icoeff = (int)(c * maxVal + 0.5)) < maxVal) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestFmwk.java 191 protected static int getIntProperty(String key, int defVal, int maxVal) {
192 return getParams().getIntProperty(key, defVal, maxVal);
373 public int getIntProperty(String key, int defVal, int maxVal) {
378 return (maxVal == -1) ? Integer.valueOf(s) : Math.max(Integer.valueOf(s), maxVal);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 190 protected static int getIntProperty(String key, int defVal, int maxVal) {
191 return getParams().getIntProperty(key, defVal, maxVal);
372 public int getIntProperty(String key, int defVal, int maxVal) {
377 return (maxVal == -1) ? Integer.valueOf(s) : Math.max(Integer.valueOf(s), maxVal);
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 675 * @param maxVal Maximum allowed value.
679 public static int parseIntRange(String str, int minVal, int maxVal, boolean allowZero) {
686 if (val < minVal || val > maxVal || (val == 0 && !allowZero)) {
700 * @param maxVal Maximum allowed value.
704 public static int[] parseNumberList(String listStr, int minVal, int maxVal,
711 values[0] = parseIntRange(listStr, minVal, maxVal, allowZero);
717 values[i] = parseIntRange(valueStrs[i], minVal, maxVal, allowZero);
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 49 Word16 sfbWidth, maxVal;
56 maxVal = sfbMax[i];
57 bitCount(quantSpectrum + sfbOffset[i], sfbWidth, maxVal, bitLookUp[i]);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_reduce_backward.java 141 float maxVal = Float.NEGATIVE_INFINITY;
149 if (input[idx] > maxVal) {
150 maxVal = input[idx];
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_reduce_backward.java 143 float maxVal = Float.NEGATIVE_INFINITY;
151 if (input[idx] > maxVal) {
152 maxVal = input[idx];
  /cts/suite/audio_quality/test_description/processing/
check_spectrum_playback.py 127 (passFail, minVal, maxVal, amp) = do_check_spectrum_playback(data, samplingRate, fLow,\
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.hpp 76 void fillGradient (MultiPlaneImageData* imageData, const tcu::Vec4& minVal, const tcu::Vec4& maxVal);
  /external/deqp/framework/delibs/dethread/
deThreadTest.c 187 deInt32 maxVal;
200 if (data->counter >= data->maxVal)
310 data.maxVal = 1000;
330 DE_TEST_ASSERT(data.maxVal == data.counter);

Completed in 1994 milliseconds

12 3 4 5 6