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

1 2 3

  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.arith/
Android.mk 17 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/
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/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/iproute2/lib/
Android.mk 31 -Wno-pointer-arith \
64 -Wno-pointer-arith \
  /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
  /external/chromium_org/third_party/skia/src/effects/
SkArithmeticMode.cpp 94 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(k1, k2, k3, k4, SkGetPackedA32(sc), SkGetPackedA32(dc))
414 const GrArithmeticEffect& arith = processor.cast<GrArithmeticEffect>(); local
421 const GrArithmeticEffect& arith = processor.cast<GrArithmeticEffect>(); local
    [all...]
  /external/skia/src/effects/
SkArithmeticMode.cpp 80 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(k1, k2, k3, k4, SkGetPackedA32(sc), SkGetPackedA32(dc))
400 const GrArithmeticEffect& arith = drawEffect.castEffect<GrArithmeticEffect>(); local
407 const GrArithmeticEffect& arith = drawEffect.castEffect<GrArithmeticEffect>(); local
    [all...]
  /external/iproute2/tc/
Android.mk 17 LOCAL_CFLAGS := -O2 -g -W -Wall -Wno-pointer-arith -Wno-sign-compare -Werror
  /external/yaffs2/
Android.mk 13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
  /external/iptables/iptables/
Android.mk 18 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith
49 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith
  /external/iproute2/ip/
Android.mk 26 -Wno-pointer-arith \
  /external/iptables/libxtables/
Android.mk 19 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith -Wno-type-limits -Wno-missing-field-initializers -Wno-unused-parameter -Wno-clobbered
  /external/yaffs2/yaffs2/utils/
Makefile 20 CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
  /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/iptables/extensions/
Android.mk 18 MY_warnings := -Wno-unused-parameter -Wno-missing-field-initializers -Wno-sign-compare -Wno-pointer-arith
  /external/elfutils/0.153/libdw/
Android.mk 153 LOCAL_CFLAGS += -Wno-pointer-arith
180 LOCAL_CFLAGS += -Wno-pointer-arith
  /external/elfutils/0.153/libdwfl/
Android.mk 64 LOCAL_CFLAGS += -Wno-pointer-arith
104 LOCAL_CFLAGS += -Wno-pointer-arith
  /external/elfutils/0.153/libelf/
Android.mk 151 LOCAL_CFLAGS += -Wno-pointer-arith
185 LOCAL_CFLAGS += -Wno-pointer-arith
  /external/valgrind/main/drd/scripts/
download-and-build-splash2 91 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
93 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
download-and-build-splash2.in 91 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
93 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
  /external/skia/gm/
imagefiltersgraph.cpp 166 SkAutoTUnref<SkXfermode> arith(SkArithmeticMode::Create(0, SK_Scalar1, SK_Scalar1, 0));
168 SkXfermodeImageFilter::Create(arith, matrixFilter, offsetFilter));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 131 double_int lshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const;
132 double_int rshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const;
  /external/chromium_org/third_party/skia/gm/
imagefiltersgraph.cpp 188 SkAutoTUnref<SkXfermode> arith(SkArithmeticMode::Create(0, SK_Scalar1, SK_Scalar1, 0));
190 SkXfermodeImageFilter::Create(arith, matrixFilter, offsetFilter));

Completed in 730 milliseconds

1 2 3