Home
last modified time | relevance | path

Searched refs:thetag (Results 1 – 25 of 47) sorted by relevance

12

/dports/multimedia/mpgtx/mpgtx-1.3.1/
H A Did3command.cxx135 if (!my->thetag){ in ParseShow()
155 if (my->thetag) delete my->thetag; in ParseShow()
207 if (my->thetag) delete my->thetag; in ParseSet()
284 if (my->thetag) delete my->thetag; in ParseMov()
291 if (! my->thetag){ in ParseMov()
441 if (my->thetag) delete my->thetag; in ParseMov()
487 if (my->thetag) delete my->thetag; in ParseDel()
492 if (my->thetag) { in ParseDel()
508 if (my->thetag) delete my->thetag; in ParseDel()
528 my->thetag=0; in OpenFile()
[all …]
H A Did3command.hh46 myID3tag* thetag; member
/dports/astro/py-ephem/ephem-4.1.3/libastro/
H A Dthetag.c34 thetag(double EP, double *DS50) in thetag() function
83 gwa = thetag(atof(argv[1]), &ds50);
H A Dsatspec.h26 double thetag(double EP, double *DS50);
/dports/science/py-scipy/scipy-1.7.1/scipy/special/_precompute/
H A Dgammainc_data.py104 rg, thetag = np.meshgrid(r, theta)
105 a, x = rg*np.cos(thetag), rg*np.sin(thetag)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/task/
H A Dtask_num_grad.F162 character*16 thetag
419 if (.not. geom_cent_get(geom, i, thetag, crd, q))
421 write(6,2000) i, thetag,
451 if (.not. geom_cent_get(geom, i, thetag, crd, q))
453 write(6,4000) i, thetag,
/dports/science/nwchem-data/nwchem-7.0.2-release/src/task/
H A Dtask_num_grad.F162 character*16 thetag
419 if (.not. geom_cent_get(geom, i, thetag, crd, q))
421 write(6,2000) i, thetag,
451 if (.not. geom_cent_get(geom, i, thetag, crd, q))
453 write(6,4000) i, thetag,
/dports/biology/migrate/migrate-3.6.11/src/
H A Doptions.c388 options->thetag[i] = 1.0; in init_options()
1292 world->param0[i] = options->thetag[0] + RANDUM() * (options->thetag[1]-options->thetag[0]); in set_theta_urandomstart()
1315 world->param0[i] = rannor (options->thetag[0], options->thetag[1]); in set_theta_nrandomstart()
1319 rannor (options->thetag[0], options->thetag[1]); in set_theta_nrandomstart()
2046 myfree(options->thetag); in destroy_options()
5343 options->thetag = in read_random_theta()
5358 options->thetag[0] = atof(tempstr); in read_random_theta()
5360 options->thetag[1] = atof(tempstr); in read_random_theta()
5479 options->thetag = in read_theta()
5715 options->thetag = in read_theta_worker()
[all …]
H A Dmenu.c1820 …"Random Theta from Uniform distribution (min=%f, max=%f)", options->thetag[0], options->thetag[1]); in switch_theta()
1823 …"Random Theta from Normal distribution (mean=%f, std=%f)", options->thetag[0], options->thetag[1]); in switch_theta()
1830 sprintf(ostr + numchar, "%.5f}", options->thetag[i]); in switch_theta()
1944 options->thetag = (MYREAL *) myrealloc(options->thetag, in menuParameters()
1946 menuRandom(options->thetag,'N'); in menuParameters()
1951 options->thetag = (MYREAL *) myrealloc(options->thetag, in menuParameters()
1953 menuRandom(options->thetag,'U'); in menuParameters()
1966 options->thetag = in menuParameters()
1967 (MYREAL *) myrealloc(options->thetag, in menuParameters()
1973 retval = scanf("%f", &options->thetag[i]); in menuParameters()
[all …]
H A Dmigration.h597 MYREAL *thetag; member
902 MYREAL *thetag; member
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/
H A DECI.pm3389 my $thetag = thetag ($self->universal);
3392 Debug eci - thetag = $thetag
3395 my $costh = cos ($thetag);
3396 my $sinth = sin ($thetag);
3426 my $thetag = thetag ($self->universal);
3437 my $costh = cos (- $thetag);
3438 my $sinth = sin (- $thetag);
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/t/
H A Dbasic.t94 u_cmp_eql( thetag => timegm( 0, 0, 0, 10, 3, 87 ), 3.450397,
95 '%.6f', 'thetag: Midnight Nov 3 1987: Meeus ex 12.a pg 88' );
97 u_cmp_eql( thetag => timegm( 0, 21, 19, 10, 3, 87 ), 2.246900,
98 '%.6f', 'thetag: 19:21 Nov 3 1987: Meeus ex 12.b pg 89' );
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/otherlibs/
H A Dtritonmacros.pas320 PROCEDURE SetTRTag( thetag, thedata : longint);
321 PROCEDURE SetTRTag( thetag : longint; thedata : string);
322 PROCEDURE SetTRTag( thetag : longint; thedata : pchar);
323 PROCEDURE SetTRTag( thetag : longint; thedata : boolean);
324 PROCEDURE SetTRTag( thetag : longint; thedata : pointer);
2638 PROCEDURE SetTRTag( thetag, thedata : longint);
2640 tritontags[tindex].ti_Tag := thetag;
2647 tritontags[tindex].ti_Tag := thetag;
2653 tritontags[tindex].ti_Tag := thetag;
2659 tritontags[tindex].ti_Tag := thetag;
[all …]
/dports/www/webcopy/webcopy-0.98b7/
H A Dwebcopy.src334 local($thetag,$thearg,$cando)=@_;
335 if (($thetag eq $tag) && defined($args{$thearg})) {
336 &add_url($args{$thearg},$cando,$thetag);
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/mm/
H A Dmm_bond.F761 character*16 thetag local
804 character*16 thetag local
1031 character*16 thetag local
1075 character*16 thetag local
1340 character*16 thetag local
1385 character*16 thetag local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/mm/
H A Dmm_bond.F761 character*16 thetag local
804 character*16 thetag local
1031 character*16 thetag local
1075 character*16 thetag local
1340 character*16 thetag local
1385 character*16 thetag local
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/xt/author/
H A Dpod_spelling.t287 thetag
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DUtils.pm1201 return thetag( greg_time_gm( 0, 0, 0, @t[3 .. 5] ) );
1216 sub thetag { subroutine
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmJSON.cxx552 static inline bool CheckTagKeywordConsistency( const char *name, const Tag & thetag ) in CheckTagKeywordConsistency() argument
565 return t == thetag; in CheckTagKeywordConsistency()
571 const char * keyword = d.GetKeywordFromTag(thetag); in CheckTagKeywordConsistency()
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmJSON.cxx552 static inline bool CheckTagKeywordConsistency( const char *name, const Tag & thetag ) in CheckTagKeywordConsistency() argument
565 return t == thetag; in CheckTagKeywordConsistency()
571 const char * keyword = d.GetKeywordFromTag(thetag); in CheckTagKeywordConsistency()
/dports/devel/stack/stack-2.7.3/_cabal_deps/libyaml-0.1.2/src/Text/
H A DLibyaml.hs478 EventScalar bs thetag style0 anchor -> do
482 let thetag' = tagToString thetag function
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/libyaml-0.1.2/src/Text/
H A DLibyaml.hs478 EventScalar bs thetag style0 anchor -> do
482 let thetag' = tagToString thetag function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/libyaml-0.1.2/src/Text/
H A DLibyaml.hs478 EventScalar bs thetag style0 anchor -> do
482 let thetag' = tagToString thetag function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/libyaml-0.1.2/src/Text/
H A DLibyaml.hs478 EventScalar bs thetag style0 anchor -> do
482 let thetag' = tagToString thetag function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/libyaml-0.1.2/src/Text/
H A DLibyaml.hs478 EventScalar bs thetag style0 anchor -> do
482 let thetag' = tagToString thetag function

12