HomeSort by relevance Sort by last modified time
    Searched refs:negative (Results 51 - 75 of 324) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
zonemeta.h 112 static UnicodeString& formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id);
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 49 sel r8, r9, lr ; select bytes with negative difference
53 usad8 r6, r8, lr ; calculate sum of negative differences
70 sel r8, r9, lr ; select bytes with negative difference
74 usad8 r6, r8, lr ; calculate sum of negative differences
89 sel r8, r9, lr ; select bytes with negative difference
93 usad8 r6, r8, lr ; calculate sum of negative differences
112 sel r8, r9, lr ; select bytes with negative difference
116 usad8 r6, r8, lr ; calculate sum of negative differences
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 49 sel r8, r9, lr ; select bytes with negative difference
53 usad8 r6, r8, lr ; calculate sum of negative differences
70 sel r8, r9, lr ; select bytes with negative difference
74 usad8 r6, r8, lr ; calculate sum of negative differences
89 sel r8, r9, lr ; select bytes with negative difference
93 usad8 r6, r8, lr ; calculate sum of negative differences
112 sel r8, r9, lr ; select bytes with negative difference
116 usad8 r6, r8, lr ; calculate sum of negative differences
  /libcore/luni/src/main/java/java/lang/
Integer.java 116 * @return a negative value if the value of this integer is less than the
162 boolean negative = firstDigit == '-';
163 if (negative || firstDigit == '+') {
190 int result = parse(string, i, base, negative);
403 private static int parse(String string, int offset, int radix, boolean negative) throws NumberFormatException {
421 if (!negative) {
480 * negative and characters from '0' to '9'.
493 * if the number is negative and characters from '0' to '9' and 'a' to 'z',
721 * @return -1 if {@code i} is negative, 1 if {@code i} is positive, 0 if
Long.java 103 * @return a negative value if the value of this long is less than the value
147 boolean negative = firstDigit == '-';
148 if (negative || firstDigit == '+') {
177 long result = parse(string, i, base, negative);
356 private static long parse(String string, int offset, int radix, boolean negative) {
374 if (!negative) {
466 * negative and characters from '0' to '9'.
479 * sign if the number is negative and characters from '0' to '9' and 'a' to
741 * @return -1 if {@code v} is negative, 1 if {@code v} is positive, 0 if
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/d/
T_goto_16_1.d 37 ; test negative offset
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/d/
T_goto_32_1.d 37 ; test negative offset
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/d/
T_opc_goto_1.d 37 ; test negative offset
  /external/libunwind/doc/
unw_strerror.tex 19 The \Func{unw\_strerror}() routine maps the (negative) \Var{err\_code}
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 81 CMN r4, r6 @check for negative saturation
90 CMN r5, r6 @check for negative saturation
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 81 CMN r4, r6 @check for negative saturation
90 CMN r5, r6 @check for negative saturation
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 202 const SparseWeightVector<Key, Hash> &negative);
236 const SparseWeightVector<Key, Hash> &negative,
  /external/v8/test/mjsunit/
mod.js 39 // Negative case.
42 // Check for negative zero.
46 // Check for negative zero.
math-floor-of-div-minus-zero.js 30 // Test for negative zero that doesn't need bail out
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DateNumberFormat.java 140 // negative
198 boolean negative = false;
207 negative = true;
230 num = negative ? num * (-1) : num;
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Evaluator.java 72 // actually slightly negative when re-evaluated; but that results in an
537 int negative = cache.charAt(0) == '-' ? 1 : 0; local
558 // option would be to use a large negative exponent.
564 return msd - wholeSize + lineLength - negative - 1;
589 final int negative = cache.charAt(0) == '-' ? 1 : 0; local
590 final String negativeSign = negative == 1 ? "-" : "";
605 if (lsd < -1 && dotIndex - msdIndex + negative <= SHORT_TARGET_LENGTH
616 } else if (lsd <= SHORT_TARGET_LENGTH - negative - 2
630 int totalDigits = lsdIndex - msdIndex + negative + 1;
641 if (dotIndex > msdIndex && dotIndex < msdIndex + SHORT_TARGET_LENGTH - negative - 1)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 69 final int negative = -5; local
78 myAbsSeekBar.setThumbOffset(negative);
79 assertEquals(negative, myAbsSeekBar.getThumbOffset());
  /external/lldb/source/Plugins/Process/Utility/
ARMUtils.h 150 bool negative = BitIsSet(value, 31); local
159 carry_out = (negative ? 1 : 0);
160 return (negative ? 0xffffffff : 0);
  /external/openssh/
smult_curve25519_ref.c 54 unsigned int negative; local
58 negative = -((a[31] >> 7) & 1);
59 for (j = 0;j < 32;++j) a[j] ^= negative & (aorig[j] ^ a[j]);
  /external/valgrind/VEX/priv/
host_generic_maddf.c 85 unsigned int negative:1; member in struct:vg_ieee754_double::__anon19610
93 unsigned int negative:1;
303 if (v.ieee.negative)
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DataInputCompressor.java 152 boolean negative = (result & 1) != 0; // get sign bit from the bottom,
155 if (negative)
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 502 // the number is negative, then set it again using setBit().
870 final boolean negative = currentToken.startsWith("-");
872 return negative ? Double.NEGATIVE_INFINITY : Double.POSITIVE_INFINITY;
908 final boolean negative = currentToken.startsWith("-");
910 return negative ? Float.NEGATIVE_INFINITY : Float.POSITIVE_INFINITY;
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-1085.js 30 // Test correct checks for negative zero.
regress-max.js 30 // Test Math.max with negative zero as input.
  /external/v8/test/webkit/
array-indexing.js 25 "This test checks that array accessing doesn't do the wrong thing for negative indices"

Completed in 361 milliseconds

1 23 4 5 6 7 8 91011>>