/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/mesa3d/src/gallium/drivers/nv30/ |
nvfx_fragprog.c | 228 #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(sat, MOV, dst, mask, neg(tmp), none, none)) [all...] |
nvfx_vertprog.c | 22 * - 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(sat, VEC, MOV, dst, mask, neg(tmp), 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) { 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/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/skia/src/effects/ |
SkXfermodeImageFilter.cpp | 86 static int unflatten_blendmode(SkReadBuffer& buffer, SkArithmeticParams* arith) { 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),
|
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());
|
/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/libdrm/ |
Android.mk | 35 -Wno-pointer-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/selinux/secilc/ |
Makefile | 21 CFLAGS ?= -Wall -Wshadow -Wextra -Wundef -Wmissing-format-attribute -Wcast-align -Wstrict-prototypes -Wpointer-arith -Wunused
|
/external/valgrind/drd/scripts/ |
download-and-build-splash2.in | 91 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels 93 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
|
/external/iptables/iptables/ |
Android.mk | 6 -Wno-pointer-arith \
|