Home
last modified time | relevance | path

Searched refs:to_tr (Results 1 – 4 of 4) sorted by relevance

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/actions/
H A Dmixer_selections_action.h228 to_tr,to_slot,error) \ argument
232 to_tr, to_slot, NULL, 0, error)
236 to_tr,to_slot,error) \ argument
240 to_tr, to_slot, NULL, 0, error)
244 to_tr,to_slot,error) \ argument
248 to_tr, to_slot, NULL, 0, error)
284 to_tr,to_slot,error) \ argument
288 to_tr, to_slot, NULL, 0, error)
292 to_tr,to_slot,error) \ argument
296 to_tr, to_slot, NULL, 0, error)
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/actions/
H A Dmixer_selections_action.c419 to_tr ? to_tr->name : "(none)", in save_existing_plugin()
425 (from_tr != to_tr || in save_existing_plugin()
430 tmp_ms, to_tr, in save_existing_plugin()
464 to_tr->name, to_slot); in revert_deleted_plugin()
942 Track * to_tr = NULL; in do_or_undo_move_or_copy() local
954 to_tr = in do_or_undo_move_or_copy()
974 to_tr = in do_or_undo_move_or_copy()
989 to_tr == from_tr && in do_or_undo_move_or_copy()
1069 to_tr->name, in do_or_undo_move_or_copy()
1160 Track * to_tr = in do_or_undo_move_or_copy() local
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_lsq/
H A Dtrf.py148 _, to_tr = intersect_trust_region(p_h, r_h, Delta)
155 r_stride = min(to_bound, to_tr)
161 r_stride_u = to_tr
185 to_tr = Delta / norm(ag_h)
187 if to_bound < to_tr:
190 ag_stride = to_tr
309 to_tr = Delta / norm(g_h)
310 ag_value = minimize_quadratic_1d(a, b, 0, to_tr)[1]
475 to_tr = Delta / norm(g_h)
476 ag_value = minimize_quadratic_1d(a, b, 0, to_tr)[1]
/dports/cad/openroad/OpenROAD-2.0/src/sta/tcl/
H A DStaTcl.i3120 const RiseFallBoth *to_tr, in set_inter_clock_uncertainty() argument
3125 Sta::sta()->setClockUncertainty(from_clk, from_tr, to_clk, to_tr, min_max, in set_inter_clock_uncertainty()
3133 const RiseFallBoth *to_tr, in unset_inter_clock_uncertainty() argument
3137 Sta::sta()->removeClockUncertainty(from_clk, from_tr, to_clk, to_tr, min_max); in unset_inter_clock_uncertainty()
3193 const RiseFallBoth *to_tr, in unset_data_check_cmd() argument
3197 Sta::sta()->removeDataCheck(from, from_tr, to, to_tr, clk, setup_hold); in unset_data_check_cmd()