/external/eigen/Eigen/src/SVD/ |
JacobiSVD.h | 680 * For that, it uses the threshold value that you can control by calling 688 RealScalar premultiplied_threshold = m_singularValues.coeff(0) * threshold(); 694 /** Allows to prescribe a threshold to be used by certain methods, such as rank() and solve(), 698 * When it needs to get the threshold value, Eigen calls threshold(). 701 * \param threshold The new value to use as the threshold. 704 * \f$ \vert singular value \vert \leqslant threshold \times \vert max singular value \vert \f$. 708 JacobiSVD& setThreshold(const RealScalar& threshold) 711 m_prescribedThreshold = threshold; 733 RealScalar threshold() const function in class:Eigen::JacobiSVD [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
LocaleMatcherTest.java | 53 // LocaleMatcherData matcherData, double threshold) 141 double threshold = 0.05; local 152 .build(), localeMatcherData, threshold);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
LocaleMatcherTest.java | 49 // LocaleMatcherData matcherData, double threshold) 137 double threshold = 0.05; local 148 .build(), localeMatcherData, threshold);
|
/external/jsoncpp/src/lib_json/ |
json_reader.cpp | 526 Value::LargestUInt threshold = maxIntegerValue / 10; local 535 if (value >= threshold) { 540 if (value > threshold || current != token.end_ ||
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btConvexConvexAlgorithm.cpp | 320 btScalar threshold = m_manifoldPtr->getContactBreakingThreshold(); local 324 body0Wrap->getWorldTransform(),body1Wrap->getWorldTransform(),threshold); 326 if (dist<threshold) 463 btScalar threshold = m_manifoldPtr->getContactBreakingThreshold(); local 508 body1Wrap->getWorldTransform(), minDist-threshold, threshold, *resultOut); local 531 btScalar threshold = m_manifoldPtr->getContactBreakingThreshold(); local 535 btScalar maxDist = threshold; 562 //maxDist = threshold; 572 body0Wrap->getWorldTransform(), vertices, minDist-threshold, maxDist, *resultOut) [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
ProgressBar.java | 53 private float threshold; field in class:ProgressBar 321 /** Will make this progress bar snap to the specified values, if the knob is within the threshold. */ 322 public void setSnapToValues (float[] values, float threshold) { 324 this.threshold = threshold; 331 if (Math.abs(value - snapValues[i]) <= threshold) return snapValues[i];
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
IdentityMap.java | 44 private int hashShift, mask, threshold;
field in class:IdentityMap 75 threshold = (int)(capacity * loadFactor);
137 if (size++ >= threshold) resize(capacity << 1);
144 if (size++ >= threshold) resize(capacity << 1);
151 if (size++ >= threshold) resize(capacity << 1);
168 if (size++ >= threshold) resize(capacity << 1);
177 if (size++ >= threshold) resize(capacity << 1);
186 if (size++ >= threshold) resize(capacity << 1);
232 if (size++ >= threshold) resize(capacity << 1);
241 if (size++ >= threshold) resize(capacity << 1); [all...] |
IntFloatMap.java | 47 private int hashShift, mask, threshold; field in class:IntFloatMap 78 threshold = (int)(capacity * loadFactor); 145 if (size++ >= threshold) resize(capacity << 1); 152 if (size++ >= threshold) resize(capacity << 1); 159 if (size++ >= threshold) resize(capacity << 1); 185 if (size++ >= threshold) resize(capacity << 1); 194 if (size++ >= threshold) resize(capacity << 1); 203 if (size++ >= threshold) resize(capacity << 1); 248 if (size++ >= threshold) resize(capacity << 1); 257 if (size++ >= threshold) resize(capacity << 1) [all...] |
IntIntMap.java | 45 private int hashShift, mask, threshold; field in class:IntIntMap 76 threshold = (int)(capacity * loadFactor); 143 if (size++ >= threshold) resize(capacity << 1); 150 if (size++ >= threshold) resize(capacity << 1); 157 if (size++ >= threshold) resize(capacity << 1); 183 if (size++ >= threshold) resize(capacity << 1); 192 if (size++ >= threshold) resize(capacity << 1); 201 if (size++ >= threshold) resize(capacity << 1); 246 if (size++ >= threshold) resize(capacity << 1); 255 if (size++ >= threshold) resize(capacity << 1) [all...] |
IntMap.java | 46 private int hashShift, mask, threshold;
field in class:IntMap 77 threshold = (int)(capacity * loadFactor);
149 if (size++ >= threshold) resize(capacity << 1);
156 if (size++ >= threshold) resize(capacity << 1);
163 if (size++ >= threshold) resize(capacity << 1);
190 if (size++ >= threshold) resize(capacity << 1);
199 if (size++ >= threshold) resize(capacity << 1);
208 if (size++ >= threshold) resize(capacity << 1);
254 if (size++ >= threshold) resize(capacity << 1);
263 if (size++ >= threshold) resize(capacity << 1); [all...] |
LongMap.java | 46 private int hashShift, mask, threshold;
field in class:LongMap 77 threshold = (int)(capacity * loadFactor);
149 if (size++ >= threshold) resize(capacity << 1);
156 if (size++ >= threshold) resize(capacity << 1);
163 if (size++ >= threshold) resize(capacity << 1);
190 if (size++ >= threshold) resize(capacity << 1);
199 if (size++ >= threshold) resize(capacity << 1);
208 if (size++ >= threshold) resize(capacity << 1);
253 if (size++ >= threshold) resize(capacity << 1);
262 if (size++ >= threshold) resize(capacity << 1); [all...] |
ObjectFloatMap.java | 43 private int hashShift, mask, threshold; field in class:ObjectFloatMap 74 threshold = (int)(capacity * loadFactor); 132 if (size++ >= threshold) resize(capacity << 1); 139 if (size++ >= threshold) resize(capacity << 1); 146 if (size++ >= threshold) resize(capacity << 1); 167 if (size++ >= threshold) resize(capacity << 1); 176 if (size++ >= threshold) resize(capacity << 1); 185 if (size++ >= threshold) resize(capacity << 1); 231 if (size++ >= threshold) resize(capacity << 1); 240 if (size++ >= threshold) resize(capacity << 1) [all...] |
ObjectIntMap.java | 43 private int hashShift, mask, threshold;
field in class:ObjectIntMap 74 threshold = (int)(capacity * loadFactor);
132 if (size++ >= threshold) resize(capacity << 1);
139 if (size++ >= threshold) resize(capacity << 1);
146 if (size++ >= threshold) resize(capacity << 1);
167 if (size++ >= threshold) resize(capacity << 1);
176 if (size++ >= threshold) resize(capacity << 1);
185 if (size++ >= threshold) resize(capacity << 1);
231 if (size++ >= threshold) resize(capacity << 1);
240 if (size++ >= threshold) resize(capacity << 1); [all...] |
ObjectMap.java | 43 private int hashShift, mask, threshold;
field in class:ObjectMap 74 threshold = (int)(capacity * loadFactor);
141 if (size++ >= threshold) resize(capacity << 1);
148 if (size++ >= threshold) resize(capacity << 1);
155 if (size++ >= threshold) resize(capacity << 1);
178 if (size++ >= threshold) resize(capacity << 1);
187 if (size++ >= threshold) resize(capacity << 1);
196 if (size++ >= threshold) resize(capacity << 1);
242 if (size++ >= threshold) resize(capacity << 1);
251 if (size++ >= threshold) resize(capacity << 1); [all...] |
/external/opencv/cv/src/ |
cvcontourtree.cpp | 64 // threshold - threshold for the binary tree building 69 CvContourTree ** tree, double threshold ) 157 e = 20.; /* initial threshold value */ 236 if( s_c < threshold ) 644 // threshold - threshold for the binary tree building 648 cvCreateContourTree( const CvSeq* contour, CvMemStorage* storage, double threshold ) 655 IPPI_CALL( icvCreateContourTree( contour, storage, &tree, threshold )); 673 // criteria - criteria for the definition threshold valu 688 double threshold; local [all...] |
/external/opencv/cxcore/src/ |
cxsvd.cpp | 1029 double threshold = 0; local 1039 threshold += w[i]; 1040 threshold *= 2*DBL_EPSILON; 1047 if( wi > threshold ) 1123 float threshold = 0.f; local 1133 threshold += w[i]; 1134 threshold *= 2*FLT_EPSILON; 1141 if( wi > threshold ) [all...] |
/external/opencv3/modules/calib3d/src/ |
ptsetreg.cpp | 81 : cb(_cb), modelPoints(_modelPoints), threshold(_threshold), confidence(_confidence), maxIters(_maxIters) 230 goodCount = findInliers( m1, m2, model_i, err, mask, threshold ); 265 double threshold; member in class:cv::RANSACPointSetRegistrator 471 const float threshold = 0.996f; local 495 if( num*num > threshold*threshold*denom )
|
/external/opencv3/modules/imgproc/src/ |
floodfill.cpp | 101 int threshold; member in struct:cv::ConnectedComp 119 threshold = -1;
|
thresh.cpp | 161 CV_Error( CV_StsBadArg, "Unknown threshold type" ); 1186 double cv::threshold( InputArray _src, OutputArray _dst, double thresh, double maxval, int type ) function in class:cv [all...] |
/external/opencv3/modules/imgproc/test/ |
test_histograms.cpp | 804 double threshold; member in class:CV_ThreshHistTest 813 threshold = 0; 839 threshold = cvtest::randReal(rng)*gen_hist_max_val; 883 cvThreshHist( hist[0], threshold ); 914 if( v0 <= threshold ) v0 = 0.f; [all...] |
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
VirtualDisplayTest.java | 476 // We use this threshold in case the display is being letterboxed when 482 final int threshold = width * height / 4; local 483 if (bluePixels > threshold) { 487 if (greenPixels > threshold) { 491 if (blackPixels > threshold) {
|
/libcore/ojluni/src/main/java/java/util/ |
Hashtable.java | 145 * The table is rehashed when its size exceeds this threshold. (The 150 private int threshold; field in class:Hashtable 195 threshold = (initialCapacity <= MAX_ARRAY_SIZE + 1) ? initialCapacity : MAX_ARRAY_SIZE + 1; 406 threshold = (int)Math.min(newCapacity * loadFactor, MAX_ARRAY_SIZE + 1); 458 if (count >= threshold) { 459 // Rehash the table if the threshold is exceeded [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
ProximityInfo.java | 248 final int threshold = (int) (defaultWidth * SEARCH_DISTANCE); local 249 final int thresholdSquared = threshold * threshold; 274 We want to select the cells which center falls between the top of the key minus the threshold, 275 and the bottom of the key plus the threshold. 276 topPixelWithinThreshold is key.mY - threshold, and bottomPixelWithinThreshold is 277 key.mY + key.mHeight + threshold. 291 v |---+---+--threshold--|-+---+---+---+---+---| | 294 | | | |***|**########------------------- key.mY | within the threshold. We align that on 330 final int topPixelWithinThreshold = keyY - threshold; [all...] |
/system/core/logd/ |
LogBuffer.cpp | 480 // persistent and hits a further threshold, kill the reader thread. 559 // Calculate threshold as 12.5% of available storage 560 size_t threshold = log_buffer_size(id) / 8; local 561 if ((worst_sizes > threshold) 567 if (second_worst_sizes < threshold) { 568 second_worst_sizes = threshold; [all...] |
/system/extras/ANRdaemon/ |
ANRdaemon.cpp | 80 * Logging on/off threshold. 158 * If tracing is on, increase the idle threshold by 1.00% so that we do not 160 * threshold. 164 int threshold = idle_threshold + (tracing?100:0); local 169 return (diff_idle * 10000 < diff_total * threshold); 500 " -t N cpu threshold for logging to start " 529 int threshold; local 544 threshold = atoi(optarg); 545 if (threshold > 9999 || threshold < 5000) [all...] |