Home
last modified time | relevance | path

Searched refs:to_delta (Results 1 – 25 of 38) sorted by relevance

12

/dports/math/combblas/CombBLAS_beta_16_2/psort-1.0/include/psort/
H A Dpsort_samplesort.h94 int from_delta = from_dist[0], to_delta = to_dist[0]; in redist() local
98 int diff = from_delta - to_delta; in redist()
105 to_delta = to_dist[j]; in redist()
107 starch[i][j] = to_delta; in redist()
109 from_delta -= to_delta; in redist()
110 to_delta = to_dist[j]; in redist()
114 to_delta -= from_delta; in redist()
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_trans_couple.cxx148 const vnl_vector<double>& to_delta, in inv_map() argument
153 forward_xform_ -> inv_map( to, initialize_next, to_delta, from, from_next_est ); in inv_map()
H A Drgrl_trans_homography2d.cxx158 const vnl_vector<double>& to_delta, in inv_map() argument
172 homo_to[0] += to_delta[0]; in inv_map()
173 homo_to[1] += to_delta[1]; in inv_map()
H A Drgrl_trans_translation.cxx93 const vnl_vector<double>& to_delta, in inv_map() argument
106 from_next_est = from + to_delta; in inv_map()
H A Drgrl_trans_similarity.cxx133 const vnl_vector<double>& to_delta, in inv_map() argument
149 from_next_est = from + (J_inv * to_delta); in inv_map()
H A Drgrl_trans_translation.h55 const vnl_vector<double>& to_delta,
H A Drgrl_trans_rigid.cxx164 const vnl_vector<double>& to_delta, in inv_map() argument
180 from_next_est = from + (J_inv * to_delta); in inv_map()
H A Drgrl_trans_affine.cxx141 const vnl_vector<double>& to_delta, in inv_map() argument
157 from_next_est = from + (J_inv * to_delta); in inv_map()
H A Drgrl_trans_similarity.h76 const vnl_vector<double>& to_delta,
H A Drgrl_trans_homography2d.h54 const vnl_vector<double>& to_delta,
H A Drgrl_trans_couple.h69 const vnl_vector<double>& to_delta,
H A Drgrl_trans_rigid.h79 const vnl_vector<double>& to_delta,
H A Drgrl_trans_quadratic.h90 const vnl_vector<double>& to_delta,
H A Drgrl_trans_reduced_quad.h87 const vnl_vector<double>& to_delta,
H A Drgrl_trans_affine.h79 const vnl_vector<double>& to_delta,
H A Drgrl_transformation.h120 const vnl_vector<double>& to_delta,
H A Drgrl_trans_reduced_quad.cxx174 const vnl_vector<double>& to_delta, in inv_map() argument
231 from_next_est = from + approx_A_inv * to_delta; in inv_map()
H A Drgrl_trans_quadratic.cxx192 const vnl_vector<double>& to_delta, in inv_map() argument
249 from_next_est = from + approx_A_inv * to_delta; in inv_map()
H A Drgrl_util.cxx343 vnl_vector<double> to_delta, from_next_est; //not used; in rgrl_util_estimate_global_region() local
345 curr_xform.inv_map(to_boun_pt, false, to_delta, inv_mapped_pt, from_next_est); in rgrl_util_estimate_global_region()
/dports/editors/xi-core/xi-editor-0.3.0/rust/rope/src/
H A Ddiff.rs65 return builder.to_delta(base, target); in compute_delta()
128 builder.to_delta(base, target) in compute_delta()
227 fn to_delta(self, base: &Rope, target: &Rope) -> RopeDelta { in to_delta() method
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudets.cpp589 …ject *objp, float from_field, float to_field, float *from_delta, float *to_delta, float max, float… in transfer_energy_weapon_common() argument
595 if (to_field + *to_delta + delta > max) in transfer_energy_weapon_common()
596 delta = max - to_field - *to_delta; in transfer_energy_weapon_common()
605 *to_delta += delta; in transfer_energy_weapon_common()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/sti/delta/
H A Ddelta-ipc.c24 #define to_delta(__d) container_of(__d, struct delta_dev, rpmsg_driver) macro
554 struct delta_dev *delta = to_delta(rpdrv); in delta_ipc_probe()
564 struct delta_dev *delta = to_delta(rpdrv); in delta_ipc_remove()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/sti/delta/
H A Ddelta-ipc.c24 #define to_delta(__d) container_of(__d, struct delta_dev, rpmsg_driver) macro
554 struct delta_dev *delta = to_delta(rpdrv); in delta_ipc_probe()
564 struct delta_dev *delta = to_delta(rpdrv); in delta_ipc_remove()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/sti/delta/
H A Ddelta-ipc.c24 #define to_delta(__d) container_of(__d, struct delta_dev, rpmsg_driver) macro
554 struct delta_dev *delta = to_delta(rpdrv); in delta_ipc_probe()
564 struct delta_dev *delta = to_delta(rpdrv); in delta_ipc_remove()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudets.cpp602 …ject *objp, float from_field, float to_field, float *from_delta, float *to_delta, float from_max, … in transfer_energy_weapon_common() argument
608 if (to_field + *to_delta + eff * delta > to_max && eff > 0) in transfer_energy_weapon_common()
609 delta = (to_max - to_field - *to_delta) / eff; in transfer_energy_weapon_common()
618 *to_delta += eff * delta; in transfer_energy_weapon_common()

12