Home
last modified time | relevance | path

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

12345

/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.cpp48 const GrArithmeticFP& arith = args.fFp.cast<GrArithmeticFP>(); in emitCode() local
64 arith.enforcePMColor()); in emitCode()
68 const GrArithmeticFP& arith = proc.cast<GrArithmeticFP>(); in GenKey() local
69 uint32_t key = arith.enforcePMColor() ? 1 : 0; in GenKey()
75 const GrArithmeticFP& arith = proc.cast<GrArithmeticFP>(); in onSetData() local
76 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4()); in onSetData()
191 const ArithmeticXP& arith = processor.cast<ArithmeticXP>(); in GenKey() local
192 uint32_t key = arith.enforcePMColor() ? 1 : 0; in GenKey()
219 const ArithmeticXP& arith = processor.cast<ArithmeticXP>(); in onSetData() local
220 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4()); in onSetData()
[all …]
DSkArithmeticMode.cpp75 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, in arith() function
103 a = arith(k1, k2, k3, k4, SkGetPackedA32(sc), SkGetPackedA32(dc)); in xfer32()
104 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc)); in xfer32()
105 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc)); in xfer32()
106 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc)); in xfer32()
/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/libdwelf/
DAndroid.mk44 LOCAL_CFLAGS += -Wno-pointer-arith
79 LOCAL_CFLAGS += -Wno-pointer-arith
/external/iptables/iptables/
DAndroid.mk17 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith
54 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith
/external/elfutils/libdwfl/
DAndroid.mk109 LOCAL_CFLAGS += -Wno-pointer-arith
158 LOCAL_CFLAGS += -Wno-pointer-arith
/external/elfutils/libelf/
DAndroid.mk151 LOCAL_CFLAGS += -Wno-pointer-arith
185 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/libdrm/tests/modetest/
DMakefile.am3 AM_CFLAGS = $(filter-out -Wpointer-arith, $(WARN_CFLAGS))
/external/elfutils/libdw/
DAndroid.mk157 LOCAL_CFLAGS += -Wno-pointer-arith
193 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/compiler/
Dgcc-dev.mk76 -Wpointer-arith \
/external/selinux/policycoreutils/secon/
DMakefile8 WARNS=-Werror -W -Wall -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-st…
/external/llvm/test/TableGen/
DTargetInstrSpec.td85 multiclass arith<bits<8> opcode, string asmstr, string intr, list<dag> patterns> {
101 defm ADD : arith<0x58, "add", "int_x86_sse2_addSUFFIX",
Dcast.td72 multiclass arith<bits<8> opcode, string asmstr, string Intr> {
82 defm ADD : arith<0x58, "add", "int_x86_sse2_add">;
/external/libjpeg-turbo/
Dconfigure.ac278 AC_ARG_WITH([arith-enc],
279 AC_HELP_STRING([--without-arith-enc],
286 RPM_CONFIG_ARGS="$RPM_CONFIG_ARGS --without-arith-enc"
294 AC_ARG_WITH([arith-dec],
295 AC_HELP_STRING([--without-arith-dec],
302 RPM_CONFIG_ARGS="$RPM_CONFIG_ARGS --without-arith-dec"
315 …bit samples (implies --without-simd --without-turbojpeg --without-arith-dec --without-arith-enc)]))
/external/avahi/avahi-utils/
DAndroid.mk37 -Wpointer-arith \
/external/iproute2/tc/
DAndroid.mk17 LOCAL_CFLAGS := -O2 -g -W -Wall -Wno-pointer-arith -Wno-sign-compare -Werror \
/external/libgdx/gdx/jni/
DAndroid.mk9 -Wno-sign-compare -Wno-shift-negative-value -Wno-pointer-arith -Wno-invalid-noreturn
/external/avahi/avahi-common/
DAndroid.mk42 -Wpointer-arith \
/external/avahi/avahi-client/
DAndroid.mk43 -Wpointer-arith \

12345