Home
last modified time | relevance | path

Searched refs:t_match (Results 1 – 25 of 48) sorted by relevance

12

/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Danalyzer.c99 t->t_match = g_begin; in updateTraceGroup()
100 g_begin->t_match = t; in updateTraceGroup()
115 t->t_match = g_begin; in updateTraceGroup()
116 g_begin->t_match = t; in updateTraceGroup()
145 if (t->t_match) { t->t_match->flags |= TR_CLOSED; }; in CloseTrace()
150 if (t->t_match) { t->t_match->flags |= TR_COLLAPSED; }; in CloseTrace()
155 if (t->t_match) { t->t_match->flags |= TR_COLLAPSED; }; in CloseTrace()
162 if (t->t_match) { t->t_match->flags |= TR_CLOSED; }; in CloseTrace()
164 if ((t->t_match) && !HasWave(t->t_match)) in CloseTrace()
185 if (t->t_match) { t->t_match->flags &= ~TR_CLOSED; }; in OpenTrace()
[all …]
/dports/databases/mantis/mantisbt-2.25.2/plugins/Source/pages/
H A Dcheckin.php31 $t_match = true; variable
35 $t_match = false; variable
40 $t_valid = $t_match;
H A Dimport.php33 $t_match = true;
37 $t_match = false;
42 $t_valid = $t_match;
/dports/databases/mantis/mantisbt-2.25.2/plugins/SourceHgWeb/
H A DSourceHgWeb.php274 $t_match = preg_match( $s_pattern_metadata, $t_input[$i], $t_metadata );
275 if( $t_match == false ) {
302 $t_match = preg_match(
306 if( $t_match ) {
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/cl/
H A Dstatistics_library_functions.cl294 * and a sigma of min_sigma. The threshold t_match deterimines the maximum
298 void update_gauss_3_mixture(float x, float w, float t_match,
309 float alpha = w/(*Nobs_mix), tsq=t_match*t_match;
367 //void update_gauss_3_mixture(float x, float w, float t_match,
378 // float tsq=t_match*t_match;
409 * and a sigma of min_sigma. The threshold t_match deterimines the maximum
413 void update_gauss_2_mixture_rgb(float4 x, float w, float t_match,
423 float alpha = w/(*Nobs_mix), tsq=t_match*t_match;
503 void update_gauss_3_mixture2(float x, float w, float t_match,
514 float alpha = w*0.3f, tsq=t_match*t_match;
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/
H A Dstatistics_library_functions.cl300 // and a sigma of min_sigma. The threshold t_match determines the maximum
304 void update_gauss_3_mixture(float x, float w, float t_match,
315 float alpha = w/(*Nobs_mix), tsq=t_match*t_match;
375 void update_gauss_3_mixture(float x, float w, float t_match,
386 float tsq=t_match*t_match;
416 // and a sigma of min_sigma. The threshold t_match determines the maximum
420 void update_gauss_2_mixture_rgb(float4 x, float w, float t_match,
430 float alpha = w/(*Nobs_mix), tsq=t_match*t_match;
516 void update_gauss_3_mixture2(float x, float w, float t_match,
527 float alpha = w*0.3f, tsq=t_match*t_match;
/dports/lang/micropython/micropython-1.17/ports/cc3200/mods/
H A Dpybsleep.c587 uint64_t t_match, t_curr; in setup_timer_lpds_wake() local
591 t_match = MAP_PRCMSlowClkCtrMatchGet(); in setup_timer_lpds_wake()
595 t_remaining = (t_match - t_curr); in setup_timer_lpds_wake()
622 uint64_t t_match, t_curr; in setup_timer_hibernate_wake() local
626 t_match = MAP_PRCMSlowClkCtrMatchGet(); in setup_timer_hibernate_wake()
630 t_remaining = (t_match - t_curr); in setup_timer_hibernate_wake()
/dports/databases/mantis/mantisbt-2.25.2/
H A Dmanage_user_page.php215 foreach( $t_matches as $t_match ) {
216 $t_search_terms[trim( $t_match[1], "\'\"" )] = ( $t_match[0][0] == '-' );
/dports/databases/mantis/mantisbt-2.25.2/plugins/SourceGitphp/
H A DSourceGitphp.php320 foreach( $t_matches[1] as $t_match ) {
321 $t_parents[] = $t_commit['parent'] = $t_match;
/dports/databases/mantis/mantisbt-2.25.2/plugins/SourceGitweb/
H A DSourceGitweb.php344 foreach( $t_matches[1] as $t_match ) {
345 $t_parents[] = $t_commit['parent'] = $t_match;
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/samples/
H A Dgms_matcher.cpp104 double t_match = tm.getTimeMilli(); in main() local
117 label = format("Matching: %.2f ms", t_match); in main()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/ematching/
H A Dinst_match_generator.cpp297 Node t_match; in getMatch() local
300 t_match = NodeManager::currentNM()->mkNode(MINUS, t, qe->getTermUtil()->d_one); in getMatch()
302 t_match = t; in getMatch()
307t_match = NodeManager::currentNM()->mkConst( !q->areEqual( qe->getTermUtil()->d_true, t ) ); in getMatch()
310 t_match = NodeManager::currentNM()->mkNode(PLUS, t, qe->getTermUtil()->d_one); in getMatch()
313 t_match = NodeManager::currentNM()->mkNode(PLUS, t, qe->getTermUtil()->d_one); in getMatch()
315 t_match = t; in getMatch()
318 if( !t_match.isNull() ){ in getMatch()
320 if (!m.set(q, v, t_match)) in getMatch()
/dports/databases/mantis/mantisbt-2.25.2/plugins/Source/
H A DSource.API.php110 foreach ( $t_matches[1] as $t_match ) {
111 if ( 0 < (int)$t_match ) {
112 $t_bugs[$t_match] = true;
140 foreach ( $t_matches[1] as $t_match ) {
141 if ( 0 < (int)$t_match ) {
142 $t_bugs[$t_match] = true;
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/plugins/mapmatching/
H A Dmapmatching-03-birgil-ok.py269 route, length_route, duration_gps, lengthindex, err_dist, t_match = \
276 t_match)
297 t_match = -1.0
534 t_match = time.time() - tick
584 return route, length_route, duration_gps, lengthindex, err_dist, t_match
790 …ute), lengthindex, duration_gps, length_route, n_points_eff, err_dist, err_dist_alg, t_match*1000))
794 …ute), lengthindex, duration_gps, length_route, n_points_eff, err_dist, err_dist_alg, t_match*1000))
H A Dmapmatching-02-allprint.py257 route, length_route, duration_gps, lengthindex, err_dist, t_match = \
264 t_match)
284 t_match = -1.0
503 t_match = time.time() - tick
553 return route, length_route, duration_gps, lengthindex, err_dist, t_match
755 …ute), lengthindex, duration_gps, length_route, n_points_eff, err_dist, err_dist_alg, t_match*1000))
759 …ute), lengthindex, duration_gps, length_route, n_points_eff, err_dist, err_dist_alg, t_match*1000))
H A Dmapmatching-04-improveok.py272 …route, length_route_mixed, length_route_exclusive, duration_gps, lengthindex, err_dist, t_match = \
282 t_match)
306 t_match = -1.0
545 t_match = time.time() - tick
604 …gth_route, length_route_mixed, length_route_exclusive, duration_gps, lengthindex, err_dist, t_match
H A Dmapmatching-05-ok-preinter.py284 …route, length_route_mixed, length_route_exclusive, duration_gps, lengthindex, err_dist, t_match = \
294 t_match)
318 t_match = -1.0
552 t_match = time.time() - tick
614 …gth_route, length_route_mixed, length_route_exclusive, duration_gps, lengthindex, err_dist, t_match
H A Dmapmatching-08-save_failed.py284 …route, length_route_mixed, length_route_exclusive, duration_gps, lengthindex, err_dist, t_match = \
294 t_match)
318 t_match = -1.0
552 t_match = time.time() - tick
614 …gth_route, length_route_mixed, length_route_exclusive, duration_gps, lengthindex, err_dist, t_match
H A Dmapmatching-07-shortestpathok.py284 …route, length_route_mixed, length_route_exclusive, duration_gps, lengthindex, err_dist, t_match = \
294 t_match)
318 t_match = -1.0
552 t_match = time.time() - tick
614 …gth_route, length_route_mixed, length_route_exclusive, duration_gps, lengthindex, err_dist, t_match
H A Dmapmatching-06-resultchaos.py293 …route, length_route_mixed, length_route_exclusive, duration_gps, lengthindex, err_dist, t_match = \
303 t_match)
338 t_match = -1.0
572 t_match = time.time() - tick
634 …gth_route, length_route_mixed, length_route_exclusive, duration_gps, lengthindex, err_dist, t_match
H A Dmapmatching-09-result_desaster.py296 …route, length_route_mixed, length_route_exclusive, duration_gps, lengthindex, err_dist, t_match = \
306 t_match)
344 t_match = -1.0
578 t_match = time.time() - tick
640 …gth_route, length_route_mixed, length_route_exclusive, duration_gps, lengthindex, err_dist, t_match
/dports/lang/yap/yap-6.2.2/packages/semweb/
H A Drdf_db.h161 #define t_match next[0] macro
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dconfig_api.php633 foreach( $t_matches as $t_match ) {
634 list(, $t_match_with_delimiters, $t_config ) = $t_match;
/dports/databases/mantis/mantisbt-2.25.2/plugins/EmailReporting/core/
H A Dconfig_api.php434 if( preg_match( "/$s_regex_array/s", $t_value, $t_match ) === 1 ) {
438 if( preg_match_all( "/$s_regex_element/", $t_match[1], $t_elements ) ) {
/dports/databases/mantis/mantisbt-2.25.2/core/classes/
H A DBugFilterQuery.class.php1538 foreach( $t_matches as $t_match ) {
1539 $t_search_terms[trim( $t_match[1], "\'\"" )] = ( $t_match[0][0] == '-' );

12