/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | reconintra_msa.c | 87 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/ |
D | src-element2-2_0_0.err | 4 …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/ |
D | int-add-09.ll | 1 ; 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.
|
D | atomicrmw-add-04.ll | 5 ; 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.
|
D | fp-add-03.ll | 1 ; Test 128-bit floating-point addition. 5 ; There is no memory form of 128-bit addition.
|
D | atomicrmw-add-01.ll | 7 ; 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
|
D | atomicrmw-add-02.ll | 7 ; 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
|
D | atomicrmw-add-03.ll | 5 ; Check addition of a variable. 19 ; Check addition of 1, which can use AHI. 69 ; Check addition of -1, which can use AHI.
|
D | atomicrmw-sub-05.ll | 5 ; Check addition of a variable. 15 ; Check addition of 1, which needs a temporary.
|
D | atomicrmw-add-05.ll | 5 ; Check addition of a variable. 14 ; Check addition of 1, which needs a temporary.
|
D | atomicrmw-sub-06.ll | 5 ; Check addition of a variable. 15 ; Check addition of 1, which needs a temporary.
|
D | atomicrmw-add-06.ll | 5 ; Check addition of a variable. 14 ; Check addition of 1, which needs a temporary.
|
D | int-add-08.ll | 1 ; 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
|
D | int-add-10.ll | 1 ; 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
|
D | int-sub-06.ll | 1 ; 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
|
D | int-add-07.ll | 1 ; 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/ |
D | IntervalSet.java | 100 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/ |
D | AccessibilityValidator.java | 119 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/ |
D | fp_add_impl.inc | 1 //===----- 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/ |
D | cxxfiles.txt | 3 # Begin temporary addition. 11 # End temporary addition.
|
/external/skia/gyp/ |
D | android_output.gyp | 5 # GYP file to send android SkDebug to stdout in addition to logcat. To enable,
|
/external/eigen/Eigen/ |
D | Jacobi | 15 …* In addition to listed classes, it defines the two following MatrixBase methods to apply a Jacobi…
|
/external/lldb/ |
D | INSTALL.txt | 6 On Mac OS X, in addition to using Xcode you'll need to enable code signing
|
/external/libxml2/os400/iconv/ |
D | README.iconv | 6 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/ |
D | README-WPS | 30 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
|