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

1 2 3 4

  /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 14 LOCAL_CFLAGS += -Wno-pointer-arith -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign
38 LOCAL_CFLAGS += -Wno-pointer-arith -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-sign
  /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/iproute2/lib/
Android.mk 35 -Wno-pointer-arith \
72 -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/libdaemon/libdaemon/
Android.mk 22 # -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith
  /external/libdrm/
Android.mk 37 -Wno-pointer-arith \
87 -Wno-pointer-arith \
  /external/iproute2/ip/
Android.mk 28 -Wno-pointer-arith \
  /external/squashfs-tools/squashfs-tools/
Android.mk 35 -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-arith -Wno-missing-field-initializers \
  /device/google/contexthub/firmware/build/
common_config.mk 26 -Wpointer-arith \
  /external/lz4/lib/dll/example/
Makefile 34 -Wpointer-arith -Wstrict-aliasing=1
  /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...]
  /external/iptables/extensions/
Android.mk 21 -Wno-sign-compare -Wno-pointer-arith \
  /external/libpcap/
Android.mk 5 -Wno-pointer-arith \
  /external/openssh/regress/misc/kexfuzz/
Makefile 42 CDIAGFLAGS+= -Wpointer-arith
  /external/selinux/secilc/
Makefile 21 CFLAGS ?= -Wall -Wshadow -Wextra -Wundef -Wmissing-format-attribute -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wunused
  /external/skia/src/effects/
SkArithmeticImageFilter.cpp 237 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());

Completed in 1829 milliseconds

1 2 3 4