HomeSort by relevance Sort by last modified time
    Searched refs:threshold (Results 226 - 250 of 605) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 268 const tcu::Vec4& threshold,
276 log << TestLog::Message << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) << TestLog::EndMessage;
283 const bool isOk = tcu::allEqual(tcu::logicalOr(tcu::lessThanEqual(tcu::abs(reference - resDerivate), threshold), mask), tcu::BVec4(true));
669 const tcu::Vec4 threshold = getSurfaceThreshold() / abs(m_derivScale); local
672 reference, threshold, m_derivScale, m_derivBias);
806 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); local
809 reference, threshold, m_derivScale, m_derivBias);
822 const tcu::Vec4 threshold = max(surfaceThreshold, max(dxThreshold, dyThreshold)); local
825 reference, threshold, m_derivScale, m_derivBias)
1056 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); local
1069 const tcu::Vec4 threshold = max(surfaceThreshold, max(dxThreshold, dyThreshold)); local
    [all...]
es3fFlushFinishTests.cpp 473 const float threshold = ndx == 0 ? m_waitThreshold : m_readThreshold;
474 const bool isOk = behavior == EXPECT_COEF_GREATER_THAN ? coef > threshold :
475 behavior == EXPECT_COEF_LESS_THAN ? coef < threshold : false;
481 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << name << " coefficient to be " << cmpName << " " << threshold << TestLog::EndMessage;
es3fTextureFormatTests.cpp 160 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
211 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
350 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
393 return compareImages(log, referenceFrame, renderedFrame, threshold);
512 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
550 return compareImages(log, (string("Layer" + de::toString(layerNdx))).c_str(), (string("Layer " + de::toString(layerNdx))).c_str(), referenceFrame, renderedFrame, threshold);
664 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
703 return compareImages(log, (string("Slice" + de::toString(sliceNdx))).c_str(), (string("Slice " + de::toString(sliceNdx))).c_str(), referenceFrame, renderedFrame, threshold);
811 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
846 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
961 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
1080 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
1192 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
    [all...]
  /external/chromium_org/chrome/browser/history/
history_types.cc 384 const base::Time& threshold) {
386 threshold.is_null() ? AutocompleteAgeThreshold() : threshold;
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 420 float threshold = 50.0f; local
437 if (change > threshold)
439 log << TestLog::Message << "Allocated objects max: " << max << ", min: " << min << ", difference: " << change << "% threshold: " << threshold << "%" << TestLog::EndMessage;
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 391 const int threshold = 8; local
395 if (color.getGreen() < 255 - threshold || color.getBlue() > threshold)
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 60 * than a tunable threshold value (a secure settings parameter;
71 * storage differential goes below a threshold (again a secure
117 // This is the raw threshold that has been set at which we consider
120 // This is the threshold at which we start trying to flush caches
121 // to get below the low threshold limit. It is less than the low
122 // threshold; we will allow storage to get a bit beyond the limit
125 // This is the threshold that we try to get to when deleting cache
126 // files. This is greater than the low threshold so that we will flush
203 // Read the reporting threshold from secure settings
204 long threshold = Settings.Global.getLong(mResolver local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aftypes.h 92 FT_Pos threshold );
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 203 /* early breakout threshold: for video conf recommend 800 */
261 int vp8_set_roimap(struct VP8_COMP* comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_context.c 389 * is greater than this threshold.
392 draw_wide_point_threshold(struct draw_context *draw, float threshold)
395 draw->pipeline.wide_point_threshold = threshold;
412 * is greater than this threshold.
415 draw_wide_line_threshold(struct draw_context *draw, float threshold)
418 draw->pipeline.wide_line_threshold = roundf(threshold);
  /external/chromium_org/v8/src/
store-buffer.cc 169 int threshold; member in struct:v8::internal::Samples
178 ExemptPopularPages(samples[i].prime_sample_step, samples[i].threshold);
189 void StoreBuffer::ExemptPopularPages(int prime_sample_step, int threshold) {
206 if (old_counter >= threshold) {
store-buffer.h 147 void ExemptPopularPages(int prime_sample_step, int threshold);
  /external/chromium_org/v8/test/mjsunit/
generated-transition-stub.js 136 // Large array under the deopt threshold should be able to trigger GC without
190 // Large array under the deopt threshold should be able to trigger GC without
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 417 tcu::RGBA threshold = renderTarget.getPixelFormat().getColorThreshold() + tcu::RGBA(3,3,3,3);
469 if (!tcu::pixelThresholdCompare(m_context.getTestContext().getLog(), "RenderResult", imageSetDesc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT))
574 const tcu::RGBA threshold (0,0,0,0);
633 if (!tcu::pixelThresholdCompare(m_context.getTestContext().getLog(), "RenderResult", imageSetDesc.c_str(), referenceImg, indexBufferImg, threshold, tcu::COMPARE_LOG_RESULT))
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 179 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
222 return compareImages(log, (string("LayerFace" + de::toString(layerFaceNdx))).c_str(), (string("Layer-face " + de::toString(layerFaceNdx))).c_str(), referenceFrame, renderedFrame, threshold);
317 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
355 bool isOk = compareImages(log, referenceFrame, renderedFrame, threshold);
  /external/eigen/lapack/
dlamch.f 46 *> rmin = underflow threshold - base**(emin-1)
48 *> rmax = overflow threshold - (base**emax)*(1-eps)
slamch.f 50 *> rmin = underflow threshold - base**(emin-1)
52 *> rmax = overflow threshold - (base**emax)*(1-eps)
  /external/libvpx/libvpx/vp8/common/
onyx.h 203 /* early breakout threshold: for video conf recommend 800 */
261 int vp8_set_roimap(struct VP8_COMP* comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.c 389 * is greater than this threshold.
392 draw_wide_point_threshold(struct draw_context *draw, float threshold)
395 draw->pipeline.wide_point_threshold = threshold;
412 * is greater than this threshold.
415 draw_wide_line_threshold(struct draw_context *draw, float threshold)
418 draw->pipeline.wide_line_threshold = roundf(threshold);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassWriter.java 261 * The threshold of the constant pool's hash table.
263 int threshold; field in class:ClassWriter
538 threshold = (int) (0.75d * items.length);
    [all...]
  /external/oprofile/libpp/
diff_container.cpp 52 if (fabs(sym.diffs[0]) < choice.threshold)
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 96 int threshold; member in struct:SDL_PrivateVideoData::__anon33327
  /external/valgrind/main/massif/tests/
insig.post.exp 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=128 --massif-out-file=massif.out --threshold=0.99 --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
55 ->00.54% (96B) in 1+ places, all below ms_print's threshold (01.00%)
73 ->01.34% (256B) in 16 places, all below massif's threshold (00.99%)
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 53 * {@link #getThreshold() the threshold}.</p>
500 * <p>When <code>threshold</code> is less than or equals 0, a threshold of
503 * @param threshold the number of characters to type before the drop down
510 public void setThreshold(int threshold) {
511 if (threshold <= 0) {
512 threshold = 1;
515 mThreshold = threshold;
737 + " threshold=" + mThreshold);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AssetAtlasService.java 681 int threshold = (int) (pixelCount * PACKING_THRESHOLD); local
683 while (threshold > MAX_SIZE * MAX_SIZE) {
684 threshold >>= 1;
686 mThreshold = threshold;

Completed in 1048 milliseconds

1 2 3 4 5 6 7 8 91011>>