Home
last modified time | relevance | path

Searched refs:arith (Results 1 - 25 of 38) sorted by relevance

12

/third_party/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...]
H A Dwriter.js64 goog.require('jspb.arith.Int64');
65 goog.require('jspb.arith.UInt64');
515 var num = jspb.arith.Int64.fromString(value);
571 var num = jspb.arith.UInt64.fromString(value);
666 var num = jspb.arith.UInt64.fromString(value);
710 var num = jspb.arith.Int64.fromString(value);
1516 var num = jspb.arith.Int64.fromString(value[i]);
1581 var num = jspb.arith.UInt64.fromString(value[i]);
1692 var num = jspb.arith.UInt64.fromString(value[i]);
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c26 * - extra arith opcodes
117 #define arith(s,t,o,d,m,s0,s1,s2) \ macro
498 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, in nvfx_vertprog_parse_instruction()
509 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, in nvfx_vertprog_parse_instruction()
520 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, in nvfx_vertprog_parse_instruction()
555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1])); in nvfx_vertprog_parse_instruction()
558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none)); in nvfx_vertprog_parse_instruction()
562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none)); in nvfx_vertprog_parse_instruction()
563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none)); in nvfx_vertprog_parse_instruction()
566 insn = arith( in nvfx_vertprog_parse_instruction()
[all...]
H A Dnvfx_fragprog.c231 #define arith(s,o,d,m,s0,s1,s2) \ macro
244 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none); in nv40_fp_if()
489 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none)); in nvfx_fragprog_parse_instruction()
495 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction()
505 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction()
515 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction()
538 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none)); in nvfx_fragprog_parse_instruction()
542 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none)); in nvfx_fragprog_parse_instruction()
543 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none)); in nvfx_fragprog_parse_instruction()
546 insn = arith( in nvfx_fragprog_parse_instruction()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dloop-variable-optimizer.cc228 Node* arith = phi->InputAt(1); in TryGetInductionVariable() local
230 if (arith->opcode() == IrOpcode::kJSAdd || in TryGetInductionVariable()
231 arith->opcode() == IrOpcode::kNumberAdd || in TryGetInductionVariable()
232 arith->opcode() == IrOpcode::kSpeculativeNumberAdd || in TryGetInductionVariable()
233 arith->opcode() == IrOpcode::kSpeculativeSafeIntegerAdd) { in TryGetInductionVariable()
235 } else if (arith->opcode() == IrOpcode::kJSSubtract || in TryGetInductionVariable()
236 arith->opcode() == IrOpcode::kNumberSubtract || in TryGetInductionVariable()
237 arith->opcode() == IrOpcode::kSpeculativeNumberSubtract || in TryGetInductionVariable()
238 arith->opcode() == IrOpcode::kSpeculativeSafeIntegerSubtract) { in TryGetInductionVariable()
245 Node* input = arith in TryGetInductionVariable()
[all...]
H A Dloop-variable-optimizer.h24 Node* arith() const { return arith_; } in arith() function in v8::internal::compiler::InductionVariable
46 InductionVariable(Node* phi, Node* effect_phi, Node* arith, Node* increment, in InductionVariable() argument
50 arith_(arith), in InductionVariable()
/third_party/mksh/
H A Dexpr.c83 bool arith; member
105 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) in evaluate() argument
112 ret = v_evaluate(&v, expr, error_ok, arith); in evaluate()
122 bool arith) in v_evaluate()
133 curstate.arith = arith; in v_evaluate()
160 if (es->arith && es->natural) in v_evaluate()
163 setint_v(vp, v, es->arith); in v_evaluate()
179 es->arith = false; in evalerr()
249 setint_v(vasn, vl, es->arith); in do_ppmm()
121 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, bool arith) v_evaluate() argument
[all...]
/third_party/libdrm/
H A DAndroid.common.mk15 -Wno-pointer-arith \
/third_party/skia/third_party/externals/freetype/builds/compiler/
H A Dgcc-dev.mk76 -Wpointer-arith \
/third_party/ffmpeg/libavcodec/
H A Dmss1.c66 ARITH_GET_BIT(arith)
111 ARITH_GET_MODEL_SYM(arith)
H A Ddiracdec.c154 int is_arith; /* whether coeffs use arith or golomb coding */
301 * 1<<MAX_DWT_LEVELS top padding to avoid if(y>0) in arith decoding in alloc_sequence_buffers()
1443 static void decode_block_params(DiracContext *s, DiracArith arith[8], DiracBlock *block, in decode_block_params() argument
1449 block->ref ^= dirac_get_arith_bit(arith, CTX_PMODE_REF1); in decode_block_params()
1453 block->ref ^= dirac_get_arith_bit(arith, CTX_PMODE_REF2) << 1; in decode_block_params()
1459 block->u.dc[i] += (unsigned)dirac_get_arith_int(arith+1+i, CTX_DC_F1, CTX_DC_DATA); in decode_block_params()
1465 block->ref ^= dirac_get_arith_bit(arith, CTX_GLOBAL_BLOCK) << 2; in decode_block_params()
1474 block->u.mv[i][0] += (unsigned)dirac_get_arith_int(arith + 4 + 2 * i, CTX_MV_F1, CTX_MV_DATA); in decode_block_params()
1475 block->u.mv[i][1] += (unsigned)dirac_get_arith_int(arith + 5 + 2 * i, CTX_MV_F1, CTX_MV_DATA); in decode_block_params()
1507 DiracArith arith[ in dirac_unpack_block_motion_data() local
[all...]
/third_party/lz4/lib/dll/example/
H A DMakefile34 -Wpointer-arith -Wstrict-aliasing=1
/third_party/bounds_checking_function/
H A DMakefile14 OPTION += -Wpointer-arith
/third_party/cJSON/tests/unity/examples/example_2/
H A Dmakefile33 CFLAGS += -Wpointer-arith
/third_party/unity/examples/example_2/
H A Dmakefile33 CFLAGS += -Wpointer-arith
/third_party/vulkan-loader/scripts/qnx/
H A Dcommon.mk37 CCFLAGS += -Wpointer-arith -fPIC
/third_party/cJSON/tests/unity/extras/fixture/test/
H A DMakefile66 CFLAGS += -Wpointer-arith
/third_party/cJSON/tests/unity/examples/example_1/
H A Dmakefile33 CFLAGS += -Wpointer-arith
/third_party/musl/dist/
H A Dconfig.mak33 #CFLAGS += -Werror -Wall -Wpointer-arith -Wcast-align -Wno-parentheses -Wno-char-subscripts -Wno-uninitialized -Wno-sequence-point -Wno-missing-braces -Wno-unused-value -Wno-overflow -Wno-int-to-pointer-cast
/third_party/unity/examples/example_1/
H A Dmakefile33 CFLAGS += -Wpointer-arith
/third_party/unity/extras/fixture/test/
H A DMakefile63 CFLAGS += -Wpointer-arith
/third_party/unity/extras/memory/test/
H A DMakefile69 CFLAGS += -Wpointer-arith
/third_party/selinux/libsepol/tests/
H A DMakefile15 -Wpointer-arith \
/third_party/selinux/libselinux/utils/
H A DMakefile22 -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith \
/third_party/selinux/secilc/
H A DMakefile26 CFLAGS ?= -Wall -Wshadow -Wextra -Wundef -Wmissing-format-attribute -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wunused

Completed in 13 milliseconds

12