Home
last modified time | relevance | path

Searched refs:p2_max (Results 1 – 8 of 8) sorted by relevance

/dports/games/minetest/minetest-5.4.1/games/devtest/mods/experimental/
H A Dcommands.lua120 local p2_max = 0
125 p2_max = 5
127 p2_max = 23
129 p2_max = 63
131 p2_max = 63
133 p2_max = 127
135 p2_max = 179
139 p2_max = 255
142 for p2 = 0, p2_max do
/dports/multimedia/libdc1394/libdc1394-2.2.6/dc1394/vendor/
H A Dpixelink.c324 uint32_t *p1_max, uint32_t *p2_max, uint32_t *p3_max) in dc1394_pxl_get_gpo_param_min_max() argument
379 dc1394_get_register(camera, (uint64_t)(gpio_parm2_add), p2_max); in dc1394_pxl_get_gpo_param_min_max()
384 printf(" 0x%08x : r 0x%08x < GPIO_PARM2_MAX\n", gpio_parm2_add, *p2_max); in dc1394_pxl_get_gpo_param_min_max()
588 uint32_t p1_min, p2_min, p3_min, p1_max, p2_max, p3_max; in dc1394_pxl_set_gpio_mode_param() local
593 &p1_min, &p2_min, &p3_min, &p1_max, &p2_max, &p3_max); in dc1394_pxl_set_gpio_mode_param()
598 dc1394_pxl_convert_uint32_to_float32(p2_max, &f2_max); in dc1394_pxl_set_gpio_mode_param()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bsgm/
H A Dbsgm_disparity_estimator.cxx260 float p2_max = p2_max_base_*cost_unit_*params_.p2_scale; in run_multi_dp() local
262 auto p2 = (unsigned short)( p2_max ); in run_multi_dp()
449 p2_max + (p2_min-p2_max)*deriv_img[deriv_idx](x,y) ); in run_multi_dp()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/effects/RFXscripts/
H A Dtextover.script65 init|$p1_max=$width; $p1_min=-$width; $p2_max=$height; $p2_min=-$height;
H A Dtransition_fade.script91 init|$p2=$width2; $p2_max=$width;
H A Dshrink_expand.script163 init|$p2_max=$width;$p2=$width/2;$p3_max=$height;$p3=$height/2;
H A Dtrim_frames.script106 init|$p0_max=$p2_max=$width-1;$p2=$width-1;$p0=0;
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dkutil.cc10735 poly p2_max=NULL; in kCheckSpolyCreation() local
10736 if ((L->i_r2>=0)&&(strat->R[L->i_r2]!=NULL)) p2_max = (strat->R[L->i_r2])->max_exp; in kCheckSpolyCreation()
10739 ((p2_max != NULL) && !p_LmExpVectorAddIsOk(m2, p2_max, strat->tailRing))) in kCheckSpolyCreation()
10763 poly p2_max = (strat->R[strat->S_2_R[atS]])->max_exp; in kCheckStrongCreation() local
10766 ((p2_max != NULL) && !p_LmExpVectorAddIsOk(m2, p2_max, strat->tailRing))) in kCheckStrongCreation()