Home
last modified time | relevance | path

Searched refs:SUM (Results 1 – 25 of 64) sorted by relevance

123

/third_party/jerryscript/tools/
Drss-measure.sh31 SUM=`ps -o rss $PID | grep [0-9]`
33SUM=$(grep -o -e "^[0-9a-f][0-9a-f]*.*" -e "^Rss.*" /proc/$PID/smaps 2>/dev/null | grep -A 1 -- "r…
36 if [ "$SUM" != "" ];
38 eval "$OUT=\"\$$OUT $SUM\\n\"";
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_eltwise_parser.cc58 case caffe::EltwiseParameter::SUM: in Parse()
59 prim->set_mode(mindspore::EltwiseMode::SUM); in Parse()
69 prim->set_mode(mindspore::EltwiseMode::SUM); in Parse()
/third_party/ffmpeg/libavutil/
Dxtea.c83 #define DSTEP(SUM, K0, K1) \ in xtea_crypt_ecb()
84 v1 -= (((v0 << 4) ^ (v0 >> 5)) + v0) ^ (SUM + K0); \ in xtea_crypt_ecb()
85 v0 -= (((v1 << 4) ^ (v1 >> 5)) + v1) ^ (SUM - 0x9E3779B9U + K1) in xtea_crypt_ecb()
136 #define ESTEP(SUM, K0, K1) \ in xtea_crypt_ecb()
137 v0 += (((v1 << 4) ^ (v1 >> 5)) + v1) ^ (SUM + K0);\ in xtea_crypt_ecb()
138 v1 += (((v0 << 4) ^ (v0 >> 5)) + v0) ^ (SUM + 0x9E3779B9U + K1) in xtea_crypt_ecb()
/third_party/openssl/crypto/rc4/asm/
Drc4-c64xplus.pl31 ($KEYB,$YY,$TX,$tx,$SUM,$dat)=map("B$_",(5,7,8,9,1,2));
78 ADD4 $TY,$TX,$SUM ; [0,0] $TX is not replaced by $tx yet!
82 LDBU *${KEYB}[$SUM],$ret
/third_party/ffmpeg/libavcodec/x86/
Dme_cmp_init.c137 #define SUM(in0, in1, out0, out1) \ in vsad_intra16_mmx() macro
171 SUM(%%mm4, %%mm5, %%mm0, %%mm1) in vsad_intra16_mmx()
173 SUM(%%mm0, %%mm1, %%mm4, %%mm5) in vsad_intra16_mmx()
191 #undef SUM
202 #define SUM(in0, in1, out0, out1) \ in vsad16_mmx() macro
252 SUM(%%mm4, %%mm5, %%mm0, %%mm1) in vsad16_mmx()
254 SUM(%%mm0, %%mm1, %%mm4, %%mm5) in vsad16_mmx()
272 #undef SUM
/third_party/boost/libs/numeric/odeint/test_external/nt2/
Dalgebra_dispatcher.cpp34 #define SUM(z,n,text) +BOOST_PP_MUL(BOOST_PP_ADD(n,3),BOOST_PP_ADD(n,2)) macro
37 -T( 2 BOOST_PP_REPEAT(text, SUM, text) ), T(1e-10) );
/third_party/mindspore/mindspore/ops/operations/
Dcomm_ops.py74 SUM = "sum" variable in ReduceOp
147 def __init__(self, op=ReduceOp.SUM, group=GlobalComm.WORLD_COMM_GROUP):
149 if not isinstance(op, type(ReduceOp.SUM)):
417 def __init__(self, op=ReduceOp.SUM, group=GlobalComm.WORLD_COMM_GROUP):
419 validator.check_value_type('op', op, (type(ReduceOp.SUM),), self.name)
468 def __init__(self, op=ReduceOp.SUM, group=None):
472 validator.check_value_type('op', op, (type(ReduceOp.SUM),), self.name)
/third_party/python/Include/internal/
Dpycore_bitutils.h119 const uint32_t SUM = 0x01010101; in _Py_popcount32()
128 return (uint32_t)((uint64_t)x * (uint64_t)SUM) >> 24; in _Py_popcount32()
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_comm_ops.py37 all_reduce_grad = AllReduce(ReduceOp.SUM, self.group)
56 elif self.op == ReduceOp.SUM:
217 reduce_scatter = ReduceScatter(ReduceOp.SUM, self.group).add_prim_attr("fusion", fusion)
240 all_reduce = AllReduce(ReduceOp.SUM, self.group).add_prim_attr("fusion", fusion)
272 all_reduce = AllReduce(ReduceOp.SUM, self.group).add_prim_attr("fusion", fusion)
297 host_all_gather_grad = _HostReduceScatter(ReduceOp.SUM, self.group)
317 if self.op != ReduceOp.SUM:
350 if self.op != ReduceOp.SUM:
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/
DHP_texture_lighting.txt63 + SUM (att )(spot )[a * a
87 + SUM (att )(spot )[a * a
97 c = SUM (att )(spot )(f )(n @ h ) s * s
/third_party/openGLES/extensions/HP/
DHP_texture_lighting.txt63 + SUM (att )(spot )[a * a
87 + SUM (att )(spot )[a * a
97 c = SUM (att )(spot )(f )(n @ h ) s * s
/third_party/toybox/tests/
Dtar.test25 function SUM()
287 unset LONG TAR SUM OLDUMASK OLDTZ
/third_party/mindspore/tests/st/networks/models/resnet50/src_thor/
Dmetric.py52 self.allreduce = P.AllReduce(P.ReduceOp.SUM, GlobalComm.WORLD_COMM_GROUP)
/third_party/mindspore/tests/st/networks/models/resnet50/src/
Dmetric.py52 self.allreduce = P.AllReduce(P.ReduceOp.SUM, GlobalComm.WORLD_COMM_GROUP)
/third_party/mindspore/tests/ut/python/communication/
Dtest_comm.py163 run_allreduce(ReduceOp.SUM)
216 run_reducescatter(ReduceOp.SUM)
/third_party/mindspore/mindspore/lite/schema/
Dops_types.fbs103 SUM = 1,
/third_party/openGLES/extensions/EXT/
DEXT_separate_specular_color.txt145 + SUM(att_i * spot_i * (a_cm * a_cli
154 + SUM (att_i * spot_i * (a_cm * a_cli
157 c_2 = SUM(att_i * spot_i * (f_i * (n dot h_i)^s_rm * s_cm * s_cli)
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_separate_specular_color.txt145 + SUM(att_i * spot_i * (a_cm * a_cli
154 + SUM (att_i * spot_i * (a_cm * a_cli
157 c_2 = SUM(att_i * spot_i * (f_i * (n dot h_i)^s_rm * s_cm * s_cli)
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dbinary_cross_entropy_grad_kernel.cc104 } else if (reduction == SUM) { in InitKernel()
Dbinary_cross_entropy_cpu_kernel.cc125 } else if (reduction == SUM) { in InitKernel()
/third_party/openGLES/extensions/OES/
DOES_matrix_palette.txt217 (ye) = SUM w_i * M_i * (yo)
286 (nx' ny' nz') = (nx ny nz) Inv ( SUM w_i * Mu_i)
293 (nx' ny' nz') = SUM w_i * (nx ny nz) Inv(Mu_i)
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_matrix_palette.txt207 (ye) = SUM w_i * M_i * (yo)
276 (nx' ny' nz') = (nx ny nz) Inv ( SUM w_i * Mu_i)
283 (nx' ny' nz') = SUM w_i * (nx ny nz) Inv(Mu_i)
/third_party/openGLES/extensions/SGI/
DSGI_fft.txt232 SUM{}{}equation
243 C[n] = SUM{k = 0 through Ws-1}
251 C[n] = SUM{k = 0 through Ws-1}
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DSGI_fft.txt232 SUM{}{}equation
243 C[n] = SUM{k = 0 through Ws-1}
251 C[n] = SUM{k = 0 through Ws-1}
/third_party/openGLES/extensions/ARB/
DARB_vertex_blend.txt269 w[<size>] = 1 - SUM <weights>[i]
413 (ye) = SUM w_i * M_i * (yo)
464 (nx' ny' nz') = (nx ny nz) Inv ( SUM w_i * Mu_i)
471 (nx' ny' nz') = SUM w_i * (nx ny nz) Inv(Mu_i)

123