Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_dset_to_grayplot.c351 #undef P_FACTOR
356 #define P_FACTOR 0.16666667f /* 1/6 = final scaling factor */ macro
411 + wt_p1*xin[jx_p1] + wt_p2*xin[jx_p2] ) * P_FACTOR ; in resample_1D_float()
H A Dmri_warp3D.c55 #undef P_FACTOR
60 #define P_FACTOR 4.62962963e-3 /* 1/216 = final scaling factor */ macro
241 val = P_FACTOR * ( wt_m1 * f_km1 + wt_00 * f_k00 in mri_warp3D_cubic()
H A Dmri_genalign_util.c203 #undef P_FACTOR
208 #define P_FACTOR 4.62962963e-3 /* 1/216 = final scaling factor */ macro
300 vv[pp] = P_FACTOR * ( wt_m1 * f_km1 + wt_00 * f_k00 in GA_interp_cubic()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcModel.cpp10959 #define P_FACTOR 1.0 macro
10961 obj1->setDownShadowPrice(-P_FACTOR * obj1->downShadowPrice());
10962 obj1->setUpShadowPrice(-P_FACTOR * obj1->upShadowPrice());
10967 sCost = P_FACTOR * obj1->downShadowPrice();
10972 sCost = P_FACTOR * obj1->upShadowPrice();