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

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
oper_32b.c 160 * L_num and L_denom must be positive and L_num < L_denom. *
173 * 16 bit positive normalized integer whose value falls in the *
176 * 16 bit positive integer whose value falls in the *
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 201 int UpdateClassifier(const SparseWeightVector<Key, Hash> &positive,
230 // adding any new constraints. positive number is treated as an L0 constraint
235 void UpdateSubGradient(const SparseWeightVector<Key, Hash> &positive,
  /packages/apps/Settings/src/com/android/settings/users/
UserDialogs.java 48 * @param onConfirmListener Callback object for positive action
114 * @param onConfirmListener Callback object for positive action
129 * @param onConfirmListener Callback object for positive action
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerOperateBitsTest.java 65 * bitLength() of a positive number.
75 * bitLength() of a positive number with the leftmost bit set
85 * bitLength() of a positive number which is a power of 2
287 * clearBit(int n) inside a positive number
305 * clearBit(int n) inside a positive number
323 * clearBit(int n) inside a positive number
341 * clearBit(int n) inside a positive number
359 * clearBit(int n) inside a positive number
377 * clearBit(int n) outside a positive number
395 * clearBit(int n) outside a positive numbe
    [all...]
BigIntegerSubtractTest.java 32 * Subtract two positive numbers of the same length.
53 * Subtract two positive numbers of the same length.
75 * The first is positive.
97 * The first is positive.
204 * Subtract two positive numbers of different length.
225 * Subtract two positive numbers of different length.
247 * The first is positive.
269 * The first is positive.
376 * Subtract two positive equal in absolute value numbers.
397 * The number is positive
    [all...]
BigDecimalCompareTest.java 47 * Abs() of a positive BigDecimal
73 * Abs(MathContext) of a positive BigDecimal
355 * plus() for a positive BigDecimal
368 * plus(MathContext) for a positive BigDecimal
415 * negate() for a positive BigDecimal
428 * negate(MathContext) for a positive BigDecimal
475 * signum() for a positive BigDecimal
BigIntegerCompareTest.java 32 * abs() for a positive number
67 * Compare two positive numbers.
82 * Compare two positive numbers.
97 * Compare two equal positive numbers.
156 * The first is positive.
185 * Compare a positive number to ZERO.
197 * Compare ZERO to a positive number.
440 * min of positive and ZERO.
458 * negate() a positive number.
507 * signum() of a positive number
    [all...]
BigIntegerMultiplyTest.java 73 * Multiply two positive numbers of different length.
95 * Multiply two positive numbers of different length.
118 * The first is positive.
141 * The first is positive.
201 * Multiply a positive number by ONE.
351 * Exponentiation of a positive number.
  /device/google/contexthub/lib/libm/
fdlibm.h 29 True if a positive float with bitmask X is finite.
32 True if a positive float with bitmask X is not a number.
35 True if a positive float with bitmask X is +infinity.
87 True if a positive float with bitmask X is +0. Without denormals,
92 True if a non-zero positive float with bitmask X is subnormal.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
FDistributionImpl.java 206 * positive.
218 * positive.
240 * positive.
252 * positive.
297 * The upper bound of the support is always positive infinity,
GammaDistributionImpl.java 134 * @throws IllegalArgumentException if <code>alpha</code> is not positive.
145 * @throws IllegalArgumentException if <code>newAlpha</code> is not positive.
167 * @throws IllegalArgumentException if <code>newBeta</code> is not positive.
178 * @throws IllegalArgumentException if <code>newBeta</code> is not positive.
317 * The upper bound of the support is always positive infinity,
CauchyDistributionImpl.java 173 * @throws IllegalArgumentException if <code>sd</code> is not positive.
184 * @throws IllegalArgumentException if <code>sd</code> is not positive.
288 * positive infinity, regardless of the parameters.
ExponentialDistributionImpl.java 73 * @throws IllegalArgumentException if <code>mean</code> is not positive.
83 * @throws IllegalArgumentException if <code>newMean</code> is not positive.
282 * The upper bound of the support is always positive infinity,
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 207 * <li>If {@code x} is positive infinity, the result is positive infinity.
208 * <li>If {@code x} is positive or negative zero, the result is negative infinity.
234 checkArgument(x > 0.0 && isFinite(x), "x must be positive and finite");
240 // x is positive, finite, and normal
286 * Returns {@code n!}, that is, the product of the first {@code n} positive
336 * <li>Positive and negative zero are always fuzzily equal.
  /system/connectivity/shill/dhcp/
dhcp_config_unittest.cc 272 config_->pid_ = 1 << 18; // Ensure unknown positive PID.
280 config_->pid_ = 1 << 18; // Ensure unknown positive PID.
292 config_->pid_ = 1 << 18; // Ensure unknown positive PID.
304 config_->pid_ = 1 << 18; // Ensure unknown positive PID.
314 config_->pid_ = 1 << 18; // Ensure unknown positive PID.
372 const int kPID1 = 1 << 17; // Ensure unknown positive PID.
412 const int kPID = 1 << 17; // Ensure unknown positive PID.
  /frameworks/base/core/java/android/widget/
OverScroller.java 346 * @param startX Starting horizontal scroll offset in pixels. Positive
348 * @param startY Starting vertical scroll offset in pixels. Positive numbers
350 * @param dx Horizontal distance to travel. Positive numbers will scroll the
352 * @param dy Vertical distance to travel. Positive numbers will scroll the
362 * @param startX Starting horizontal scroll offset in pixels. Positive
364 * @param startY Starting vertical scroll offset in pixels. Positive numbers
366 * @param dx Horizontal distance to travel. Positive numbers will scroll the
368 * @param dy Vertical distance to travel. Positive numbers will scroll the
460 * desired distance from finalX. Absolute value - must be positive.
477 * desired distance from finalY. Absolute value - must be positive
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 347 * @param startX Starting horizontal scroll offset in pixels. Positive
349 * @param startY Starting vertical scroll offset in pixels. Positive numbers
351 * @param dx Horizontal distance to travel. Positive numbers will scroll the
353 * @param dy Vertical distance to travel. Positive numbers will scroll the
363 * @param startX Starting horizontal scroll offset in pixels. Positive
365 * @param startY Starting vertical scroll offset in pixels. Positive numbers
367 * @param dx Horizontal distance to travel. Positive numbers will scroll the
369 * @param dy Vertical distance to travel. Positive numbers will scroll the
461 * desired distance from finalX. Absolute value - must be positive.
478 * desired distance from finalY. Absolute value - must be positive
    [all...]
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
AlertDialogTest.java 140 assertEquals("Positive button not shown", View.GONE,
    [all...]
  /external/ceres-solver/internal/ceres/
line_search_direction.cc 130 << "approximation is not positive definite, and thus "
131 << "initial gradient for search direction is positive: "
185 // positive definite, this is equivalent to the condition:
273 // however we can exploit our knowledge that H_k is positive definite
324 << "approximation is not positive definite, and thus "
325 << "initial gradient for search direction is positive: "
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Vector2.java 319 /** @return the angle in degrees of this vector (point) relative to the x-axis. Angles are towards the positive y-axis (typically
327 /** @return the angle in degrees of this vector (point) relative to the given vector. Angles are towards the positive y-axis
333 /** @return the angle in radians of this vector (point) relative to the x-axis. Angles are towards the positive y-axis.
339 /** @return the angle in radians of this vector (point) relative to the given vector. Angles are towards the positive y-axis.
345 /** Sets the angle of the vector in degrees relative to the x-axis, towards the positive y-axis (typically counter-clockwise).
351 /** Sets the angle of the vector in radians relative to the x-axis, towards the positive y-axis (typically counter-clockwise).
  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 165 * The Process*() functions compute both the positive half FIR dot product and
272 * to the positive sP.
281 * @param sP is the positive half of the coefficients (as viewed by a convolution),
345 * the positive half of the filter is dot product from samples to samples-halfNumCoefs+1.
388 // Compute the polyphase filter index on the positive and negative side.
401 // Compute the polyphase filter index on the positive and negative side.
  /frameworks/base/core/java/android/preference/
DialogPreference.java 187 * Sets the text of the positive button of the dialog. This will be shown on
190 * @param positiveButtonText The text of the positive button.
198 * @param positiveButtonTextResId The positive button text as a resource.
205 * Returns the text of the positive button to be shown on subsequent
208 * @return The text of the positive button.
402 * @param positiveResult Whether the positive button was clicked (true), or
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 64 final int positive = 5; local
68 myAbsSeekBar.setThumbOffset(positive);
69 assertEquals(positive, myAbsSeekBar.getThumbOffset());
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECParameterSpec_ImplTest.java 113 * <code>order</code> or <code>cofactor</code> is not positive<br>
114 * Test preconditions: pass not positive as mentioned parameters<br>
158 // Test case 5: both order and cofactor are not positive
  /external/clang/test/Analysis/
localization.m 163 // return KHLocalizedString(@"1",nil); // false-positive
165 // return KHLocalizedString(@"2",nil); // false-positive
167 // return KHLocalizedString(@"3",nil); // no-false-positive

Completed in 2009 milliseconds

<<11121314151617181920>>