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

1 23 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_variance_halfpixvar16x16_hv_armv6.asm 64 sel r6, r6, lr ; select bytes with negative difference
68 usad8 r5, r6, lr ; calculate sum of negative differences
72 subs r8, r8, r5 ; subtract negative differences from sum
105 sel r6, r6, lr ; select bytes with negative difference
109 usad8 r5, r6, lr ; calculate sum of negative differences
114 sub r8, r8, r5 ; subtract negative differences from sum
147 sel r6, r6, lr ; select bytes with negative difference
151 usad8 r5, r6, lr ; calculate sum of negative differences
156 sub r8, r8, r5 ; subtract negative differences from sum
189 sel r6, r6, lr ; select bytes with negative differenc
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_rgb9e5.h 48 unsigned int negative:1; member in struct:__anon18399::__anon18400
54 unsigned int negative:1;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_rgb9e5.h 48 unsigned int negative:1; member in struct:__anon31796::__anon31797
54 unsigned int negative:1;
  /external/chromium_org/third_party/icu/source/i18n/
zonemeta.h 112 static UnicodeString& formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id);
  /external/chromium_org/third_party/libvpx/source/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
  /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/chromium_org/base/
sys_info_android.cc 114 bool negative = result <= 0; local
116 if (!parsed || negative || overflow)
  /external/libunwind/doc/
unw_strerror.tex 19 The \Func{unw\_strerror}() routine maps the (negative) \Var{err\_code}
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 306 // the number is negative, then set it again using setBit().
627 final boolean negative = currentToken.startsWith("-");
629 return negative ? Double.NEGATIVE_INFINITY : Double.POSITIVE_INFINITY;
652 final boolean negative = currentToken.startsWith("-");
654 return negative ? Float.NEGATIVE_INFINITY : Float.POSITIVE_INFINITY;
    [all...]
  /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 201 const SparseWeightVector<Key, Hash> &negative);
235 const SparseWeightVector<Key, Hash> &negative,
  /external/chromium_org/v8/test/mjsunit/
mod.js 39 // Negative case.
42 // Check for negative zero.
46 // Check for negative zero.
  /external/chromium_org/media/audio/pulse/
pulse_util.cc 116 int negative = 0; local
118 if (pa_stream_get_latency(stream, &latency_micros, &negative) != 0)
121 if (negative)
  /external/smack/src/org/xbill/DNS/
Generator.java 113 boolean negative = false;
128 negative = true;
142 if (negative)
  /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/valgrind/main/VEX/priv/
host_generic_maddf.c 85 unsigned int negative:1; member in struct:vg_ieee754_double::__anon36509
93 unsigned int negative:1;
303 if (v.ieee.negative)

Completed in 500 milliseconds

1 23 4 5 6 7 8 91011>>