/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_fragprog.c | 228 #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 …]
|
D | nvfx_vertprog.c | 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, 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/ |
D | SkArithmeticMode_gpu.cpp | 48 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 …]
|
D | SkArithmeticMode.cpp | 75 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/ |
D | expr.c | 160 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/ |
D | Android.mk | 14 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/ |
D | Android.mk | 44 LOCAL_CFLAGS += -Wno-pointer-arith 79 LOCAL_CFLAGS += -Wno-pointer-arith
|
/external/iptables/iptables/ |
D | Android.mk | 17 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith 54 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith
|
/external/elfutils/libdwfl/ |
D | Android.mk | 109 LOCAL_CFLAGS += -Wno-pointer-arith 158 LOCAL_CFLAGS += -Wno-pointer-arith
|
/external/elfutils/libelf/ |
D | Android.mk | 151 LOCAL_CFLAGS += -Wno-pointer-arith 185 LOCAL_CFLAGS += -Wno-pointer-arith
|
/external/fio/ |
D | configure | 1376 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/ |
D | Makefile.am | 3 AM_CFLAGS = $(filter-out -Wpointer-arith, $(WARN_CFLAGS))
|
/external/elfutils/libdw/ |
D | Android.mk | 157 LOCAL_CFLAGS += -Wno-pointer-arith 193 LOCAL_CFLAGS += -Wno-pointer-arith
|
/external/libdrm/tests/planetest/ |
D | Makefile.am | 3 AM_CFLAGS = $(filter-out -Wpointer-arith, $(WARN_CFLAGS))
|
/external/valgrind/ |
D | Android.mk | 28 -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wmissing-declarations \
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/compiler/ |
D | gcc-dev.mk | 76 -Wpointer-arith \
|
/external/selinux/policycoreutils/secon/ |
D | Makefile | 8 WARNS=-Werror -W -Wall -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-st…
|
/external/llvm/test/TableGen/ |
D | TargetInstrSpec.td | 85 multiclass arith<bits<8> opcode, string asmstr, string intr, list<dag> patterns> { 101 defm ADD : arith<0x58, "add", "int_x86_sse2_addSUFFIX",
|
D | cast.td | 72 multiclass arith<bits<8> opcode, string asmstr, string Intr> { 82 defm ADD : arith<0x58, "add", "int_x86_sse2_add">;
|
/external/libjpeg-turbo/ |
D | configure.ac | 278 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/ |
D | Android.mk | 37 -Wpointer-arith \
|
/external/iproute2/tc/ |
D | Android.mk | 17 LOCAL_CFLAGS := -O2 -g -W -Wall -Wno-pointer-arith -Wno-sign-compare -Werror \
|
/external/libgdx/gdx/jni/ |
D | Android.mk | 9 -Wno-sign-compare -Wno-shift-negative-value -Wno-pointer-arith -Wno-invalid-noreturn
|
/external/avahi/avahi-common/ |
D | Android.mk | 42 -Wpointer-arith \
|
/external/avahi/avahi-client/ |
D | Android.mk | 43 -Wpointer-arith \
|