HomeSort by relevance Sort by last modified time
    Searched refs:ADD (Results 351 - 375 of 1030) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/graphics/src/android/graphics/cts/
ComposeShaderTest.java 89 PorterDuffXfermode xferMode = new PorterDuffXfermode(PorterDuff.Mode.ADD);
120 ComposeShader composeShader = new ComposeShader(redShader, cyanShader, PorterDuff.Mode.ADD);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 338 public ComposableFunction add(final UnivariateRealFunction f) {
350 * @param a term to add
353 public ComposableFunction add(final double a) {
475 * #asCollector(BivariateRealFunction, double) asCollector(BinaryFunction.ADD, initialValue)}.
481 * @see BinaryFunction#ADD
484 return asCollector(BinaryFunction.ADD, initialValue);
492 * #asCollector(BivariateRealFunction, double) asCollector(BinaryFunction.ADD, 0.0)}.
497 * @see BinaryFunction#ADD
500 return asCollector(BinaryFunction.ADD, 0.0);
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class0.s 79 ADD r11,r3,r9 @pu1_src_top[wd]
89 add r14,r14,pc
103 ADD r4,r4,r0 @pu1_src[(ht - 1) * src_strd]
110 ADD r6,r6,#15 @pu1_src_org[16 - 1]
154 ADD r5,r14,r5 @(ht - row) * src_strd + (wd - col)
172 ADD r12,r12,r1 @Increment the pu1_src pointer by src_strd
186 ADD r5,r14,r5 @II (ht - row) * src_strd + (wd - col)
256 ADD r0,r0,#16 @pu1_src += 16
330 ADD r11,r14,r5 @(ht - row) * src_strd + (wd - 1)
ihevc_sao_edge_offset_class1.s 83 ADD r10,r0,r9 @pu1_src[row * src_strd + wd - 1]
94 ADD r12,r12,r0 @pu1_src[(ht - 1) * src_strd]
110 add r14,r14,pc
141 ADD r10,r10,r1 @*pu1_src + src_strd
145 ADD r6,r10,r1 @II Iteration *pu1_src + src_strd
222 ADD r10,r10,r1 @*pu1_src + src_strd
283 ADD r10,r10,r1 @*pu1_src + src_strd
287 ADD r6,r10,r1 @II Iteration *pu1_src + src_strd
341 ADD r10,r10,r1 @*pu1_src + src_strd
ihevc_sao_edge_offset_class1_chroma.s 87 ADD r11,r0,r10 @pu1_src[row * src_strd + wd - 2]
98 ADD r12,r12,r0 @pu1_src[(ht - 1) * src_strd]
114 add r14,r14,pc
146 ADD r10,r10,r1 @*pu1_src + src_strd
150 ADD r6,r10,r1 @II Iteration *pu1_src + src_strd
235 ADD r10,r10,r1 @*pu1_src + src_strd
301 ADD r10,r10,r1 @*pu1_src + src_strd
305 ADD r6,r10,r1 @II Iteration *pu1_src + src_strd
372 ADD r10,r10,r1 @*pu1_src + src_strd
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 178 setOperationAction(ISD::ADD, MVT::v2i64, Expand);
565 iq = DAG.getNode(ISD::ADD, DL, OVT, iq, jq);
611 r0 = DAG.getNode(ISD::ADD, DL, OVT, r0, r10);
614 r1 = DAG.getNode(ISD::ADD, DL, OVT, r1, r11);
629 r0 = DAG.getNode(ISD::ADD, DL, OVT, r0, r10);
713 r0 = DAG.getNode(ISD::ADD, DL, OVT, r0, r10);
716 r1 = DAG.getNode(ISD::ADD, DL, OVT, r1, r11);
734 r0 = DAG.getNode(ISD::ADD, DL, OVT, r0, r10);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 128 if (N.getOpcode() == ISD::ADD || N.getOpcode() == ISD::OR) {
153 if (N.getOpcode() == ISD::ADD || N.getOpcode() == ISD::OR) {
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 84 if (Addr.getOpcode() == ISD::ADD) {
120 if (Addr.getOpcode() == ISD::ADD) {
  /external/v8/src/parsing/
token.h 81 T(ADD, "+", 12) \
310 return (NOT <= op && op <= VOID) || op == ADD || op == SUB;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Dot_p_neon.s 111 ADD r12, r12, r12
112 ADD r12, r12, #1 @ L_sum = (L_sum << 1) + 1
Syn_filt_32_neon.s 46 ADD r7, r3, #4 @ 4 + Q_new
117 ADD r8, r8, #1
residu_asm_neon.s 41 ADD r9, r1, r7, LSL #1 @copy the address
42 ADD r10, r2, r7, LSL #1
  /frameworks/base/core/java/com/android/internal/widget/
OpReorderer.java 19 import static com.android.internal.widget.AdapterHelper.UpdateOp.ADD;
37 // since move operations breaks continuity, their effects on ADD/RM are hard to handle.
52 case ADD:
82 // going in reverse, first revert the effect of add
98 // now affect of add is consumed. now apply effect of first remove
156 list.add(movePos, extraRm);
160 private void swapMoveAdd(List<UpdateOp> list, int move, UpdateOp moveOp, int add,
163 // going in reverse, first revert the effect of add
178 list.set(add, moveOp);
185 // going in reverse, first revert the effect of add
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlendComposite.java 45 ADD();
204 case ADD:
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 39 ADD = 7,
169 Operator& Operator::create<Operator::ADD>();
  /frameworks/compile/mclinker/lib/Script/
Operator.cpp 179 Operator& Operator::create<Operator::ADD>() {
180 static BinaryOp<Operator::ADD> op;
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
OpReorderer.java 19 import static android.support.v7.widget.AdapterHelper.UpdateOp.ADD;
37 // since move operations breaks continuity, their effects on ADD/RM are hard to handle.
52 case ADD:
82 // going in reverse, first revert the effect of add
98 // now affect of add is consumed. now apply effect of first remove
156 list.add(movePos, extraRm);
160 private void swapMoveAdd(List<UpdateOp> list, int move, UpdateOp moveOp, int add,
163 // going in reverse, first revert the effect of add
178 list.set(add, moveOp);
185 // going in reverse, first revert the effect of add
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
asm_ppc64x.s 102 ADD R5, R3
114 ADD R5, R3
  /prebuilts/go/darwin-x86/src/sync/atomic/
asm_arm.s 82 ADD R2, R3
103 ADD.S R2, R4
asm_ppc64x.s 91 ADD R4, R5
109 ADD R4, R5
asm_s390x.s 77 ADD R3, R5, R6
94 ADD R3, R5, R6
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
asm_ppc64x.s 102 ADD R5, R3
114 ADD R5, R3
  /prebuilts/go/linux-x86/src/sync/atomic/
asm_arm.s 82 ADD R2, R3
103 ADD.S R2, R4
asm_ppc64x.s 91 ADD R4, R5
109 ADD R4, R5
asm_s390x.s 77 ADD R3, R5, R6
94 ADD R3, R5, R6

Completed in 744 milliseconds

<<11121314151617181920>>