/third_party/jerryscript/tools/ |
D | rss-measure.sh | 31 SUM=`ps -o rss $PID | grep [0-9]` 33 …SUM=$(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/ |
D | caffe_eltwise_parser.cc | 58 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/ |
D | xtea.c | 83 #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/ |
D | rc4-c64xplus.pl | 31 ($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/ |
D | me_cmp_init.c | 137 #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/ |
D | algebra_dispatcher.cpp | 34 #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/ |
D | comm_ops.py | 74 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/ |
D | pycore_bitutils.h | 119 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/ |
D | grad_comm_ops.py | 37 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/ |
D | HP_texture_lighting.txt | 63 + 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/ |
D | HP_texture_lighting.txt | 63 + 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/ |
D | tar.test | 25 function SUM() 287 unset LONG TAR SUM OLDUMASK OLDTZ
|
/third_party/mindspore/tests/st/networks/models/resnet50/src_thor/ |
D | metric.py | 52 self.allreduce = P.AllReduce(P.ReduceOp.SUM, GlobalComm.WORLD_COMM_GROUP)
|
/third_party/mindspore/tests/st/networks/models/resnet50/src/ |
D | metric.py | 52 self.allreduce = P.AllReduce(P.ReduceOp.SUM, GlobalComm.WORLD_COMM_GROUP)
|
/third_party/mindspore/tests/ut/python/communication/ |
D | test_comm.py | 163 run_allreduce(ReduceOp.SUM) 216 run_reducescatter(ReduceOp.SUM)
|
/third_party/mindspore/mindspore/lite/schema/ |
D | ops_types.fbs | 103 SUM = 1,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_separate_specular_color.txt | 145 + 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/ |
D | EXT_separate_specular_color.txt | 145 + 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/ |
D | binary_cross_entropy_grad_kernel.cc | 104 } else if (reduction == SUM) { in InitKernel()
|
D | binary_cross_entropy_cpu_kernel.cc | 125 } else if (reduction == SUM) { in InitKernel()
|
/third_party/openGLES/extensions/OES/ |
D | OES_matrix_palette.txt | 217 (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/ |
D | OES_matrix_palette.txt | 207 (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/ |
D | SGI_fft.txt | 232 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/ |
D | SGI_fft.txt | 232 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/ |
D | ARB_vertex_blend.txt | 269 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)
|