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

<<11121314151617181920>>

  /external/sonivox/arm-wt-22k/lib_src/
eas_math.c 85 /* left shift for positive exponents */
123 /* bias to positive */
  /external/svox/pico/lib/
picokfst.c 108 /* positive number */
134 /* positive number */
  /external/webkit/JavaScriptCore/assembler/
ARMAssembler.cpp 91 int ARMAssembler::genInt(int reg, ARMWord imm, bool positive)
189 if (positive) {
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.8.1.js 57 sign '' according to whether n1 is positive or
66 positive or negative, followed by the decimal
  /external/webkit/WebCore/rendering/
RenderMarquee.cpp 291 bool positive = range > 0; local
296 if (positive)
  /libcore/luni/src/main/java/java/math/
BigInteger.java 234 * zero, 1 for positive).
478 * leading zeros for positive numbers / without leading ones for negative
852 * value == 0} then zero is returned, otherwise the result is positive.
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ObjectIdentifier.java 116 return intHash & 0x7FFFFFFF; // only positive
143 throw new IllegalArgumentException("Subidentifier MUST have positive value");
  /libcore/luni/src/main/java/org/apache/xalan/templates/
DecimalFormatProperties.java 370 * pattern-separator specifies the character used to separate positive
383 * pattern-separator specifies the character used to separate positive
ElemTemplate.java 272 * real number (positive or negative), matching the production
287 * real number (positive or negative), matching the production
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
TimeUnitTest.java 281 * convert saturates positive too-large values to Long.MAX_VALUE
312 * toNanos saturates positive too-large values to Long.MAX_VALUE
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
AndroidVersion.java 243 * negative integer, zero, or a positive integer as this object is less
247 * @return a negative integer, zero, or a positive integer as this object is
  /external/wpa_supplicant/
libtommath.c 64 #define MP_ZPOS 0 /* positive integer */
338 * and sign to positive */
381 /* both positive or both negative */
386 /* one positive, the other negative */
411 /* subtract a negative from a positive, OR */
412 /* subtract a positive from a negative. */
418 /* subtract a positive from a positive, OR */
542 /* modulus P must be positive */
1238 * Simple function copies the input and fixes the sign to positive
    [all...]
  /bionic/libm/src/
k_cos.c 25 * 1. Since cos(-x) = cos(x), we need only to consider positive x.
k_tan.c 25 * 1. Since tan(-x) = -tan(x), we need only to consider positive x.
s_atan.c 19 * 1. Reduce x to positive by atan(x) = -atan(-x).
s_cbrt.c 60 * floating point representation, for finite positive normal values,
  /development/tools/zoneinfo/tzdata2010k/
leapseconds 73 # NO positive leap second will be introduced at the end of December 2010.
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_mmap.c 172 * \return a positive number of frames actually written otherwise a
197 * \return a positive number of frames actually written otherwise a
222 * \return a positive number of frames actually read otherwise a
247 * \return a positive number of frames actually read otherwise a
  /external/apache-http/src/org/apache/http/
HttpConnection.java 89 * @return positive value in milliseconds if a timeout is set,
  /external/bison/src/
tables.h 62 If the value in YYTABLE is positive, we shift the token and go to
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
RSACoreEngine.java 189 h = h.mod(p); // mod (in Java) returns the positive residual
  /external/chromium/net/http/
partial_data.h 56 // should be actually returned to the user), a positive number to indicate
  /external/chromium/sdch/open-vcdiff/src/
varint_bigendian.h 79 // The maximum positive value represented by a SignedIntegerType.
vcdecoder_test.h 62 // Write the maximum expressible positive 32-bit VarintBE
  /external/chromium/third_party/icu/public/common/unicode/
chariter.h 582 * or backward by specifying a positive or negative delta.
583 * @param delta the position relative to origin. A positive delta means forward;
595 * or backward by specifying a positive or negative delta.
596 * @param delta the position relative to origin. A positive delta means forward;

Completed in 1100 milliseconds

<<11121314151617181920>>