HomeSort by relevance Sort by last modified time
    Searched full:positive (Results 226 - 250 of 4422) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
DoubleMath.java 55 * <li>If {@code x} is positive infinity, the result is positive infinity.
56 * <li>If {@code x} is positive or negative zero, the result is negative infinity.
71 * Returns {@code n!}, that is, the product of the first {@code n} positive
121 * <li>Positive and negative zero are always fuzzily equal.
  /external/opencv3/3rdparty/openexr/Imath/
ImathFun.h 195 // remainder of x/y is always positive:
219 // positive number such that float(f+e) != f.
222 // positive number such that float(f-e) != f.
225 // positive number such that double(d+e) != d.
228 // positive number such that double(d-e) != d.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h 54 /* Minimum normalized positive floating-point number, b**(emin - 1). */
196 #define _FPCLASS_PZ 0x0040 /* Positive Zero */
197 #define _FPCLASS_PD 0x0080 /* Positive Denormal */
198 #define _FPCLASS_PN 0x0100 /* Positive Normal */
199 #define _FPCLASS_PINF 0x0200 /* Positive Infinity */
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 72 void computeUnitaryPositive(UnitaryType *unitary, PositiveType *positive) const;
74 void computePositiveUnitary(PositiveType *positive, UnitaryType *unitary) const;
76 void computeRotationScaling(RotationType *unitary, ScalingType *positive) const;
78 void computeScalingRotation(ScalingType *positive, RotationType *unitary) const;
439 // Make the singular values positive.
536 /** Computes the polar decomposition of the matrix, as a product unitary x positive.
547 PositiveType *positive) const
551 if(positive) *positive = m_matV * m_sigma.asDiagonal() * m_matV.adjoint();
554 /** Computes the polar decomposition of the matrix, as a product positive x unitary
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
PoissonDistributionImpl.java 74 * must be positive; otherwise an <code>IllegalArgument</code> is thrown.
125 * must be positive; otherwise an <code>IllegalArgument</code> is thrown.
151 * positive; otherwise an <code>IllegalArgument</code> is thrown.
163 * positive; otherwise an <code>IllegalArgument</code> is thrown.
319 * The upper bound of the support is positive infinity,
324 * @return upper bound of the support (always <code>Integer.MAX_VALUE</code> for positive infinity)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
CholeskyDecompositionImpl.java 27 * <p>The Cholesky decomposition of a real symmetric positive-definite
43 * and matrix not positive definite. */
68 * strictly positive definite
86 * elements are considered null and matrix not positive definite
90 * strictly positive definite
206 // if we get this far, the matrix was positive definite, hence non-singular
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdaptiveStepsizeIntegrator.java 95 * @param minStep minimal step (must be positive even for backward
97 * @param maxStep maximal step (must be positive even for backward
125 * @param minStep minimal step (must be positive even for backward
127 * @param maxStep maximal step (must be positive even for backward
153 * <p>This method allows the user to specify an initial positive
158 * @param initialStepSize initial step size to use (must be positive even
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
CorrelatedRandomVectorGenerator.java 31 * the resulting correlations are the ones specified by a positive
44 * strictly positive definite. This means that the correlations are
46 * strictly positive elements found during the Cholesky decomposition
93 * covariance matrix is not strictly positive definite
124 * covariance matrix is not strictly positive definite
186 * covariance matrix is not strictly positive definite
  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedSelfAdjointEigenSolver.h 31 * selfadjoint and the matrix \f$ B \f$ should be positive definite.
67 * \param [in] size Positive integer, size of the matrix whose
85 * \param[in] matB Positive-definite matrix in matrix pencil.
93 * selfadjoint matrix \f$ A \f$ and \a matB the positive definite matrix
118 * \param[in] matB Positive-definite matrix in matrix pencil.
130 * with \a matA the selfadjoint matrix \f$ A \f$ and \a matB the positive definite
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/distancefield/
DistanceFieldGenerator.java 72 * @param downscale a positive integer
73 * @throws IllegalArgumentException if downscale is not positive
77 throw new IllegalArgumentException("downscale must be positive");
91 * @param spread a positive number
92 * @throws IllegalArgumentException if spread is not positive
96 throw new IllegalArgumentException("spread must be positive");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalScaleOperationsTest.java 53 * Check a positive scale
253 * Move the decimal point to the left; the shift value is positive
267 * Move the decimal point to the left; the shift value is positive
281 * Move the decimal point to the right; the shift value is positive
295 * Move the decimal point to the right; the shift value is positive
310 * Move the decimal point to the right; the shift value is positive
  /libcore/ojluni/src/main/java/java/security/spec/
ECFieldF2m.java 51 * is not positive.
55 throw new IllegalArgumentException("m is not positive");
81 * is not positive, or <code>rp</code> does not represent
89 throw new IllegalArgumentException("m is not positive");
128 * is not positive, or the length of <code>ks</code>
138 throw new IllegalArgumentException("m is not positive");
  /external/opencv3/3rdparty/openexr/Half/
half.h 43 // Type half can represent positive and negative numbers whose
171 // h.isInfinity() returns true if h is a positive
262 #define HALF_MIN 5.96046448e-08f // Smallest positive half
264 #define HALF_NRM_MIN 6.10351562e-05f // Smallest positive normalized half
266 #define HALF_MAX 65504.0f // Largest positive half
268 #define HALF_EPSILON 0.00097656f // Smallest positive e for which
272 #define HALF_MIN 5.96046448e-08 // Smallest positive half
274 #define HALF_NRM_MIN 6.10351562e-05 // Smallest positive normalized half
276 #define HALF_MAX 65504.0 // Largest positive half
278 #define HALF_EPSILON 0.00097656 // Smallest positive e for whic
    [all...]
  /art/compiler/optimizing/
code_generator_utils.cc 33 * Let nc be the most positive value of numerator(n) such that nc = kd - 1,
68 * To avoid handling both positive and negative divisor, "Hacker's Delight"
  /build/target/board/generic/
BoardConfig.mk 55 # image is displayed. This value may be either positive (after the HW vsync)
58 # will run just after the HW vsync. Setting it to a positive number will
  /cts/tests/camera/src/android/hardware/camera2/cts/
Camera2SurfaceViewCtsActivity.java 59 "should all be positive numbers",
100 String.format("timeout(%d) should be a positive number", timeOutMs));
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintUiHelper.java 52 // The line below prevents the false positive inspection from Android Studio
64 // The line below prevents the false positive inspection from Android Studio
  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintUiHelper.java 52 // The line below prevents the false positive inspection from Android Studio
64 // The line below prevents the false positive inspection from Android Studio
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
FingerprintUiHelper.java 52 // The line below prevents the false positive inspection from Android Studio
64 // The line below prevents the false positive inspection from Android Studio
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
NonMonotonousSequenceException.java 35 * Direction (positive for increasing, negative for decreasing).
72 * @param direction Strictly positive for a sequence required to be
  /external/ceres-solver/internal/ceres/
low_rank_inverse_hessian.h 31 // Limited memory positive definite approximation to the inverse
45 // LowRankInverseHessian is a positive definite approximation to the
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
sample_input_reader.py 100 raise errors.BadReaderParamsError("%s should be a positive int")
105 raise errors.BadReaderParamsError("%s should be a positive int "
  /external/clang/test/Analysis/
dead-stores.m 28 // This test case was reported as a false positive due to a bug in the
38 // This test case was a false positive due to how clang models
uninit-vals-ps.c 86 // This false positive (due to a regression) caused the analyzer to falsely
103 // PR 4631 - False positive with union initializer
  /external/clang/test/OpenMP/
teams_num_teams_messages.cpp 49 #pragma omp teams num_teams(-2) // expected-error {{argument to 'num_teams' clause must be a strictly positive integer value}}
99 #pragma omp teams num_teams (-2) // expected-error {{argument to 'num_teams' clause must be a strictly positive integer value}}

Completed in 1512 milliseconds

1 2 3 4 5 6 7 8 91011>>