HomeSort by relevance Sort by last modified time
    Searched full:positive (Results 76 - 100 of 1416) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Email/src/org/apache/commons/io/comparator/
ReverseComparator.java 51 * reversing the value (i.e. positive becomes negative and vice versa)
  /bionic/libm/man/
lgamma.3 133 is preferred, as for positive arguments
149 Overflow will occur for sufficiently large positive values, and
150 non-positive integers.
  /external/v8/test/mjsunit/
regexp-lookahead.js 28 // Tests captures in positive and negative look-ahead in regular expressions.
49 // Test of simple positive lookahead.
75 // Positive lookahead with captures.
  /external/webkit/WebCore/platform/win/
DragImageCairoWin.cpp 59 // with the opposite meaning of positive Y axis, so everything we draw into this cairo
79 // with the opposite meaning of positive Y axis, so everything we draw into this cairo
98 // has the opposite meaning of positive Y axis, so everything we draw into this cairo
  /frameworks/base/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/base/core/java/android/widget/
OverScroller.java 297 * @param startX Starting horizontal scroll offset in pixels. Positive
299 * @param startY Starting vertical scroll offset in pixels. Positive numbers
301 * @param dx Horizontal distance to travel. Positive numbers will scroll the
303 * @param dy Vertical distance to travel. Positive numbers will scroll the
313 * @param startX Starting horizontal scroll offset in pixels. Positive
315 * @param startY Starting vertical scroll offset in pixels. Positive numbers
317 * @param dx Horizontal distance to travel. Positive numbers will scroll the
319 * @param dy Vertical distance to travel. Positive numbers will scroll the
400 * desired distance from finalX. Absolute value - must be positive.
662 private void startSpringback(int start, int end, boolean positive) {
    [all...]
  /frameworks/base/core/java/android/preference/
DialogPreference.java 176 * Sets the text of the positive button of the dialog. This will be shown on
179 * @param positiveButtonText The text of the positive button.
187 * @param positiveButtonTextResId The positive button text as a resource.
194 * Returns the text of the positive button to be shown on subsequent
197 * @return The text of the positive button.
390 * @param positiveResult Whether the positive button was clicked (true), or
  /libcore/luni/src/main/java/java/lang/
Double.java 63 * Constant for the positive infinity value of the {@code double} type.
73 * Constant for the smallest positive normal value of the {@code double} type.
153 * value of {@code object} are equal; a positive value if the value
247 * @return {@code true} if the value of this double is positive or negative
259 * @return {@code true} if the value of {@code d} is positive or negative
372 * 0 if {@code double1} and {@code double2} are equal; a positive
Float.java 60 * Constant for the positive infinity value of the {@code float} type.
70 * Constant for the smallest positive normal value of the {@code float} type.
159 * value of {@code object} are equal; a positive value if the value
263 * @return {@code true} if the value of this float is positive or negative
275 * @return {@code true} if the value of {@code f} is positive or negative
378 * 0 if {@code float1} and {@code float2} are equal; a positive
  /external/guava/src/com/google/common/primitives/
UnsignedBytes.java 27 * as the positive value {@code 256 + b}). The corresponding methods that treat
74 * the value of positive {@code 129}.
78 * @return a negative value if {@code a} is less than {@code b}; a positive
  /external/skia/include/effects/
SkGradientShader.h 59 @param radius Must be positive. The radius of the circle for this gradient
82 @param startRadius Must be positive. The radius of the start circle for this gradient.
84 @param endRadius Must be positive. The radius of the end circle for this gradient.
  /libcore/luni/src/main/java/java/math/
BitLevel.java 51 // We reduce the problem to the positive case.
88 * Performs a fast bit testing for positive numbers. The bit to to be tested
250 } else {//case where val is positive
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
float.h 120 /* Minimum normalized positive floating-point number, b**(emin - 1). */
209 /* Minimum normalized positive floating-point number. */
217 /* Minimum denormalized positive floating-point number. */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
float.h 117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
206 /* Minimum normalized positive floating-point number. */
214 /* Minimum subnormal positive floating-point number. */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
float.h 117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
206 /* Minimum normalized positive floating-point number. */
214 /* Minimum subnormal positive floating-point number. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
float.h 120 /* Minimum normalized positive floating-point number, b**(emin - 1). */
209 /* Minimum normalized positive floating-point number. */
217 /* Minimum denormalized positive floating-point number. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
float.h 117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
206 /* Minimum normalized positive floating-point number. */
214 /* Minimum subnormal positive floating-point number. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
float.h 117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
206 /* Minimum normalized positive floating-point number. */
214 /* Minimum subnormal positive floating-point number. */
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
float.h 120 /* Minimum normalized positive floating-point number, b**(emin - 1). */
209 /* Minimum normalized positive floating-point number. */
217 /* Minimum denormalized positive floating-point number. */
  /bionic/libm/src/
e_atanh.c 21 * 1.Reduced x to positive by atanh(-x) = -atanh(x)
  /dalvik/dx/src/com/android/dx/cf/iface/
ParseObserver.java 28 * or decrease (positive or negative argument, respectively).
  /dalvik/vm/mterp/x86-atom/
OP_CMPL_FLOAT.S 24 * to specify positive or negative bias for NaN.
  /external/bison/lib/
xalloc.h 60 to size arithmetic overflow. S must be positive and N must be
  /external/bluetooth/glib/docs/reference/glib/tmpl/
linked_lists_double.sgml 249 value comes before the second, 0 if they are equal, or a positive
255 @Returns: negative value if @a &lt; @b; zero if @a = @b; positive value
286 value comes before the second, 0 if they are equal, or a positive
293 @Returns: negative value if @a &lt; @b; zero if @a = @b; positive value
  /external/chromium/third_party/icu/source/test/intltest/
callimts.h 73 * @param testDuration if positive, the number of days to be tested.

Completed in 698 milliseconds

1 2 34 5 6 7 8 91011>>