Home
last modified time | relevance | path

Searched refs:ph_inc (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/
H A Dvsph_sph_box_2d.cxx681 double th_inc = theta_range/n_thd, ph_inc = phi_range/n_phd; in planar_quads() local
703 double ph_fin = phi_last -DIST_TOL*ph_inc; in planar_quads()
721 double ph_next = ph_prev + ph_inc; in planar_quads()
/dports/audio/csound/csound-6.15.0/Engine/
H A Dfgens.c3174 int64_t ph, ph_inc; in gen53_apply_window() local
3182 ph_inc = ((int64_t) wpts << 32) >> j; in gen53_apply_window()
3186 ph_inc = ((int64_t) wpts << 31) >> j; in gen53_apply_window()
3198 ph += ph_inc; in gen53_apply_window()