Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_3dalign.c90 static float init_dx =0.0 , init_dy =0.0 , init_dz =0.0 ; variable
96 init_dx != 0.0 || init_dy != 0.0 || init_dz != 0.0 )
102 init_dx = dx ; init_dy = dy ; init_dz = dz ; /* mm */ in mri_3dalign_initvals()
582 fit[4] = init_dx ; fit[5] = init_dy ; fit[6] = init_dz ; /* mm */ in mri_3dalign_one()
/dports/x11-wm/blackbox/blackbox-0.70.1/src/
H A DWindow.cc3767 int nx, ny, dx, dy, init_dx, init_dy; in snapAdjust() local
3773 dx = init_dx = ++nx; dy = init_dy = ++ny; in snapAdjust()
3778 nx = (dx != init_dx && std::abs(dx) < std::abs(nx)) ? dx : nx; dx = init_dx; in snapAdjust()
3783 nx = (dx != init_dx && std::abs(dx) < std::abs(nx)) ? dx : nx; dx = init_dx; in snapAdjust()
3796 nx = (dx != init_dx && std::abs(dx) < std::abs(nx)) ? dx : nx; dx = init_dx; in snapAdjust()
3802 *x = (nx != init_dx) ? (*x - nx) : *x; in snapAdjust()