Home
last modified time | relevance | path

Searched refs:mkp (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/dports/astro/gnuastro/gnuastro-0.16/bin/mkprof/
H A Doneprofile.c112 double q1=mkp->q[0], q2=mkp->q[1]; in oneprofile_r_el()
113 double c1=mkp->c[0], s1=mkp->s[0]; in oneprofile_r_el()
114 double c2=mkp->c[1], s2=mkp->s[1]; in oneprofile_r_el()
115 double c3=mkp->c[2], s3=mkp->s[2]; in oneprofile_r_el()
116 double x=mkp->coord[0], y=mkp->coord[1], z=mkp->coord[2]; in oneprofile_r_el()
201 double coord_before[3]={mkp->coord[0], mkp->coord[1], mkp->coord[2]}; in oneprofile_randompoints()
205 range[i] = mkp->higher[i] - mkp->lower[i]; in oneprofile_randompoints()
211 mkp->coord[j] = mkp->lower[j] + gsl_rng_uniform(mkp->rng) * range[j]; in oneprofile_randompoints()
213 sum+=mkp->profile(mkp); in oneprofile_randompoints()
261 return mkp->profile(mkp);
[all …]
H A Dprofiles.c48 return mkp->r; in profiles_radial_distance()
87 double x = mkp->coord[0]*mkp->c[0] + mkp->coord[1]*mkp->s[0]; in profiles_azimuth()
88 double y = -1 * mkp->coord[0]*mkp->s[0] + mkp->coord[1]*mkp->c[0]; in profiles_azimuth()
122 if( mkp->r >= min[i] && mkp->r < max[i] ) in profiles_custom_table()
127 i=(mkp->r - reg[0])/reg[1]; in profiles_custom_table()
155 return exp( mkp->gaussian_c * mkp->r * mkp->r ); in profiles_gaussian()
200 return pow(1+mkp->r*mkp->r/mkp->moffat_alphasq, mkp->moffat_nb); in profiles_moffat()
243 return exp( mkp->sersic_nb in profiles_sersic()
244 * ( pow(mkp->r/mkp->sersic_re, mkp->sersic_inv_n) -1 ) ); in profiles_sersic()
255 return ( (mkp->r > mkp->intruncr && mkp->r <= mkp->truncr) in profiles_circumference()
[all …]
H A Dmkprof.c189 if( mkp->func==PROFILE_SERSIC || mkp->func==PROFILE_MOFFAT ) in saveindividual()
329 mkp->rng_seed=mkp->p->rng_seed; in mkprof_build_single()
333 gsl_rng_set(mkp->rng, mkp->rng_seed); in mkprof_build_single()
514 mkp->width[0]=mkp->width[1]=1; in mkprof_build()
519 gal_box_bound_ellipse(mkp->truncr, mkp->q[0]*mkp->truncr, in mkprof_build()
528 semiaxes[1] = mkp->truncr * mkp->q[0]; in mkprof_build()
529 semiaxes[2] = mkp->truncr * mkp->q[1]; in mkprof_build()
768 mkp=malloc(nt*sizeof *mkp); in mkprof()
769 if(mkp==NULL) in mkprof()
800 mkp[0].p=p; in mkprof()
[all …]
H A Dprofiles.h27 profiles_radial_distance(struct mkonthread *mkp);
30 profiles_azimuth(struct mkonthread *mkp);
33 profiles_custom_table(struct mkonthread *mkp);
39 profiles_gaussian(struct mkonthread *mkp);
48 profiles_moffat(struct mkonthread *mkp);
57 profiles_sersic(struct mkonthread *mkp);
60 profiles_circumference(struct mkonthread *mkp);
63 profiles_flat(struct mkonthread *mkp);
H A Doneprofile.h32 oneprofile_set_prof_params(struct mkonthread *mkp);
35 oneprofile_make(struct mkonthread *mkp);
/dports/security/keybase/client-v5.7.1/go/externals/
H A Dproof_service_web.go143 func (t *WebServiceType) MarkupFilenames(un string, mkp *libkb.Markup) {
144 mkp.Append(`<ul>`)
154 mkp.Append(`<li bullet="` + bullet + `"><url>` + un + "/" + f + `</url></li>`)
156 mkp.Append(`</ul>`)
160 mkp := libkb.FmtMarkup(`<p>You will be asked to post a file to:</p>`)
161 t.MarkupFilenames(un, mkp)
162 return mkp
166 mkp := libkb.FmtMarkup(`<p>Make the following file available at:</p>`)
167 t.MarkupFilenames(un, mkp)
168 return mkp
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/
H A Dcheck_rpc84 def mkp(f):
86 ml = read_method_list(mkp("src/gx_head/engine/jsonrpc_methods.gperf_tmpl"))
87 fd = read_defined_methods(mkp("src/gx_head/engine/jsonrpc.cpp"))
88 fr = read_referenced_methods(mkp("src/gx_head/gui/machine.cpp"))
89 fw = read_referenced_methods_web(mkp("webui/source"))
/dports/science/siesta/siesta-4.1.5/Util/Contrib/APostnikov/
H A Deig2bxsf.f16 . ib,mkp,homo(2),lumo(2),ik,in2,in3,ialloc
147 mkp = (mdiv(1)+1)*(mdiv(2)+1)*(mdiv(3)+1)
148 write (6,*) ' Full No. of k-points on general grid:', mkp
149 allocate (ndiv(3,mkp),STAT=ialloc)
150 allocate (irrek(mkp), STAT=ialloc)
152 write (6,*) ' Fails to allocate space for mkp=',mkp
273 . (enek(irrek(ii)),ii=1,mkp)
/dports/sysutils/fstyp/fstyp-0.1/
H A DAUTHORS1 Martin K. Petersen <mkp@mkp.net>
H A DChangeLog1 2001-11-19 Martin K. Petersen <mkp@mkp.net>
/dports/www/p5-HTML-Diff/HTML-Diff-0.561/lib/HTML/
H A DDiff.pm141 my ($mkp, $cmp) = @$e;
142 return $mkp;
148 my ($mkp, $cmp) = @$e;
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Din_pipe.c59 Bool blk, ka, mkp; member
104 ctx->mkp = GF_FALSE; in pipein_initialize()
114 if (ctx->mkp) ctx->blk = GF_TRUE; in pipein_initialize()
149 if (!ctx->mkp) { in pipein_initialize()
198 if (!gf_file_exists(src) && ctx->mkp) { in pipein_initialize()
360 if (!ctx->blk && ctx->mkp) { in pipein_process()
478 { OFFS(mkp), "create pipe if not found - see filter help", GF_PROP_BOOL, "false", NULL, 0},
H A Dout_pipe.c57 Bool dynext, mkp; member
139 if (!ctx->mkp) { in pipeout_open_close()
182 if (!gf_file_exists(szFinalName) && ctx->mkp) { in pipeout_open_close()
468 { OFFS(mkp), "create pipe if not found - see filter help", GF_PROP_BOOL, "false", NULL, 0 },
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Din_pipe.c59 Bool blk, ka, mkp; member
104 ctx->mkp = GF_FALSE; in pipein_initialize()
114 if (ctx->mkp) ctx->blk = GF_TRUE; in pipein_initialize()
149 if (!ctx->mkp) { in pipein_initialize()
198 if (!gf_file_exists(src) && ctx->mkp) { in pipein_initialize()
360 if (!ctx->blk && ctx->mkp) { in pipein_process()
478 { OFFS(mkp), "create pipe if not found - see filter help", GF_PROP_BOOL, "false", NULL, 0},
H A Dout_pipe.c57 Bool dynext, mkp; member
139 if (!ctx->mkp) { in pipeout_open_close()
182 if (!gf_file_exists(szFinalName) && ctx->mkp) { in pipeout_open_close()
468 { OFFS(mkp), "create pipe if not found - see filter help", GF_PROP_BOOL, "false", NULL, 0 },
/dports/sysutils/fstyp/fstyp-0.1/spec/
H A Dfstyp.spec4 Packager: mkp@mkp.net
/dports/science/lammps/lammps-stable_29Sep2021/lib/mscg/
H A DInstall.py111 mkp = os.path.join(homedir, 'src', 'Make', mkf) variable
112 if os.path.exists(mkp):
113 shutil.copyfile(mkp, os.path.join(homedir, 'src', mkf))
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dindex_entry.h56 const MultikeyPaths& mkp, in IndexEntry()
65 multikeyPaths(mkp), in IndexEntry()
/dports/sysutils/powerman/powerman-2.3.20/etc/
H A Dapc7920.dev5 # Based upon apc7900.dev by Martin K. Petersen <mkp@mkp.net>
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Doutline.cpp540 mkp->setInternal(count,j->internal); in makePolygons()
541 (*mkp)[count++]=j->p; in makePolygons()
543 mkp->compute(); in makePolygons()
544 lp.push_back(mkp); in makePolygons()
575 OUTLINE_Polygon * mkp=new OUTLINE_Polygon(size()); in getPolygon() local
577 (*mkp)[i]=(*this)[i]; in getPolygon()
578 mkp->compute(); in getPolygon()
580 return mkp; in getPolygon()
806 (*mkp)[count++]=*j; in getPolygon()
807 mkp->compute(); in getPolygon()
[all …]
/dports/devel/gitblit/gitblit-1.8.0/WEB-INF/data/groovy/
H A Dsendmail-html.groovy198 mkp.yield "$type "
201 mkp.yield " $action ($number commits)"
203 mkp.yield " $action"
212 mkp.yield "$type "
214 mkp.yield " deleted"
287 mkp.yield message
338 mkp.yield header.oldPath
339 mkp.yieldUnescaped "<b> -&rt; </b>"
/dports/x11/kitty/kitty-0.23.1/kitty_tests/
H A Dkeys.py79 def mkp(name, *a, **kw): function
88 mkp('INSERT', csi_num=2, trailer='~')
89 mkp('DELETE', csi_num=3, trailer='~')
90 mkp('PAGE_UP', csi_num=5, trailer='~')
91 mkp('PAGE_DOWN', csi_num=6, trailer='~')
92 mkp('HOME', csi_num=1, trailer='H')
93 mkp('END', csi_num=1, trailer='F')
106 mkp('UP', csi_num=1, trailer='A')
107 mkp('DOWN', csi_num=1, trailer='B')
108 mkp('RIGHT', csi_num=1, trailer='C')
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/misc/java/test/
H A DSURFFeatureDetectorTest.java88 for (MatOfKeyPoint mkp : keypoints) { in testDetectListOfMatListOfListOfKeyPoint()
89 List<KeyPoint> lkp = mkp.toList(); in testDetectListOfMatListOfListOfKeyPoint()
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/google.golang.org/grpc/
H A Dclientconn.go312 cc.mkp = cc.dopts.copts.KeepaliveParams
470 mkp keepalive.ClientParameters member
547 ac.dopts.copts.KeepaliveParams = cc.mkp
739 if v > ac.cc.mkp.Time {
740 ac.cc.mkp.Time = v
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/google.golang.org/grpc/
H A Dclientconn.go312 cc.mkp = cc.dopts.copts.KeepaliveParams
463 mkp keepalive.ClientParameters member
540 ac.dopts.copts.KeepaliveParams = cc.mkp
730 if v > ac.cc.mkp.Time {
731 ac.cc.mkp.Time = v

12345678910>>...22