Home
last modified time | relevance | path

Searched refs:to_fl (Results 1 – 7 of 7) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/icam/
H A Dicam_depth_trans_pyramid.h49 double to_fl, double to_pu, double to_pv,
70 void set_to_fl(double to_fl) {to_fl_ = to_fl;} in set_to_fl() argument
73 double to_fl() {return to_fl_;} in to_fl() function
H A Dicam_depth_trans_pyramid.cxx46 to_fl_ = base_transform.to_fl(); in init()
103 double to_fl, double to_pu, double to_pv, in icam_depth_trans_pyramid() argument
111 icam_depth_transform base_transform(K_from, to_fl, to_pu, to_pv, depth, rot, in icam_depth_trans_pyramid()
H A Dicam_minimizer.h101 double to_fl);
112 double to_fl() {return dt_pyramid_.to_fl();} in to_fl() function
H A Dicam_depth_transform.h71 double to_fl, double to_pu, double to_pv,
98 double to_fl() {return to_fl_;} in to_fl() function
H A Dicam_depth_transform.cxx111 double to_fl, double to_pu, double to_pv, in icam_depth_transform() argument
117 to_fl_(to_fl), to_pu_(to_pu), to_pv_(to_pv), in icam_depth_transform()
H A Dicam_minimizer.cxx136 double to_fl) in minimize() argument
138 dt_pyramid_.set_to_fl(to_fl); in minimize()
/dports/emulators/hercules/hercules-3.13/
H A Dfloat.c4031 SHORT_FLOAT to_fl; in DEF_INST() local
4044 to_fl.sign = from_fl.sign; in DEF_INST()
4045 to_fl.expo = from_fl.expo; in DEF_INST()
4049 to_fl.short_fract >>= 4; in DEF_INST()
4050 (to_fl.expo)++; in DEF_INST()
4057 store_sf(&to_fl, regs->fpr + i1); in DEF_INST()
5596 SHORT_FLOAT to_fl; in DEF_INST() local
5611 to_fl.sign = from_fl.sign; in DEF_INST()
5612 to_fl.expo = from_fl.expo; in DEF_INST()
5616 to_fl.short_fract >>= 4; in DEF_INST()
[all …]