HomeSort by relevance Sort by last modified time
    Searched defs:arith (Results 1 - 7 of 7) sorted by null

  /external/skia/legacy/src/effects/
SkArithmeticMode.cpp 39 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/skia/src/effects/
SkArithmeticMode.cpp 43 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, function
81 a = arith(k1, k2, k3, k4, sa, sa);
82 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
83 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc));
84 b = arith(k1, k2, k3, k4, SkGetPackedB32(sc), SkGetPackedB32(dc));
106 a = arith(k1, k2, k3, k4, sa, sa);
107 r = arith(k1, k2, k3, k4, sr, dr);
108 g = arith(k1, k2, k3, k4, sg, dg);
109 b = arith(k1, k2, k3, k4, sb, db);
  /external/mksh/src/
expr.c 156 bool arith; member in struct:expr_state
183 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith)
190 ret = v_evaluate(&v, expr, error_ok, arith);
200 bool arith)
211 curstate.arith = arith;
238 if (es->arith && es->natural)
241 setint_v(vp, v, es->arith);
257 es->arith = false;
505 setint_v(vasn, vr, es->arith);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 996 Cell *arith(Node **a, int n) /* a[0] + a[1], etc. also -a[0] */ function
    [all...]
  /system/core/sh/
arith.c 113 #line 1 "arith.y"
115 /* $NetBSD: arith.y,v 1.17 2003/09/17 17:33:36 jmmv Exp $ */
152 static char sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95";
154 __RCSID("$NetBSD: arith.y,v 1.17 2003/09/17 17:33:36 jmmv Exp $");
201 #line 202 "arith.c"
1503 arith(s) function
    [all...]
  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c 4486 int arith = 0, logical = 0, compare = 0; local
    [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 350 PPC_TWO_I16 = 0x00000006, // family: arith/logical
7341 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
    [all...]

Completed in 168 milliseconds