Home
last modified time | relevance | path

Searched refs:addition (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/external/libvpx/libvpx/vp8/common/mips/msa/
Dreconintra_msa.c87 uint32_t row, addition = 0; in intra_predict_dc_8x8_msa() local
101 addition = __msa_copy_u_w((v4i32)sum, 0); in intra_predict_dc_8x8_msa()
105 addition += src_left[row * src_stride_left]; in intra_predict_dc_8x8_msa()
108 addition = (addition + 8) >> 4; in intra_predict_dc_8x8_msa()
109 store = (v16u8)__msa_fill_b(addition); in intra_predict_dc_8x8_msa()
115 addition += src_left[row * src_stride_left]; in intra_predict_dc_8x8_msa()
118 addition = (addition + 4) >> 3; in intra_predict_dc_8x8_msa()
119 store = (v16u8)__msa_fill_b(addition); in intra_predict_dc_8x8_msa()
149 uint32_t addition = 0; in intra_predict_dc_16x16_msa() local
164 addition = __msa_copy_u_w((v4i32)sum, 0); in intra_predict_dc_16x16_msa()
[all …]
/external/libxml2/result/schemas/
Dsrc-element2-2_0_0.err4 …ute 'type': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'.
5 …'nillable': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'.
6 … 'default': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'.
7 …te 'fixed': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'.
8 …ute 'form': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'.
9 …te 'block': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are allowed in addition to 'ref'.
/external/llvm/test/CodeGen/SystemZ/
Dint-add-09.ll1 ; Test 128-bit addition in which the second operand is constant.
6 ; constant into a register and use memory addition.
32 ; Check the next value up, which must use register addition.
45 ; Check addition of -1, which must also use register addition.
Datomicrmw-add-04.ll5 ; Check addition of a variable.
19 ; Check addition of 1, which can use AGHI.
60 ; Check the next value up, which must use a register addition.
69 ; Check addition of -1, which can use AGHI.
105 ; Check the next value down, which must use a register addition.
Dfp-add-03.ll1 ; Test 128-bit floating-point addition.
5 ; There is no memory form of 128-bit addition.
Datomicrmw-add-01.ll7 ; Check addition of a variable.
77 ; Check addition of -1. We add 0xff000000 to the rotated word.
91 ; Check addition of 1. We add 0x01000000 to the rotated word.
119 ; Check addition of a large unsigned value. We add 0xfe000000 to the
Datomicrmw-add-02.ll7 ; Check addition of a variable.
77 ; Check addition of -1. We add 0xffff0000 to the rotated word.
91 ; Check addition of 1. We add 0x00010000 to the rotated word.
119 ; Check addition of a large unsigned value. We add 0xfffe0000 to the
Datomicrmw-add-03.ll5 ; Check addition of a variable.
19 ; Check addition of 1, which can use AHI.
69 ; Check addition of -1, which can use AHI.
Datomicrmw-sub-05.ll5 ; Check addition of a variable.
15 ; Check addition of 1, which needs a temporary.
Datomicrmw-add-05.ll5 ; Check addition of a variable.
14 ; Check addition of 1, which needs a temporary.
Datomicrmw-sub-06.ll5 ; Check addition of a variable.
15 ; Check addition of 1, which needs a temporary.
Datomicrmw-add-06.ll5 ; Check addition of a variable.
14 ; Check addition of 1, which needs a temporary.
Dint-add-08.ll1 ; Test 128-bit addition in which the second operand is variable.
8 ; Test register addition.
20 ; Test memory addition with no offset. Making the load of %a volatile
Dint-add-10.ll1 ; Test 128-bit addition in which the second operand is a zero-extended i32.
6 ; %b into a register and use memory addition.
35 ; Test register addition in cases where the second operand is zero extended
Dint-sub-06.ll1 ; Test 128-bit addition in which the second operand is a zero-extended i32.
6 ; %b into a register and use memory addition.
35 ; Test register addition in cases where the second operand is zero extended
Dint-add-07.ll1 ; Test 64-bit addition in which the second operand is constant.
123 ; Check the next value down, which must use register addition instead.
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntervalSet.java100 protected void add(Interval addition) { in add() argument
102 if ( addition.b<addition.a ) { in add()
109 if ( addition.equals(r) ) { in add()
112 if ( addition.adjacent(r) || !addition.disjoint(r) ) { in add()
114 Interval bigger = addition.union(r); in add()
129 if ( addition.startsBeforeDisjoint(r) ) { in add()
132 iter.add(addition); in add()
139 intervals.add(addition); in add()
/external/eyes-free/AccessCheck/src/com/android/accessibility/
DAccessibilityValidator.java119 InputSource addition; in findLayoutFiles() local
121 addition = new InputSource(new FileReader(file)); in findLayoutFiles()
123 addition.setPublicId(file.toString()); in findLayoutFiles()
124 layoutFiles.add(addition); in findLayoutFiles()
/external/compiler-rt/lib/builtins/
Dfp_add_impl.inc1 //===----- lib/fp_add_impl.inc - floaing point addition -----------*- C -*-===//
10 // This file implements soft-float addition with the IEEE-754 default rounding
70 // have opposite signs, we are performing a subtraction; otherwise addition.
105 else /* addition */ {
108 // If the addition carried up, we need to right-shift the result and
/external/icu/icu4c/source/test/hdrtst/
Dcxxfiles.txt3 # Begin temporary addition.
11 # End temporary addition.
/external/skia/gyp/
Dandroid_output.gyp5 # GYP file to send android SkDebug to stdout in addition to logcat. To enable,
/external/eigen/Eigen/
DJacobi15 …* In addition to listed classes, it defines the two following MatrixBase methods to apply a Jacobi…
/external/lldb/
DINSTALL.txt6 On Mac OS X, in addition to using Xcode you'll need to enable code signing
/external/libxml2/os400/iconv/
DREADME.iconv6 In addition, character set names have to be given in EBCDIC.
27 - In addition, some aliases are also taken from the association file. Examples
/external/wpa_supplicant_8/hostapd/
DREADME-WPS30 addition of new devices); this may be either in the AP ("internal
48 internal WPS Registrar to manage addition of new WPS enabled clients
49 to the network. In addition, WPS Enrollee functionality in hostapd can
51 point, e.g., for initial network setup. In addition, hostapd can proxy a
141 addition, hostapd control interface event is sent as a notification of
284 registration). In addition, this can be used to update AP UI about the
301 authenticate the connection instead of the PIN. In addition, an NFC tag

12345678910>>...21