Home
last modified time | relevance | path

Searched refs:cur_m (Results 1 – 25 of 29) sorted by relevance

12

/dports/news/nn/nn-6.7.3/
H A Dmacro.c101 static int cur_m; variable
355 cur_m = atoi(id);
356 if (cur_m == -1) {
359 for (cur_m = NUM_MACRO; cur_m < NMACRO; cur_m++)
367 } else if (cur_m < 0 || cur_m >= NUM_MACRO) {
372 for (cur_m = 0; cur_m < NUM_MACRO; cur_m++)
385 cur_m >= NUM_MACRO ? cur_m - NUM_MACRO : cur_m);
419 cur_m = atoi(id);
420 if (cur_m < 0 || cur_m >= NMACRO) {
496 cur_m = n;
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-index-mtree/src/main/java/de/lmu/ifi/dbs/elki/index/tree/metrical/mtreevariants/mktrees/mkcop/
H A DMkCoPTree.java470 double cur_t = log_kDist[lowerHull[i]] - cur_m * log_k[lowerHull[i]]; in approximateLowerHull()
471 double cur_error = ssqerr(k_0, settings.kmax, log_k, log_kDist, cur_m, cur_t); in approximateLowerHull()
477 low_m = cur_m; in approximateLowerHull()
486 double cur_t = log_kDist[lowerHull[i]] - cur_m * log_k[lowerHull[i]]; in approximateLowerHull()
489 double cur_error = ssqerr(k_0, settings.kmax, log_k, log_kDist, cur_m, cur_t); in approximateLowerHull()
492 low_m = cur_m; in approximateLowerHull()
658 double cur_t = log_kDist[upperHull[i]] - cur_m * log_k[upperHull[i]]; in approximateUpperHullOld()
659 double cur_error = ssqerr(k_0, settings.kmax, log_k, log_kDist, cur_m, cur_t); in approximateUpperHullOld()
662 upp_m = cur_m; in approximateUpperHullOld()
670 double cur_t = log_kDist[upperHull[i]] - cur_m * log_k[upperHull[i]]; in approximateUpperHullOld()
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/cpu/matmul/
H A Dgemm_f32_matmul.cpp247 dim_t cur_b {0}, cur_m {0}, cur_n {0}; in execute_ref() local
256 i_work, cur_b, batch, cur_m, M, cur_n, N); in execute_ref()
263 s_dims_idx[ndims - 2] = cur_m; in execute_ref()
281 if (rem_work >= work_per_batch && cur_m == 0 && cur_n == 0) { in execute_ref()
289 (size_t)(M - cur_m), (size_t)(rem_work / N)); in execute_ref()
291 matrix_offset = cur_n + cur_m * N; in execute_ref()
296 matrix_offset = cur_n + cur_m * N; in execute_ref()
314 : cur_m; in execute_ref()
H A Dgemm_bf16_matmul.cpp249 dim_t cur_b {0}, cur_m {0}, cur_n {0}; in execute_ref() local
258 i_work, cur_b, batch, cur_m, M, cur_n, N); in execute_ref()
264 s_dims_idx[ndims - 2] = cur_m; in execute_ref()
281 if (rem_work >= work_per_batch && cur_m == 0 && cur_n == 0) { in execute_ref()
289 (size_t)(M - cur_m), (size_t)(rem_work / N)); in execute_ref()
291 matrix_offset = cur_n + cur_m * N; in execute_ref()
296 matrix_offset = cur_n + cur_m * N; in execute_ref()
314 : cur_m; in execute_ref()
H A Dgemm_x8s8s32x_matmul.cpp277 dim_t cur_b {0}, cur_m {0}, cur_n {0}; in execute_ref() local
293 i_work, cur_b, batch, cur_m, M, cur_n, N); in execute_ref()
300 s_dims_idx[ndims - 2] = cur_m; in execute_ref()
318 if (rem_work >= work_per_batch && cur_m == 0 && cur_n == 0) { in execute_ref()
326 (size_t)(M - cur_m), (size_t)(rem_work / N)); in execute_ref()
328 matrix_offset = cur_n + cur_m * N; in execute_ref()
333 matrix_offset = cur_n + cur_m * N; in execute_ref()
382 : cur_m; in execute_ref()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/matmul/
H A Dgemm_f32_matmul.cpp218 dim_t cur_b {0}, cur_m {0}, cur_n {0}; in execute_ref() local
227 i_work, cur_b, batch, cur_m, M, cur_n, N); in execute_ref()
234 s_dims_idx[ndims - 2] = cur_m; in execute_ref()
252 if (rem_work >= work_per_batch && cur_m == 0 && cur_n == 0) { in execute_ref()
260 (size_t)(M - cur_m), (size_t)(rem_work / N)); in execute_ref()
262 matrix_offset = cur_n + cur_m * N; in execute_ref()
267 matrix_offset = cur_n + cur_m * N; in execute_ref()
H A Dgemm_bf16_matmul.cpp226 dim_t cur_b {0}, cur_m {0}, cur_n {0}; in execute_ref() local
235 i_work, cur_b, batch, cur_m, M, cur_n, N); in execute_ref()
241 s_dims_idx[ndims - 2] = cur_m; in execute_ref()
258 if (rem_work >= work_per_batch && cur_m == 0 && cur_n == 0) { in execute_ref()
266 (size_t)(M - cur_m), (size_t)(rem_work / N)); in execute_ref()
268 matrix_offset = cur_n + cur_m * N; in execute_ref()
273 matrix_offset = cur_n + cur_m * N; in execute_ref()
H A Dgemm_x8s8s32x_matmul.cpp260 dim_t cur_b {0}, cur_m {0}, cur_n {0}; in execute_ref() local
277 i_work, cur_b, batch, cur_m, M, cur_n, N); in execute_ref()
284 s_dims_idx[ndims - 2] = cur_m; in execute_ref()
302 if (rem_work >= work_per_batch && cur_m == 0 && cur_n == 0) { in execute_ref()
310 (size_t)(M - cur_m), (size_t)(rem_work / N)); in execute_ref()
312 matrix_offset = cur_n + cur_m * N; in execute_ref()
317 matrix_offset = cur_n + cur_m * N; in execute_ref()
/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dtree-supp.h200 mtype last1 = 0, last2 = 0, cur_m = 0; in merge_mtabs() local
208 cur_m = last1; in merge_mtabs()
213 cur_m = last2; in merge_mtabs()
215 mtab1[i] = cur_m; in merge_mtabs()
/dports/math/chuffed/chuffed-e04bedd/chuffed/primitives/
H A Delement.cpp183 int64_t cur_m = a[i].getMin(); in propagate() local
184 if (cur_m < new_m) { in propagate()
186 new_m = cur_m; in propagate()
187 if (cur_m <= old_m) break; in propagate()
211 int64_t cur_m = a[i].getMax(); in propagate() local
212 if (cur_m > new_m) { in propagate()
214 new_m = cur_m; in propagate()
215 if (cur_m >= old_m) break; in propagate()
/dports/math/geogram/geogram-1.7.7/src/lib/exploragram/optimal_transport/
H A Doptimal_transport_on_surface.cpp159 double cur_m = triangle_mass(V0,V1,V2); in compute_m_and_mg() local
160 m += cur_m; in compute_m_and_mg()
166 double s = cur_m/(w0+w1+w2); in compute_m_and_mg()
171 mgx += cur_m * (p0[0] + p1[0] + p2[0]) / 3.0; in compute_m_and_mg()
172 mgy += cur_m * (p0[1] + p1[1] + p2[1]) / 3.0; in compute_m_and_mg()
173 mgz += cur_m * (p0[2] + p1[2] + p2[2]) / 3.0; in compute_m_and_mg()
H A Doptimal_transport_3d.cpp293 mgx += 0.25*cur_m*( in compute_m_and_mg()
296 mgy += 0.25*cur_m*( in compute_m_and_mg()
299 mgz += 0.25*cur_m*( in compute_m_and_mg()
303 cur_m *= (S/4.0); in compute_m_and_mg()
306 mgx += 0.25*cur_m*(p0[0]+p1[0]+p2[0]+p3[0]); in compute_m_and_mg()
307 mgy += 0.25*cur_m*(p0[1]+p1[1]+p2[1]+p3[1]); in compute_m_and_mg()
308 mgz += 0.25*cur_m*(p0[2]+p1[2]+p2[2]+p3[2]); in compute_m_and_mg()
311 m += cur_m; in compute_m_and_mg()
375 double cur_m = GEO::Geom::triangle_area_3d( in update_Hessian() local
379 cur_m *= ( in update_Hessian()
[all …]
H A Doptimal_transport_2d.cpp309 double cur_m = triangle_mass(V0,V1,V2); in compute_m_and_mg() local
310 m += cur_m; in compute_m_and_mg()
316 double s = cur_m/(w0+w1+w2); in compute_m_and_mg()
320 mgx += cur_m * (p0[0] + p1[0] + p2[0]) / 3.0; in compute_m_and_mg()
321 mgy += cur_m * (p0[1] + p1[1] + p2[1]) / 3.0; in compute_m_and_mg()
/dports/emulators/xbraitenberg/xbraitenberg-0.9/
H A Dsensor.cc29 double cur_m = body->stimulus(_stimulus, sensor_pos, stim_pos); in measurement() local
35 m += cur_m * _sensitivity; in measurement()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dfullscrn.c226 short cur_w, cur_h, cur_m; in change_svga_screen_mode() local
248 cur_m = svga_mode_data[mode_id]; in change_svga_screen_mode()
249 retval = gr_set_mode(cur_m, TRUE); in change_svga_screen_mode()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/voronoi/
H A DRVD.cpp293 double s = cur_m / 3.0; in operator ()()
295 m_[v] += cur_m; in operator ()()
355 double cur_m; in operator ()() local
360 cur_Vg, cur_m, DIM in operator ()()
363 m_[v] += cur_m; in operator ()()
484 double cur_m = Geom::tetra_volume<DIM>( in operator ()() local
487 double s = cur_m / 4.0; in operator ()()
489 m_[v] += cur_m; in operator ()()
2001 double cur_m = Geom::triangle_area( in operator ()() local
2007 vertices_[vbase + c] += cur_m / 3.0 * ( in operator ()()
[all …]
H A Dconvex_cell.cpp1251 double cur_m = tet_volume(p,q,r,s); in compute_mg() local
1252 m += cur_m; in compute_mg()
1253 result.x += cur_m*(p.x + q.x + r.x + s.x)/4.0; in compute_mg()
1254 result.y += cur_m*(p.y + q.y + r.y + s.y)/4.0; in compute_mg()
1255 result.z += cur_m*(p.z + q.z + r.z + s.z)/4.0; in compute_mg()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_structure.cpp488 struct LL_ManagedMallocs_ *cur_m; in ll_destroy_module() local
499 cur_m = module->first_malloc; in ll_destroy_module()
500 while (cur_m != NULL) { in ll_destroy_module()
501 next_m = cur_m->next; in ll_destroy_module()
502 ll_destroy_mem(cur_m); in ll_destroy_module()
503 cur_m = next_m; in ll_destroy_module()
/dports/databases/postgis31/postgis-3.1.4/extensions/address_standardizer/
H A Dtokenize.c292 int cur_m, in process_lexeme() argument
305 for ( Ceiling = cur_m ; in process_lexeme()
/dports/databases/postgis32/postgis-3.2.0/extensions/address_standardizer/
H A Dtokenize.c292 int cur_m, in process_lexeme() argument
305 for ( Ceiling = cur_m ; in process_lexeme()
/dports/databases/postgis25/postgis-2.5.5/extensions/address_standardizer/
H A Dtokenize.c292 int cur_m, in process_lexeme() argument
305 for ( Ceiling = cur_m ; in process_lexeme()
/dports/databases/postgis30/postgis-3.0.4/extensions/address_standardizer/
H A Dtokenize.c292 int cur_m, in process_lexeme() argument
305 for ( Ceiling = cur_m ; in process_lexeme()
/dports/math/spot/spot-2.10.2/spot/twaalgos/
H A Dtotgba.cc844 acc_cond::mark_t cur_m = t.acc; in to_generalized_buchi() local
847 if (cur_m & terms[n]) in to_generalized_buchi()
/dports/math/py-spot/spot-2.10.2/spot/twaalgos/
H A Dtotgba.cc844 acc_cond::mark_t cur_m = t.acc; in to_generalized_buchi() local
847 if (cur_m & terms[n]) in to_generalized_buchi()
/dports/x11-clocks/xfce4-timer-plugin/xfce4-timer-plugin-1.7.1/panel-plugin/
H A Dxfcetimer.c316 gint cur_h, cur_m, cur_s; in start_timer() local
339 cur_m = atoi (temp); in start_timer()
343 timeout_period = (alrm->time) * 60 - ((60 * cur_h + cur_m) * 60 + cur_s); in start_timer()

12