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

/external/protobuf/js/binary/
H A Darith.js40 goog.provide('jspb.arith.Int64');
41 goog.provide('jspb.arith.UInt64');
53 jspb.arith.UInt64 = function(lo, hi) {
70 * @param {!jspb.arith.UInt64} other
73 jspb.arith.UInt64.prototype.cmp = function(other) {
86 * @return {!jspb.arith.UInt64}
88 jspb.arith.UInt64.prototype.rightShift = function() {
91 return new jspb.arith.UInt64(lo >>> 0, hi >>> 0);
97 * @return {!jspb.arith.UInt64}
99 jspb.arith
[all...]
/external/skia/src/effects/
H A DSkXfermodeImageFilter.cpp86 static int unflatten_blendmode(SkReadBuffer& buffer, SkArithmeticParams* arith) { argument
90 if (xfer->isArithmetic(arith)) {
106 SkArithmeticParams arith; local
107 int mode = unflatten_blendmode(buffer, &arith);
112 return SkArithmeticImageFilter::Make(arith.fK[0], arith.fK[1], arith.fK[2], arith.fK[3],
113 arith.fEnforcePMColor, common.getInput(0),
H A DSkArithmeticImageFilter.cpp237 const ArithmeticFP& arith = args.fFp.cast<ArithmeticFP>(); variable
259 if (arith.fEnforcePMColor) {
268 const ArithmeticFP& arith = proc.cast<ArithmeticFP>(); variable
269 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4());
/external/v8/src/compiler/
H A Dloop-variable-optimizer.h21 Node* arith() const { return arith_; } function in class:v8::internal::compiler::InductionVariable
42 InductionVariable(Node* phi, Node* arith, Node* increment, Node* init_value, argument
45 arith_(arith),
H A Dloop-variable-optimizer.cc304 Node* arith = phi->InputAt(1); local
306 if (arith->opcode() == IrOpcode::kJSAdd) {
308 } else if (arith->opcode() == IrOpcode::kJSSubtract) {
315 if (arith->InputAt(0) != phi) {
316 if (arith->InputAt(0)->opcode() != IrOpcode::kJSToNumber ||
317 arith->InputAt(0)->InputAt(0) != phi) {
321 Node* incr = arith->InputAt(1);
323 InductionVariable(phi, arith, incr, initial, zone(), arithmeticType);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c22 * - 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(sa
[all...]
H A Dnvfx_fragprog.c228 #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(sa
[all...]
/external/mksh/src/
H A Dexpr.c83 bool arith; member in struct:expr_state
105 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) argument
112 ret = v_evaluate(&v, expr, error_ok, arith);
122 bool arith)
133 curstate.arith = arith;
160 if (es->arith && es->natural)
163 setint_v(vp, v, es->arith);
179 es->arith = false;
249 setint_v(vasn, vl, es->arith);
121 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, bool arith) argument
[all...]
H A Dvar.c504 getint(struct tbl *vp, mksh_ari_u *nump, bool arith) argument
534 if (c == '0' && arith) {
602 setint_v(struct tbl *vq, struct tbl *vp, bool arith) argument
607 if ((base = getint(vp, &num, arith)) == -1)
/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c221 PPC_TWO_I16 = 0x00000006, // family: arith/logical
1115 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
1806 "PPC altivec double word integer insns (arith, compare) with two args",
1846 "PPC floating point arith insns with two args",
1904 if ((type == PPC_ARITH && !seln_flags.arith) ||
1909 (type == PPC_POPCNT && !seln_flags.arith)) {
2057 flags.arith = 1;
2111 printf(" arith = %d\n", flags.arith);
H A Djm-insns.c362 PPC_TWO_I16 = 0x00000006, // family: arith/logical
3927 "PPC integer arith insns with two args",
3932 "PPC integer arith insns with two args with flags update",
3937 "PPC integer arith insns with two args and carry",
3942 "PPC integer arith insns with two args and carry with flags update",
3967 "PPC integer arith insns\n with one register + one 16 bits immediate args",
3972 "PPC integer arith insns\n with one register + one 16 bits immediate args with flags update",
3992 "PPC integer arith insns with one arg and carry",
3997 "PPC integer arith insns with one arg and carry with flags update",
4048 "PPC floating point arith insn
7469 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
[all...]
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c221 PPC_TWO_I16 = 0x00000006, // family: arith/logical
1115 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
1806 "PPC altivec double word integer insns (arith, compare) with two args",
1846 "PPC floating point arith insns with two args",
1904 if ((type == PPC_ARITH && !seln_flags.arith) ||
1909 (type == PPC_POPCNT && !seln_flags.arith)) {
2057 flags.arith = 1;
2111 printf(" arith = %d\n", flags.arith);
H A Djm-insns.c362 PPC_TWO_I16 = 0x00000006, // family: arith/logical
3927 "PPC integer arith insns with two args",
3932 "PPC integer arith insns with two args with flags update",
3937 "PPC integer arith insns with two args and carry",
3942 "PPC integer arith insns with two args and carry with flags update",
3967 "PPC integer arith insns\n with one register + one 16 bits immediate args",
3972 "PPC integer arith insns\n with one register + one 16 bits immediate args with flags update",
3992 "PPC integer arith insns with one arg and carry",
3997 "PPC integer arith insns with one arg and carry with flags update",
4048 "PPC floating point arith insn
7469 int arith, logical, compare, ldst; member in struct:insn_sel_flags_t_struct
[all...]
/external/valgrind/VEX/switchback/
H A Dtest_ppc_jm1.c4334 int arith, int logical, int compare,
4359 if ((type == PPC_ARITH && !arith) ||
4484 int arith = 0, logical = 0, compare = 0; local
4502 // if (my_strcmp(tmp, "arith") == 0 || my_strcmp(tmp, "a") == 0) {
4503 // arith = 1;
4560 if (arith == 0 && logical == 0 && compare == 0) {
4561 arith = 1;
4584 arith=1;
4597 arith, logical, compare,
4333 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

Completed in 458 milliseconds