HomeSort by relevance Sort by last modified time
    Searched refs:arith (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/skia/src/effects/
SkArithmeticMode_gpu.cpp 48 const GrArithmeticFP& arith = args.fFp.cast<GrArithmeticFP>(); variable
64 arith.enforcePMColor());
68 const GrArithmeticFP& arith = proc.cast<GrArithmeticFP>(); local
69 uint32_t key = arith.enforcePMColor() ? 1 : 0;
75 const GrArithmeticFP& arith = proc.cast<GrArithmeticFP>(); variable
76 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4());
191 const ArithmeticXP& arith = processor.cast<ArithmeticXP>() local
219 const ArithmeticXP& arith = processor.cast<ArithmeticXP>(); variable
    [all...]
SkArithmeticMode.cpp 75 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, function
103 a = arith(k1, k2, k3, k4, SkGetPackedA32(sc), SkGetPackedA32(dc));
104 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
105 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc));
106 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc));
  /external/mesa3d/src/gallium/drivers/nv30/
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);
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(sat, MOV, dst, mask, neg(tmp), none, none))
    [all...]
nvfx_vertprog.c 22 * - 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(sat, VEC, MOV, dst, mask, neg(tmp), none, none))
    [all...]
  /external/iptables/libiptc/
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
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug084.go 20 var arith Service var
  /prebuilts/go/linux-x86/test/fixedbugs/
bug084.go 20 var arith Service var
  /external/iproute2/lib/
Android.mk 35 -Wno-pointer-arith \
72 -Wno-pointer-arith \
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/compiler/
gcc-dev.mk 76 -Wpointer-arith \
  /external/selinux/policycoreutils/secon/
Makefile 8 WARNS=-Werror -W -Wall -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-format-zero-length -Wformat-nonliteral -Wformat-security -Wfloat-equal
  /external/avahi/avahi-utils/
Android.mk 37 -Wpointer-arith \
  /external/iproute2/tc/
Android.mk 17 LOCAL_CFLAGS := -O2 -g -W -Wall -Wno-pointer-arith -Wno-sign-compare -Werror \
  /external/iptables/libxtables/
Android.mk 18 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith -Wno-type-limits -Wno-missing-field-initializers -Wno-unused-parameter -Wno-clobbered
  /external/libdaemon/libdaemon/
Android.mk 22 # -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith
  /external/avahi/avahi-client/
Android.mk 43 -Wpointer-arith \
  /external/avahi/avahi-common/
Android.mk 42 -Wpointer-arith \
  /external/iproute2/ip/
Android.mk 28 -Wno-pointer-arith \
  /external/libgdx/gdx/jni/
Android.mk 9 -Wno-sign-compare -Wno-shift-negative-value -Wno-pointer-arith -Wno-invalid-noreturn
  /external/elfutils/libdwelf/
Android.mk 44 LOCAL_CFLAGS += -Wno-pointer-arith
79 LOCAL_CFLAGS += -Wno-pointer-arith
  /external/iptables/iptables/
Android.mk 17 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith
54 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith
  /external/selinux/secilc/
Makefile 16 CFLAGS ?= -Wall -Wshadow -Wextra -Wundef -Wmissing-format-attribute -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wunused
  /external/mksh/src/
expr.c 160 bool arith; member in struct:expr_state
182 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith)
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);
    [all...]
  /external/avahi/avahi-core/
Android.mk 67 -Wpointer-arith \
  /external/iptables/extensions/
Android.mk 21 -Wno-sign-compare -Wno-pointer-arith \
  /external/elfutils/libdw/
Android.mk 157 LOCAL_CFLAGS += -Wno-pointer-arith
193 LOCAL_CFLAGS += -Wno-pointer-arith

Completed in 1137 milliseconds

1 2 3 4