Searched refs:arith (Results 1 - 25 of 51) sorted by relevance

123

/external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.arith/
H A DAndroid.mk17 test_makefile := external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.arith/Android.mk
19 test_name := atomics/atomics.types.operations/atomics.types.operations.arith/nothing_to_do
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c228 #define arith(s,o,d,m,s0,s1,s2) \ macro
241 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none);
483 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none));
489 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
499 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
509 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
532 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, abs(src[0]), none, none));
535 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none));
539 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none));
540 nvfx_fp_emit(fpc, arith(sa
[all...]
H A Dnvfx_vertprog.c22 * - extra arith opcodes
113 #define arith(s,t,o,d,m,s0,s1,s2) \ macro
495 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
506 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
517 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none));
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1]));
558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none));
562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none));
563 nvfx_vp_emit(vpc, arith(sa
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c228 #define arith(s,o,d,m,s0,s1,s2) \ macro
241 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none);
483 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none));
489 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
499 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
509 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
532 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, abs(src[0]), none, none));
535 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none));
539 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none));
540 nvfx_fp_emit(fpc, arith(sa
[all...]
H A Dnvfx_vertprog.c22 * - extra arith opcodes
113 #define arith(s,t,o,d,m,s0,s1,s2) \ macro
495 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
506 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
517 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none));
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1]));
558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none));
562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none));
563 nvfx_vp_emit(vpc, arith(sa
[all...]
/external/iproute2/lib/
H A DAndroid.mk31 -Wno-pointer-arith \
64 -Wno-pointer-arith \
/external/iptables/libiptc/
H A DAndroid.mk14 LOCAL_CFLAGS += -Wno-pointer-arith -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign
38 LOCAL_CFLAGS += -Wno-pointer-arith -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign
/external/chromium_org/third_party/skia/src/effects/
H A DSkArithmeticMode.cpp94 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, function
134 a = arith(k1, k2, k3, k4, sa, da);
135 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
136 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc));
137 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc));
159 a = arith(k1, k2, k3, k4, sa, da);
160 r = arith(k1, k2, k3, k4, sr, dr);
161 g = arith(k1, k2, k3, k4, sg, dg);
162 b = arith(k1, k2, k3, k4, sb, db);
165 a = arith(k
414 const GrArithmeticEffect& arith = processor.cast<GrArithmeticEffect>(); local
421 const GrArithmeticEffect& arith = processor.cast<GrArithmeticEffect>(); local
[all...]
/external/skia/src/effects/
H A DSkArithmeticMode.cpp80 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, function
120 a = arith(k1, k2, k3, k4, sa, da);
121 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
122 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc));
123 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc));
145 a = arith(k1, k2, k3, k4, sa, da);
146 r = arith(k1, k2, k3, k4, sr, dr);
147 g = arith(k1, k2, k3, k4, sg, dg);
148 b = arith(k1, k2, k3, k4, sb, db);
151 a = arith(k
400 const GrArithmeticEffect& arith = drawEffect.castEffect<GrArithmeticEffect>(); local
407 const GrArithmeticEffect& arith = drawEffect.castEffect<GrArithmeticEffect>(); local
[all...]
/external/iproute2/tc/
H A DAndroid.mk17 LOCAL_CFLAGS := -O2 -g -W -Wall -Wno-pointer-arith -Wno-sign-compare -Werror
/external/yaffs2/
H A DAndroid.mk13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
/external/iptables/iptables/
H A DAndroid.mk18 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith
49 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith
/external/iproute2/ip/
H A DAndroid.mk26 -Wno-pointer-arith \
/external/iptables/libxtables/
H A DAndroid.mk19 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith -Wno-type-limits -Wno-missing-field-initializers -Wno-unused-parameter -Wno-clobbered
/external/yaffs2/yaffs2/utils/
H A DMakefile20 CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
/external/mksh/src/
H A Dexpr.c160 bool arith; member in struct:expr_state
182 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) argument
189 ret = v_evaluate(&v, expr, error_ok, arith);
199 bool arith)
210 curstate.arith = arith;
237 if (es->arith && es->natural)
240 setint_v(vp, v, es->arith);
256 es->arith = false;
326 setint_v(vasn, vl, es->arith);
198 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, bool arith) argument
[all...]
/external/iptables/extensions/
H A DAndroid.mk18 MY_warnings := -Wno-unused-parameter -Wno-missing-field-initializers -Wno-sign-compare -Wno-pointer-arith
/external/elfutils/0.153/libdw/
H A DAndroid.mk153 LOCAL_CFLAGS += -Wno-pointer-arith
180 LOCAL_CFLAGS += -Wno-pointer-arith
/external/elfutils/0.153/libdwfl/
H A DAndroid.mk64 LOCAL_CFLAGS += -Wno-pointer-arith
104 LOCAL_CFLAGS += -Wno-pointer-arith
/external/elfutils/0.153/libelf/
H A DAndroid.mk151 LOCAL_CFLAGS += -Wno-pointer-arith
185 LOCAL_CFLAGS += -Wno-pointer-arith
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash291 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
93 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
H A Ddownload-and-build-splash2.in91 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
93 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
/external/skia/gm/
H A Dimagefiltersgraph.cpp166 SkAutoTUnref<SkXfermode> arith(SkArithmeticMode::Create(0, SK_Scalar1, SK_Scalar1, 0));
168 SkXfermodeImageFilter::Create(arith, matrixFilter, offsetFilter));
/external/chromium_org/third_party/skia/gm/
H A Dimagefiltersgraph.cpp188 SkAutoTUnref<SkXfermode> arith(SkArithmeticMode::Create(0, SK_Scalar1, SK_Scalar1, 0));
190 SkXfermodeImageFilter::Create(arith, matrixFilter, offsetFilter));
/external/oprofile/events/i386/westmere/
H A Devents23 event:0x14 counters:0,1,2,3 um:arith minimum:2000000 name:ARITH : Cycles the divider is busy

Completed in 614 milliseconds

123