Searched refs:threshold (Results 51 - 75 of 282) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DIntMap.java50 private int size, mask, capacity, threshold; field in class:IntMap
75 this.threshold = (int) (capacity * loadFactor);
140 if (size++ >= threshold){
161 threshold = (int) (newCapacity * loadFactor);
/external/valgrind/massif/tests/
H A Dzero1.post.exp4 ms_print arguments: --threshold=0 massif.out
49 ->00.00% (0B) in 5 places, all below massif's threshold (1.00%)
65 ->00.00% (0B) in 10 places, all below massif's threshold (1.00%)
H A Dzero2.post.exp49 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
65 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
H A Dpeak.post.exp45 ->00.85% (16B) in 1+ places, all below ms_print's threshold (01.00%)
57 ->00.44% (16B) in 1+ places, all below ms_print's threshold (01.00%)
69 ->00.30% (16B) in 1+ places, all below ms_print's threshold (01.00%)
81 ->00.23% (16B) in 1+ places, all below ms_print's threshold (01.00%)
93 ->00.18% (16B) in 1+ places, all below ms_print's threshold (01.00%)
105 ->00.15% (16B) in 1+ places, all below ms_print's threshold (01.00%)
117 ->00.13% (16B) in 1+ places, all below ms_print's threshold (01.00%)
129 ->00.11% (16B) in 1+ places, all below ms_print's threshold (01.00%)
141 ->00.10% (16B) in 1+ places, all below ms_print's threshold (01.00%)
153 ->00.09% (16B) in 1+ places, all below ms_print's threshold (01.0
[all...]
H A Dignored.post.exp45 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
H A Dlong-time.post.exp45 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
59 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
86 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
97 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
112 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
127 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
138 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
154 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
172 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
190 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.0
[all...]
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp37 FX_FLOAT _NormalizeThreshold(FX_FLOAT threshold) argument
39 if (threshold < 300) {
40 return threshold / 2.0f;
41 } else if (threshold < 500) {
42 return threshold / 4.0f;
43 } else if (threshold < 700) {
44 return threshold / 5.0f;
46 return threshold / 6.0f;
1398 FX_FLOAT threshold = prev_width > this_width ? prev_width / 4 : this_width / 4; local
1405 if (FXSYS_fabs(this_y - prev_y) > threshold *
1718 FX_FLOAT threshold = 0; local
1796 FX_FLOAT threshold = charinfo.m_Matrix.TransformXDistance((FX_FLOAT)TEXT_CHARRATIO_GAPDELTA * pTextObj->GetFontSize()); local
2013 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4; local
[all...]
/external/opencv/cv/src/
H A Dcvhough.cpp79 threshold is the minimum number of pixels in the feature for it
86 int threshold, CvSeq *lines, int linesMax )
147 if( accum[base] > threshold &&
192 float rho, float theta, int threshold,
240 threshold = MIN( threshold, 255 );
258 vi.value = threshold;
339 if( caccum[ri * tn + ti > threshold] )
348 icvHoughLinesStandard( img, rho, theta, threshold, lines, linesMax );
360 if( caccum[ri * tn + ti] > threshold )
85 icvHoughLinesStandard( const CvMat* img, float rho, float theta, int threshold, CvSeq *lines, int linesMax ) argument
191 icvHoughLinesSDiv( const CvMat* img, float rho, float theta, int threshold, int srn, int stn, CvSeq* lines, int linesMax ) argument
483 icvHoughLinesProbabalistic( CvMat* image, float rho, float theta, int threshold, int lineLength, int lineGap, CvSeq *lines, int linesMax ) argument
740 cvHoughLines2( CvArr* src_image, void* lineStorage, int method, double rho, double theta, int threshold, double param1, double param2 ) argument
[all...]
/external/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dscalar_opts_ocaml.c173 CAMLprim value llvm_add_scalar_repl_aggregates_with_threshold(value threshold, argument
175 LLVMAddScalarReplAggregatesPassWithThreshold(PM, Int_val(threshold));
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.h101 void draw_wide_point_threshold(struct draw_context *draw, float threshold);
105 void draw_wide_line_threshold(struct draw_context *draw, float threshold);
/external/opencv/cv/include/
H A Dcvtypes.h342 float* threshold; member in struct:CvHaarClassifier
352 float threshold; member in struct:CvHaarStageClassifier
/external/valgrind/none/tests/
H A Dpth_cvsimple.stdout.exp13 hit threshold!
/external/deqp/framework/common/
H A DtcuRGBA.hpp137 inline bool compareThreshold (RGBA a, RGBA b, RGBA threshold) argument
140 return computeAbsDiff(a, b).isBelowThreshold(threshold);
152 bool compareThresholdMasked (RGBA a, RGBA b, RGBA threshold, deUint32 cmpMask);
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DConjugateGradient.h53 RealScalar threshold = tol*tol*rhsNorm2; local
55 if (residualNorm2 < threshold)
77 if(residualNorm2 < threshold)
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java247 public void setCcdMotionThreshold(float threshold) { argument
248 setCcdMotionThreshold(objectId, threshold);
251 private native void setCcdMotionThreshold(long objectId, float threshold); argument
H A DPhysicsGhostObject.java257 public void setCcdMotionThreshold(float threshold) { argument
258 setCcdMotionThreshold(objectId, threshold);
261 private native void setCcdMotionThreshold(long objectId, float threshold); argument
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
H A Di18n.py436 threshold=.85):
448 :param threshold:
459 threshold=threshold,
747 threshold=.85):
750 granularity, threshold)
/external/deqp/modules/gles3/functional/
H A Des3fFramebufferBlitTests.cpp148 // Use pixel-threshold compare for rect cases since 1px off will mean failure.
149 tcu::RGBA threshold = TestCase::m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local
150 return tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, tcu::COMPARE_LOG_RESULT);
189 const tcu::RGBA threshold = TestCase::m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(7,7,7,7); local
195 const bool signConfig = tcu::compareThreshold(baseColor, cellColorA, threshold);
220 const bool isValidColor = tcu::compareThreshold(color, cellColorA, threshold) || tcu::compareThreshold(color, cellColorB, threshold);
249 if (tcu::compareThreshold(color, cellColorA, threshold))
251 else if (tcu::compareThreshold(color, cellColorB, threshold))
260 if (tcu::compareThreshold(color, cellColorA, threshold))
432 tcu::RGBA threshold; local
[all...]
H A Des3fRandomFragmentOpTests.cpp373 const tcu::UVec4 threshold = getCompareThreshold(); member in namespace:deqp::gles3::Functional
386 tcu::RGBA(threshold.x(), threshold.y(), threshold.z(), threshold.w()),
395 threshold,
416 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(2); // Default threshold.
419 * tcu::UVec4(5) + tcu::UVec4(2); // \note Non-scientific ad hoc formula. Need big threshold when few color bits; especially multiple blendings bring extra inaccuracy.
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c252 float offset, float threshold)
255 const float max_dist_line = threshold*offset*offset;
256 const float max_dist_normal = threshold*offset;
332 float offset, float threshold)
440 return good_offset(orig, shifted, offset, threshold);
522 float threshold)
542 threshold *= 1.5;
543 if (threshold > 2.)
547 res = shift(b, o, normal_len, threshold);
567 enum shift_result res = shift(b, o, normal_len, threshold);
250 good_offset(const struct bezier *b1, const struct bezier *b2, float offset, float threshold) argument
330 shift(const struct bezier *orig, struct bezier *shifted, float offset, float threshold) argument
518 bezier_translate_by_normal(struct bezier *bez, struct bezier *curves, int max_curves, float normal_len, float threshold) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp373 const tcu::UVec4 threshold = getCompareThreshold(); member in namespace:deqp::gles2::Functional
386 tcu::RGBA(threshold.x(), threshold.y(), threshold.z(), threshold.w()),
395 threshold,
416 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(2); // Default threshold.
419 * tcu::UVec4(5) + tcu::UVec4(2); // \note Non-scientific ad hoc formula. Need big threshold when few color bits; especially multiple blendings bring extra inaccuracy.
H A Des2fFlushFinishTests.cpp403 const float threshold = ndx == 0 ? m_waitThreshold : m_readThreshold;
404 const bool isOk = behavior == EXPECT_COEF_GREATER_THAN ? coef > threshold :
405 behavior == EXPECT_COEF_LESS_THAN ? coef < threshold : false;
411 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << name << " coefficient to be " << cmpName << " " << threshold << TestLog::EndMessage;
/external/eigen/Eigen/src/LU/
H A DFullPivLU.h154 * For that, it uses the threshold value that you can control by calling
179 * For that, it uses the threshold value that you can control by calling
238 /** Allows to prescribe a threshold to be used by certain methods, such as rank(),
242 * When it needs to get the threshold value, Eigen calls threshold(). By default, this
243 * uses a formula to automatically determine a reasonable threshold.
247 * \param threshold The new value to use as the threshold.
250 * \f$ \vert pivot \vert \leqslant threshold \times \vert maxpivot \vert \f$
255 FullPivLU& setThreshold(const RealScalar& threshold) argument
280 RealScalar threshold() const function in class:Eigen::FullPivLU
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleMatcher.java60 * The default language, in case the threshold is not met.
65 * The default language, in case the threshold is not met.
67 private final double threshold; field in class:LocaleMatcher
72 * threshold, that default language is chosen. Typically the default is English,
114 public LocaleMatcher(LocalePriorityList languagePriorityList, LanguageMatcherData matcherData, double threshold) { argument
121 this.threshold = threshold;
186 if (bestWeight < threshold) {
261 if (bestWeight < threshold) {
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp103 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD));
105 m_testCtx.getLog() << TestLog::Message << "Comparing images, threshold: " << threshold << TestLog::EndMessage;
107 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);

Completed in 692 milliseconds

1234567891011>>