Searched defs:arith (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/effects/
H A DSkArithmeticMode.cpp39 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, function
77 a = arith(k1, k2, k3, k4, sa, sa);
78 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
79 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc));
80 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc));
102 a = arith(k1, k2, k3, k4, sa, sa);
103 r = arith(k1, k2, k3, k4, sr, dr);
104 g = arith(k1, k2, k3, k4, sg, dg);
105 b = arith(k1, k2, k3, k4, sb, db);
/external/mksh/src/
H A Dexpr.c136 bool arith; /* evaluating an $(()) expression? */ member in struct:expr_state
169 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) argument
176 ret = v_evaluate(&v, expr, error_ok, arith);
186 bool arith)
196 curstate.arith = arith;
226 if (es->arith && es->natural)
229 setint_v(vp, v, es->arith);
245 es->arith = false;
466 setint_v(vasn, vr, es->arith);
185 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, bool arith) argument
[all...]
H A Dvar.c470 getint(struct tbl *vp, mksh_ari_t *nump, bool arith) argument
490 if (arith && *s == '0' && *(s+1)) {
552 setint_v(struct tbl *vq, struct tbl *vp, bool arith) argument
557 if ((base = getint(vp, &num, arith)) == -1)
/external/qemu/tcg/
H A Dtcg.c715 int c, int right, int arith)
723 if (arith) {
741 if (arith)
714 tcg_gen_shifti_i64(TCGv_i64 ret, TCGv_i64 arg1, int c, int right, int arith) argument
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c4336 int arith, int logical, int compare,
4361 if ((type == PPC_ARITH && !arith) ||
4486 int arith = 0, logical = 0, compare = 0; local
4504 // if (my_strcmp(tmp, "arith") == 0 || my_strcmp(tmp, "a") == 0) {
4505 // arith = 1;
4562 if (arith == 0 && logical == 0 && compare == 0) {
4563 arith = 1;
4586 arith=1;
4599 arith, logical, compare,
4335 do_tests(int one_arg, int two_args, int three_args, int arith, int logical, int compare, int integer, int floats, int p405, int altivec, int faltivec, int cr, unsigned char *filter) argument
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c350 PPC_TWO_I16 = 0x00000006, // family: arith/logical
3824 "PPC integer arith insns with two args",
3829 "PPC integer arith insns with two args with flags update",
3834 "PPC integer arith insns with two args and carry",
3839 "PPC integer arith insns with two args and carry with flags update",
3864 "PPC integer arith insns\n with one register + one 16 bits immediate args",
3869 "PPC integer arith insns\n with one register + one 16 bits immediate args with flags update",
3889 "PPC integer arith insns with one arg and carry",
3894 "PPC integer arith insns with one arg and carry with flags update",
3940 "PPC floating point arith insn
7279 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c350 PPC_TWO_I16 = 0x00000006, // family: arith/logical
3824 "PPC integer arith insns with two args",
3829 "PPC integer arith insns with two args with flags update",
3834 "PPC integer arith insns with two args and carry",
3839 "PPC integer arith insns with two args and carry with flags update",
3864 "PPC integer arith insns\n with one register + one 16 bits immediate args",
3869 "PPC integer arith insns\n with one register + one 16 bits immediate args with flags update",
3889 "PPC integer arith insns with one arg and carry",
3894 "PPC integer arith insns with one arg and carry with flags update",
3940 "PPC floating point arith insn
7279 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
[all...]

Completed in 891 milliseconds