Home
last modified time | relevance | path

Searched refs:vbest (Results 1 – 25 of 33) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/videomode/
H A Dpickmode.c122 int aspect, refresh, hbest, vbest, abest, atemp, rbest, rtemp; in sort_modes() local
145 vbest = 0; in sort_modes()
149 vbest = modes[i].vdisplay; in sort_modes()
152 modes[i].vdisplay > vbest) { in sort_modes()
153 vbest = modes[i].vdisplay; in sort_modes()
169 vbest = 0; in sort_modes()
193 modes[i].vdisplay > vbest) { in sort_modes()
194 vbest = modes[i].vdisplay; in sort_modes()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_mattor.c17 double vbest ; in THD_matrix_to_orientation() local
66 vbest = -666.0 ; ibest=pbest=qbest=rbest=1 ; jbest=2 ; kbest=3 ; in THD_matrix_to_orientation()
85 if( val > vbest ){ in THD_matrix_to_orientation()
86 vbest = val ; in THD_matrix_to_orientation()
91 val, 2.0*acos(0.5*sqrt(1.0+vbest))*(180.0/3.14159265) , i,j,k,p,q,r) ; in THD_matrix_to_orientation()
H A Dpowell_int.c465 double vbest ; in powell_newuoa_constrained() local
608 rb = 0.05 ; re = 0.005 ; mf = 9*ndim+7 ; tbest = 0 ; vbest = BIGVAL ; in powell_newuoa_constrained()
615 if( x01val[tt] < vbest ){ vbest = x01val[tt]; tbest = tt; } in powell_newuoa_constrained()
665 tbest = 0 ; vbest = BIGVAL ; in powell_newuoa_constrained()
673 if( x01val[tt] < vbest ){ vbest = x01val[tt]; tbest = tt; } in powell_newuoa_constrained()
685 (void)calfun_(&n,x01[tbest],&vbest) ; ntot += icode+1 ; in powell_newuoa_constrained()
691 if( cost != NULL ) *cost = vbest ; /* save cost func */ in powell_newuoa_constrained()
H A D3dAllineate.c5563 tfcost[ib] = stup.vbest ; tfindx[ib] = ib ; /* save cost */ in main()
5647 stup.vbest) ; in main()
5766 cost = stup.vbest ; in main()
6017 stup.vbest,nbf,dtim-ctim) ; in main()
6041 stup.vbest,nbf,dtim-ctim) ; in main()
6056 stup.vbest,nbf,dtim-ctim) ; in main()
6111 stup.vbest,nbf,dtim-ctim) ; in main()
6164 stup.vbest,nbf,dtim-ctim) ; in main()
6217 stup.vbest,nbf,dtim-ctim) ; in main()
6272 stup.vbest,nbf,dtim-ctim) ; in main()
[all …]
H A Dmri_genalign.c1410 stup->vbest = GA_scalar_fitter( stup->wfunc_numfree , wpar ) ; in mri_genalign_scalar_optim()
1616 double *wpar, *spar , val , vbest , *bpar , *qpar,*cpar , dist ; in mri_genalign_scalar_ransetup() local
1752 vbest = BIGVAL ; jj = 0 ; if( icod != MRI_NN ) stup->interp_code = MRI_LINEAR ; in mri_genalign_scalar_ransetup()
1763 if( kval[kk] < vbest ){ vbest = kval[kk]; jj = kk; } /* jj = "best" */ in mri_genalign_scalar_ransetup()
1767 stup->vbest = vbest ; /* save for user's edification */ in mri_genalign_scalar_ransetup()
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dmix_rho.f90485 vbest(:), &! vbest(ngm0) local
499 w( ngm0, mmx ), dv( ngm0 ), vbest( ngm0 ), wbest( ngm0 ) )
647 vbest(ig) = ZERO
655 vbest(ig) = vbest(ig) + vec(i) * v(ig,i)
671 drho%of_g(ig,1) = vbest(ig)
677 DEALLOCATE( alpha, v, w, dv, vbest, wbest )
687 v(ig,m) = vbest(ig)
/dports/math/optpp/optpp-2.4/src/PDS/
H A Dpdsopt.C148 int i, j, ierr, beta, vbest; in pdsopt() local
365 vbest = pds_index[0]; in pdsopt()
369 simplex[i] = simplex[i + ndim*vbest]; in pdsopt()
370 simplex[i + ndim*vbest] = temp; in pdsopt()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/PDS/
H A Dpdsopt.C156 int i, j, ierr, beta, vbest; in pdsopt() local
373 vbest = pds_index[0]; in pdsopt()
376 simplex[i] = simplex[i + ndim*vbest]; in pdsopt()
377 simplex[i + ndim*vbest] = temp; in pdsopt()
/dports/games/xonotic/Xonotic/source/qcsrc/server/
H A Dportals.qc32 vector vbest;
34 if(v.x < 0) vbest.x = p.mins.x; else vbest.x = p.maxs.x;
35 if(v.y < 0) vbest.y = p.mins.y; else vbest.y = p.maxs.y;
36 if(v.z < 0) vbest.z = p.mins.z; else vbest.z = p.maxs.z;
38 return vbest * v;
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/libpixman/src/dither/
H A Dmake-blue-noise.c446 float vbest = -INFINITY; in largest_cluster() local
461 vbest = vmax; in largest_cluster()
473 if (vmax == vbest) in largest_cluster()
/dports/www/firefox/firefox-99.0/gfx/cairo/libpixman/src/dither/
H A Dmake-blue-noise.c446 float vbest = -INFINITY; in largest_cluster() local
461 vbest = vmax; in largest_cluster()
473 if (vmax == vbest) in largest_cluster()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/libpixman/src/dither/
H A Dmake-blue-noise.c446 float vbest = -INFINITY; in largest_cluster() local
461 vbest = vmax; in largest_cluster()
473 if (vmax == vbest) in largest_cluster()
/dports/x11/pixman/pixman-0.40.0/pixman/dither/
H A Dmake-blue-noise.c446 float vbest = -INFINITY; in largest_cluster() local
461 vbest = vmax; in largest_cluster()
473 if (vmax == vbest) in largest_cluster()
/dports/games/dungeon/dungeon-3.2_1/
H A DDSO4.C190 if (vill_1.villns[i - 1] == v && prsvec_1.prsi == vill_1.vbest[i - 1]
H A DDINIT.C257 vill_1.vbest[i - 1] = 0; in init_()
401 rdints(vill_1.vlnt, &vill_1.vbest[0], indxfile); in init_()
H A DVARS.H291 integer vlnt, villns[4], vprob[4], vopps[4], vbest[4], vmelee[4]; member
/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Ddungeon.c186 vill_1.vbest[i__ - 1] = 0; in dungeon_main()
H A Dgdt.c490 vill_1.vbest[i - 1], in gdt_()
514 dest_array = &vill_1.vbest[0]; in gdt_()
H A Dgame.c516 f_get_ints(datafile, &vill_1.vbest[0], 4); in initfl_()
H A Dcommons.h91 integer vlnt, villns[4], vprob[4], vopps[4], vbest[4], vmelee[4]; member
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/src/
H A DBaseImage.cc288 double vbest = -666.0; in Orientation() local
310 if (val > vbest) { in Orientation()
311 vbest = val; in Orientation()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/NIFTI/src/nifti/nifti2/
H A Dnifti2_io.c2591 double vbest ; in nifti_dmat44_to_orientation() local
2671 vbest = -666.0 ; ibest=pbest=qbest=rbest=1 ; jbest=2 ; kbest=3 ; in nifti_dmat44_to_orientation()
2692 if( val > vbest ){ in nifti_dmat44_to_orientation()
2693 vbest = val ; in nifti_dmat44_to_orientation()
2772 float vbest ; in nifti_mat44_to_orientation() local
2852 vbest = -666.0f ; ibest=pbest=qbest=rbest=1 ; jbest=2 ; kbest=3 ; in nifti_mat44_to_orientation()
2873 if( val > vbest ){ in nifti_mat44_to_orientation()
2874 vbest = val ; in nifti_mat44_to_orientation()
/dports/science/afni/afni-AFNI_21.3.16/src/nifti/nifti2/
H A Dnifti2_io.c2647 double vbest ; in nifti_dmat44_to_orientation() local
2727 vbest = -666.0 ; ibest=pbest=qbest=rbest=1 ; jbest=2 ; kbest=3 ; in nifti_dmat44_to_orientation()
2748 if( val > vbest ){ in nifti_dmat44_to_orientation()
2749 vbest = val ; in nifti_dmat44_to_orientation()
2830 float vbest ; in nifti_mat44_to_orientation() local
2910 vbest = -666.0f ; ibest=pbest=qbest=rbest=1 ; jbest=2 ; kbest=3 ; in nifti_mat44_to_orientation()
2931 if( val > vbest ){ in nifti_mat44_to_orientation()
2932 vbest = val ; in nifti_mat44_to_orientation()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/IO/src/nifti/
H A Dnifti2_io.cc2579 double vbest ; in nifti_dmat44_to_orientation() local
2659 vbest = -666.0 ; ibest=pbest=qbest=rbest=1 ; jbest=2 ; kbest=3 ; in nifti_dmat44_to_orientation()
2680 if( val > vbest ){ in nifti_dmat44_to_orientation()
2681 vbest = val ; in nifti_dmat44_to_orientation()
2760 float vbest ; in nifti_mat44_to_orientation() local
2840 vbest = -666.0f ; ibest=pbest=qbest=rbest=1 ; jbest=2 ; kbest=3 ; in nifti_mat44_to_orientation()
2861 if( val > vbest ){ in nifti_mat44_to_orientation()
2862 vbest = val ; in nifti_mat44_to_orientation()
/dports/science/minc2/minc-release-2.2.00/conversion/nifti1/
H A Dnifti1_io.c1797 float vbest ; in nifti_mat44_to_orientation() local
1877 vbest = -666.0 ; ibest=pbest=qbest=rbest=1 ; jbest=2 ; kbest=3 ; in nifti_mat44_to_orientation()
1898 if( val > vbest ){ in nifti_mat44_to_orientation()
1899 vbest = val ; in nifti_mat44_to_orientation()

12