Home
last modified time | relevance | path

Searched refs:arith (Results 1 – 25 of 88) sorted by relevance

1234

/external/mesa3d/src/gallium/drivers/nv30/
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); in nv40_fp_if()
483 … nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none)); in nvfx_fragprog_parse_instruction()
489 … nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction()
499 … nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction()
509 … nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction()
532 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, abs(src[0]), none, none)); in nvfx_fragprog_parse_instruction()
535 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none)); in nvfx_fragprog_parse_instruction()
539 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none)); in nvfx_fragprog_parse_instruction()
540 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none)); in nvfx_fragprog_parse_instruction()
[all …]
Dnvfx_vertprog.c113 #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, in nvfx_vertprog_parse_instruction()
506 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, in nvfx_vertprog_parse_instruction()
517 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, in nvfx_vertprog_parse_instruction()
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none)); in nvfx_vertprog_parse_instruction()
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1])); in nvfx_vertprog_parse_instruction()
558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none)); in nvfx_vertprog_parse_instruction()
562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none)); in nvfx_vertprog_parse_instruction()
563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none)); in nvfx_vertprog_parse_instruction()
566 insn = arith(0, VEC, MOV, none.reg, mask, src[0], none, none); in nvfx_vertprog_parse_instruction()
[all …]
/external/skia/src/effects/
DSkArithmeticMode_gpu.cpp84 const GrArithmeticFP& arith = proc.cast<GrArithmeticFP>(); in setData() local
85 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4()); in setData()
86 fEnforcePMColor = arith.enforcePMColor(); in setData()
90 const GrArithmeticFP& arith = proc.cast<GrArithmeticFP>(); in GenKey() local
91 uint32_t key = arith.enforcePMColor() ? 1 : 0; in GenKey()
226 const ArithmeticXP& arith = processor.cast<ArithmeticXP>(); in GenKey() local
227 uint32_t key = arith.enforcePMColor() ? 1 : 0; in GenKey()
252 const ArithmeticXP& arith = processor.cast<ArithmeticXP>(); in onSetData() local
253 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4()); in onSetData()
254 fEnforcePMColor = arith.enforcePMColor(); in onSetData()
DSkArithmeticMode.cpp81 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, in arith() function
121 a = arith(k1, k2, k3, k4, sa, da); in xfer32()
122 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc)); in xfer32()
123 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc)); in xfer32()
124 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc)); in xfer32()
146 a = arith(k1, k2, k3, k4, sa, da); in xfer32()
147 r = arith(k1, k2, k3, k4, sr, dr); in xfer32()
148 g = arith(k1, k2, k3, k4, sg, dg); in xfer32()
149 b = arith(k1, k2, k3, k4, sb, db); in xfer32()
152 a = arith(k1, k2, k3, k4, SkGetPackedA32(sc), SkGetPackedA32(dc)); in xfer32()
[all …]
/external/mksh/src/
Dexpr.c160 bool arith; member
182 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) in evaluate() argument
189 ret = v_evaluate(&v, expr, error_ok, arith); in evaluate()
199 bool arith) in v_evaluate() argument
210 curstate.arith = arith; in v_evaluate()
237 if (es->arith && es->natural) in v_evaluate()
240 setint_v(vp, v, es->arith); in v_evaluate()
256 es->arith = false; in evalerr()
326 setint_v(vasn, vl, es->arith); in do_ppmm()
607 setint_v(vasn, vr, es->arith); in evalexpr()
[all …]
/external/iptables/libiptc/
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/elfutils/src/libdwelf/
DAndroid.mk47 LOCAL_CFLAGS += -Wno-pointer-arith
85 LOCAL_CFLAGS += -Wno-pointer-arith
/external/iptables/iptables/
DAndroid.mk17 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith
48 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith
/external/elfutils/src/libdwfl/
DAndroid.mk109 LOCAL_CFLAGS += -Wno-pointer-arith
152 LOCAL_CFLAGS += -Wno-pointer-arith
/external/fio/
Dconfigure1376 arith="no"
1393 arith="yes"
1396 if test "$arith" = "yes" ; then
1409 arith="no"
1414 echo "lex/yacc for arithmetic $arith"
1575 if test "$arith" = "yes" ; then
/external/elfutils/src/libelf/
DAndroid.mk150 LOCAL_CFLAGS += -Wno-pointer-arith
180 LOCAL_CFLAGS += -Wno-pointer-arith
/external/libdrm/tests/modetest/
DMakefile.am3 AM_CFLAGS = $(filter-out -Wpointer-arith, $(WARN_CFLAGS))
/external/elfutils/src/libdw/
DAndroid.mk160 LOCAL_CFLAGS += -Wno-pointer-arith
196 LOCAL_CFLAGS += -Wno-pointer-arith
/external/libdrm/tests/planetest/
DMakefile.am3 AM_CFLAGS = $(filter-out -Wpointer-arith, $(WARN_CFLAGS))
/external/valgrind/
DAndroid.mk28 -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wmissing-declarations \
/external/llvm/test/TableGen/
Dcast.td72 multiclass arith<bits<8> opcode, string asmstr, string Intr> {
82 defm ADD : arith<0x58, "add", "int_x86_sse2_add">;
DTargetInstrSpec.td85 multiclass arith<bits<8> opcode, string asmstr, string intr, list<dag> patterns> {
101 defm ADD : arith<0x58, "add", "int_x86_sse2_addSUFFIX",
DMultiPat.td106 multiclass arith<bits<8> opcode, string asmstr, string intr, list<list<dag>> patterns> {
114 defm ADD : arith<0x58, "add", "int_x86_sse2_addSUFFIX",
/external/selinux/policycoreutils/secon/
DMakefile8 WARNS=-Werror -W -Wall -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-st…
/external/iproute2/tc/
DAndroid.mk19 LOCAL_CFLAGS := -O2 -g -W -Wall -Wno-pointer-arith -Wno-sign-compare -Werror \
/external/valgrind/drd/scripts/
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/llvm/test/CodeGen/Thumb2/
D2009-11-13-STRDBug.ll4 …%l1, i64 %h1, i64 %count, i32 %prec, i64* nocapture %lv, i64* nocapture %hv, i32 %arith) nounwind {
/external/selinux/secilc/
DMakefile16 …Wextra -Wundef -Wmissing-format-attribute -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wunused
/external/iproute2/ip/
DAndroid.mk28 -Wno-pointer-arith \
/external/iptables/extensions/
DAndroid.mk21 -Wno-sign-compare -Wno-pointer-arith \

1234