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

1 2 3 4

  /external/one-true-awk/
proctab.c 153 arith, /* ADD */
154 arith, /* MINUS */
155 arith, /* MULT */
156 arith, /* DIVIDE */
157 arith, /* MOD */
190 arith, /* UMINUS */
191 arith, /* POWER */
  /external/protobuf/js/binary/
arith.js 40 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.UInt64.prototype.leftShift = function()
    [all...]
  /external/swiftshader/third_party/subzero/pydir/
gen_test_arith_ll.py 20 def arith(Native, Type, Op): function
50 arith('i32', op_type, op)
52 arith(op_type, op_type, op)
56 arith(op_type, op_type, op)
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 24 * - extra arith opcodes
115 #define arith(s,t,o,d,m,s0,s1,s2) \ macro
496 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
507 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
518 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL,
553 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1]));
556 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none));
560 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none));
561 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none));
564 insn = arith(0, VEC, MOV, none.reg, mask, src[0], none, none)
    [all...]
nvfx_fragprog.c 230 #define arith(s,o,d,m,s0,s1,s2) \ macro
243 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none);
488 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none));
494 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
504 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
514 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none));
537 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none));
541 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none));
542 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none));
545 insn = arith(0, MOV, none.reg, mask, src[0], none, none)
    [all...]
  /external/iptables/libiptc/
Android.mk 16 -Wno-pointer-arith \
45 -Wno-pointer-arith \
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug084.go 20 var arith Service var
  /prebuilts/go/linux-x86/test/fixedbugs/
bug084.go 20 var arith Service var
  /external/v8/src/compiler/
loop-variable-optimizer.h 21 Node* arith() const { return arith_; } function in class:v8::internal::compiler::InductionVariable
42 InductionVariable(Node* phi, Node* arith, Node* increment, Node* init_value,
45 arith_(arith),
loop-variable-optimizer.cc 304 Node* arith = phi->InputAt(1); local
306 if (arith->opcode() == IrOpcode::kJSAdd ||
307 arith->opcode() == IrOpcode::kSpeculativeNumberAdd) {
309 } else if (arith->opcode() == IrOpcode::kJSSubtract ||
310 arith->opcode() == IrOpcode::kSpeculativeNumberSubtract) {
317 if (arith->InputAt(0) != phi) {
318 if (arith->InputAt(0)->opcode() != IrOpcode::kJSToNumber ||
319 arith->InputAt(0)->InputAt(0) != phi) {
323 Node* incr = arith->InputAt(1);
325 InductionVariable(phi, arith, incr, initial, zone(), arithmeticType)
    [all...]
  /external/freetype/builds/compiler/
gcc-dev.mk 76 -Wpointer-arith \
  /external/iproute2/lib/
Android.mk 37 -Wno-pointer-arith \
75 -Wno-pointer-arith \
  /external/iptables/libxtables/
Android.mk 16 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith -Wno-type-limits -Wno-missing-field-initializers -Wno-unused-parameter -Wno-clobbered -Wno-tautological-compare -Werror
38 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith -Wno-type-limits -Wno-missing-field-initializers -Wno-unused-parameter -Wno-clobbered -Wno-tautological-compare -Werror
  /external/selinux/policycoreutils/secon/
Makefile 8 WARNS=-Werror -W -Wall -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-format-zero-length -Wformat-nonliteral -Wformat-security -Wfloat-equal
  /external/iproute2/tc/
Android.mk 17 LOCAL_CFLAGS := -O2 -g -W -Wall -Wno-pointer-arith -Wno-sign-compare -Werror \
  /external/tinyxml2/
Makefile 10 -Wpointer-arith -Woverloaded-virtual -Wctor-dtor-privacy \
  /external/iproute2/ip/
Android.mk 30 -Wno-pointer-arith \
  /external/libdaemon/libdaemon/
Android.mk 22 # -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith
  /device/google/contexthub/firmware/build/
common_config.mk 26 -Wpointer-arith \
  /external/lz4/lib/dll/example/
Makefile 34 -Wpointer-arith -Wstrict-aliasing=1
  /external/selinux/
Makefile 13 -Wpointer-arith \
  /external/mksh/src/
expr.c 83 bool arith; member in struct:expr_state
105 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith)
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);
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2016-8460/
Android.mk 30 LOCAL_CFLAGS += -Wno-missing-braces -Wno-missing-field-initializers -Wno-pointer-arith -Wno-pointer-sign -Wno-unused-variable
  /cts/tests/tests/content/jni/
Android.mk 28 LOCAL_CFLAGS := -Wall -Werror -Wno-pointer-arith -Wno-unused-parameter
  /external/iptables/extensions/
Android.mk 23 -Wno-pointer-arith \

Completed in 1288 milliseconds

1 2 3 4