Home
last modified time | relevance | path

Searched refs:arith (Results 1 – 25 of 122) sorted by relevance

12345

/external/protobuf/js/binary/
Darith.js53 jspb.arith.UInt64 = function(lo, hi) {
73 jspb.arith.UInt64.prototype.cmp = function(other) {
88 jspb.arith.UInt64.prototype.rightShift = function() {
91 return new jspb.arith.UInt64(lo >>> 0, hi >>> 0);
99 jspb.arith.UInt64.prototype.leftShift = function() {
102 return new jspb.arith.UInt64(lo >>> 0, hi >>> 0);
110 jspb.arith.UInt64.prototype.msb = function() {
119 jspb.arith.UInt64.prototype.lsb = function() {
128 jspb.arith.UInt64.prototype.zero = function() {
138 jspb.arith.UInt64.prototype.add = function(other) {
[all …]
Darith_test.js49 var a = new jspb.arith.UInt64(1234, 5678);
50 var b = new jspb.arith.UInt64(1234, 5678);
82 var a = new jspb.arith.UInt64(1, 0);
119 var a = new jspb.arith.UInt64(/* lo = */ 0x89abcdef,
121 var b = new jspb.arith.UInt64(/* lo = */ 0xff52ab91,
170 var a = new jspb.arith.UInt64(loValues[i], hiValues[j]);
171 var b = new jspb.arith.UInt64(loValues[j], hiValues[i]);
203 var c = jspb.arith.UInt64.mul32x32(a, b);
232 var a = new jspb.arith.UInt64(testData[i][0], testData[i][1]);
273 var a = new jspb.arith.UInt64(testData[i][0], testData[i][1]);
[all …]
/external/mesa3d/src/gallium/drivers/nv30/
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); in nv40_fp_if()
483 … 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()
489 … 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()
499 … 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()
509 … 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()
532 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, abs(src[0]), none, none)); in nvfx_fragprog_parse_instruction()
535 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none)); in nvfx_fragprog_parse_instruction()
539 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none)); in nvfx_fragprog_parse_instruction()
540 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none)); in nvfx_fragprog_parse_instruction()
[all …]
Dnvfx_vertprog.c113 #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, in nvfx_vertprog_parse_instruction()
506 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, in nvfx_vertprog_parse_instruction()
517 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, in nvfx_vertprog_parse_instruction()
552 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, abs(src[0]), none, none)); 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(0, VEC, MOV, none.reg, mask, src[0], none, none); in nvfx_vertprog_parse_instruction()
[all …]
/external/libnl/
Dmake.log36 …nl/lib/data.c:119:24: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
39 …nl/lib/data.c:121:24: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
74 …/lib/object.c:134:22: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
77 …/lib/object.c:134:42: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
91 …ibnl/lib/msg.c:418:6: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
94 …bnl/lib/msg.c:422:14: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
97 …ibnl/lib/msg.c:842:7: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
100 …ibnl/lib/msg.c:855:9: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
106 …bnl/lib/msg.c:897:32: warning: arithmetic on a pointer to void is a GNU extension [-Wpointer-arith]
129 …bnl/lib/attr.c:815:41: warning: arithmetic on pointers to void is a GNU extension [-Wpointer-arith]
[all …]
/external/skia/src/effects/
DSkXfermodeImageFilter.cpp86 static int unflatten_blendmode(SkReadBuffer& buffer, SkArithmeticParams* arith) { in unflatten_blendmode() argument
90 if (xfer->isArithmetic(arith)) { in unflatten_blendmode()
106 SkArithmeticParams arith; in CreateProc() local
107 int mode = unflatten_blendmode(buffer, &arith); in CreateProc()
112 return SkArithmeticImageFilter::Make(arith.fK[0], arith.fK[1], arith.fK[2], arith.fK[3], in CreateProc()
113 arith.fEnforcePMColor, common.getInput(0), in CreateProc()
DSkArithmeticImageFilter.cpp237 const ArithmeticFP& arith = args.fFp.cast<ArithmeticFP>(); in onCreateGLSLInstance() local
259 if (arith.fEnforcePMColor) { in onCreateGLSLInstance()
268 const ArithmeticFP& arith = proc.cast<ArithmeticFP>(); in onCreateGLSLInstance() local
269 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4()); in onCreateGLSLInstance()
/external/mksh/src/
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() argument
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()
541 setint_v(vasn, vr, es->arith); in evalexpr()
[all …]
/external/v8/src/compiler/
Dloop-variable-optimizer.cc304 Node* arith = phi->InputAt(1); in TryGetInductionVariable() local
306 if (arith->opcode() == IrOpcode::kJSAdd) { in TryGetInductionVariable()
308 } else if (arith->opcode() == IrOpcode::kJSSubtract) { in TryGetInductionVariable()
315 if (arith->InputAt(0) != phi) { in TryGetInductionVariable()
316 if (arith->InputAt(0)->opcode() != IrOpcode::kJSToNumber || in TryGetInductionVariable()
317 arith->InputAt(0)->InputAt(0) != phi) { in TryGetInductionVariable()
321 Node* incr = arith->InputAt(1); in TryGetInductionVariable()
323 InductionVariable(phi, arith, incr, initial, zone(), arithmeticType); in TryGetInductionVariable()
Dloop-variable-optimizer.h21 Node* arith() const { return arith_; } in arith() function
42 InductionVariable(Node* phi, Node* arith, Node* increment, Node* init_value, in InductionVariable() argument
45 arith_(arith), in InductionVariable()
/external/iptables/libiptc/
DAndroid.mk14 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
/external/fio/
Dconfigure1376 arith="no"
1393 arith="yes"
1396 if test "$arith" = "yes" ; then
1409 arith="no"
1414 echo "lex/yacc for arithmetic $arith"
1575 if test "$arith" = "yes" ; then
/external/vulkan-validation-layers/tests/layers/
DCMakeLists.txt71 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wpointer-arith -Wno-unused-function")
72 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wpointer-arith -Wno-unused-function")
/external/swiftshader/third_party/LLVM/test/TableGen/
Dcast.td67 multiclass arith<bits<8> opcode, string asmstr, string Intr> {
77 defm ADD : arith<0x58, "add", "int_x86_sse2_add">;
DTargetInstrSpec.td80 multiclass arith<bits<8> opcode, string asmstr, string intr, list<dag> patterns> {
96 defm ADD : arith<0x58, "add", "int_x86_sse2_addSUFFIX",
/external/libjpeg-turbo/
Dconfigure.ac290 AC_ARG_WITH([arith-enc],
291 AC_HELP_STRING([--without-arith-enc],
301 RPM_CONFIG_ARGS="$RPM_CONFIG_ARGS --without-arith-enc"
309 AC_ARG_WITH([arith-dec],
310 AC_HELP_STRING([--without-arith-dec],
320 RPM_CONFIG_ARGS="$RPM_CONFIG_ARGS --without-arith-dec"
333 …bit samples (implies --without-simd --without-turbojpeg --without-arith-dec --without-arith-enc)]))
/external/libdrm/tests/modetest/
DMakefile.am3 AM_CFLAGS = $(filter-out -Wpointer-arith, $(WARN_CFLAGS))
/external/llvm/test/TableGen/
DTargetInstrSpec.td85 multiclass arith<bits<8> opcode, string asmstr, string intr, list<dag> patterns> {
101 defm ADD : arith<0x58, "add", "int_x86_sse2_addSUFFIX",
Dcast.td72 multiclass arith<bits<8> opcode, string asmstr, string Intr> {
82 defm ADD : arith<0x58, "add", "int_x86_sse2_add">;
/external/libdrm/tests/planetest/
DMakefile.am3 AM_CFLAGS = $(filter-out -Wpointer-arith, $(WARN_CFLAGS))
/external/valgrind/
DAndroid.mk28 -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wmissing-declarations \
/external/selinux/policycoreutils/secon/
DMakefile8 WARNS=-Werror -W -Wall -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-st…
/external/valgrind/drd/scripts/
Ddownload-and-build-splash2.in91 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
93 CFLAGS := \$(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels
/external/libdrm/
DAndroid.mk35 -Wno-pointer-arith \
/external/iproute2/tc/
DAndroid.mk17 LOCAL_CFLAGS := -O2 -g -W -Wall -Wno-pointer-arith -Wno-sign-compare -Werror \

12345