Home
last modified time | relevance | path

Searched refs:set_temp (Results 1 – 25 of 98) sorted by relevance

1234

/dports/astro/py-astropy/astropy-5.0/astropy/time/tests/
H A Dtest_fast_parser.py28 with conf.set_temp('use_fast_parser', 'force'):
30 with conf.set_temp('use_fast_parser', 'False'):
34 with conf.set_temp('use_fast_parser', 'False'):
40 with conf.set_temp('use_fast_parser', 'force'):
61 with conf.set_temp('use_fast_parser', 'False'):
64 with conf.set_temp('use_fast_parser', 'force'):
78 with conf.set_temp('use_fast_parser', 'force'):
89 with conf.set_temp('use_fast_parser', 'force'):
100 with conf.set_temp('use_fast_parser', 'force'):
119 with conf.set_temp('use_fast_parser', 'force'):
H A Dtest_ut1.py82 with iers_conf.set_temp('auto_download', False):
100 with iers_conf.set_temp('auto_download', False):
110 with iers_conf.set_temp('auto_download', False):
/dports/devel/p5-Hook-LexWrap/Hook-LexWrap-0.26/demo/
H A Ddemo_temp.pl4 sub set_temp { subroutine
12 my $prev = set_temp(73);
16 $prev = set_temp(98);
20 my $lexical = wrap set_temp,
25 my $prev = set_temp(73);
30 $prev = set_temp(98);
/dports/science/lammps/lammps-stable_29Sep2021/src/REPLICA/
H A Dtemper_npt.cpp55 delete [] set_temp; in ~TemperNPT()
167 set_temp = new double[nworlds]; in command()
168 if (me == 0) MPI_Allgather(&temp,1,MPI_DOUBLE,set_temp,1,MPI_DOUBLE,roots); in command()
169 MPI_Bcast(set_temp,nworlds,MPI_DOUBLE,0,world); in command()
186 double new_temp = set_temp[my_set_temp]; in command()
297 …0/(boltz*set_temp[my_set_temp]) - 1.0/(boltz*set_temp[partner_set_temp])) + press_units*(1.0/(bolt… in command()
327 new_temp = set_temp[partner_set_temp]; in command()
366 double sfactor = sqrt(set_temp[t_partner]/set_temp[t_me]); in scale_velocities()
H A Dtemper.cpp53 delete [] set_temp; in ~Temper()
166 set_temp = new double[nworlds]; in command()
167 if (me == 0) MPI_Allgather(&temp,1,MPI_DOUBLE,set_temp,1,MPI_DOUBLE,roots); in command()
168 MPI_Bcast(set_temp,nworlds,MPI_DOUBLE,0,world); in command()
185 double new_temp = set_temp[my_set_temp]; in command()
281 (1.0/(boltz*set_temp[my_set_temp]) - in command()
282 1.0/(boltz*set_temp[partner_set_temp])); in command()
312 new_temp = set_temp[partner_set_temp]; in command()
351 double sfactor = sqrt(set_temp[t_partner]/set_temp[t_me]); in scale_velocities()
H A Dtemper.h47 double *set_temp; // static list of replica set temperatures variable
H A Dtemper_npt.h49 double *set_temp; // static list of replica set temperatures variable
/dports/astro/py-astropy/astropy-5.0/astropy/utils/iers/tests/
H A Dtest_iers.py225 with iers.conf.set_temp('iers_auto_url', self.iers_a_url_1):
226 with iers.conf.set_temp('iers_auto_url_mirror', self.iers_a_url_1):
227 with iers.conf.set_temp('auto_max_age', self.ame):
242 with iers.conf.set_temp('iers_auto_url', self.iers_a_url_1):
243 with iers.conf.set_temp('auto_max_age', None):
253 with iers.conf.set_temp('iers_auto_url', self.iers_a_url_1):
254 with iers.conf.set_temp('auto_max_age', 5.0):
261 with iers.conf.set_temp('auto_download', False):
268 with iers.conf.set_temp('iers_auto_url', self.iers_a_url_1):
304 with iers.conf.set_temp('auto_max_age', None):
[all …]
H A Dtest_leap_second.py159 with iers.conf.set_temp('auto_max_age', -100000):
187 with iers.conf.set_temp('auto_max_age', None):
238 with iers.conf.set_temp('auto_max_age', 100000):
246 with iers.conf.set_temp('auto_max_age', 100000):
266 with iers.conf.set_temp('auto_max_age', -100000), \
267 iers.conf.set_temp('system_leap_second_file', fake_file):
273 with iers.conf.set_temp('auto_max_age', -100000), \
274 iers.conf.set_temp('iers_leap_second_auto_url', fake_url):
283 with iers.conf.set_temp('system_leap_second_file', fake_file):
306 with iers.conf.set_temp('system_leap_second_file', SYSTEM_FILE):
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/lib/DBIx/Class/CDBICompat/
H A DTempColumns.pm40 $new->set_temp($_, $temp->{$_}) for keys %$temp;
67 $self->set_temp($_, $temp_data->{$_}) for keys %$temp_data;
81 sub set_temp { subroutine
/dports/devel/p5-Test-Log4perl/Test-Log4perl-0.1001/lib/Test/
H A DLog4perl.pm189 { $class->interception_class->set_temp("ignore_priority",_to_d $args{ignore_priority}) }
249 $class->interception_class->set_temp("ended", 1);
445 $class->interception_class->set_temp("ignore_priority", $p);
480 sub set_temp { my ($class, $key, $val) = @_; $temp{$key} = $val } subroutine
/dports/devel/p5-Test-Log-Log4perl/Test-Log-Log4perl-0.32/lib/Test/Log/
H A DLog4perl.pm194 { $class->interception_class->set_temp("ignore_priority",_to_d $args{ignore_priority}) }
254 $class->interception_class->set_temp("ended", 1);
447 $class->interception_class->set_temp("ignore_priority", $p);
482 sub set_temp { my ($class, $key, $val) = @_; $temp{$key} = $val } subroutine
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pb_shared/unittest/
H A DConstantsUnitTest.h38 ConstUTest_.set_temp( 298.0 ); in TEST_F()
51 ConstUTest_.set_temp( 298.0 ); in TEST_F()
H A DConstantsTest.h38 ConstTest.set_temp( 298.0 ); in TestConstants()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgui/
H A Dbgui_vtol2D_rubberband_client.cxx53 vtol2D_->set_temp(f2d->cast_to_face()); in add_polygon()
69 vtol2D_->set_temp(box->cast_to_face()); in add_box()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/cloverleaf3d-ref/
H A Dparse.f90362 CHARACTER(LEN=LEN_MAX) :: set_temp local
369 set_temp=TRIM(set)
371 IF(string(i:i+l).EQ.set_temp)THEN
/dports/astro/py-astropy/astropy-5.0/astropy/io/votable/tests/
H A Dtable_test.py263 with conf.set_temp('verify', 'ignore'):
267 with conf.set_temp('verify', 'warn'):
273 with conf.set_temp('verify', 'exception'):
/dports/audio/libbpm/libbpm-0.3/bpmsimulation/
H A Dset_temp.c17 int set_temp( double TK ) { in set_temp() function
H A DMakefile.am7 set_temp.c \
H A Dbpm_simulation.h72 EXTERN int set_temp( double TK );
/dports/accessibility/sctd/sctd-0.2.0/src/
H A Dlib.rs28 pub fn set_temp(temp: u32) { in set_temp() function
57 set_temp(HIGH_TEMP as u32); in reset_temp()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbsam/unittest/
H A DBDUnitTest.h46 cst->set_temp(298.15); in TEST_F()
110 cst->set_temp(298.15); in TEST_F()
H A DEnergyForceUnitTest.h45 cst->set_temp(298.15); in TEST_F()
112 cst->set_temp(298.15); in TEST_F()
204 cst->set_temp(298.15); in TEST_F()
300 cst->set_temp(298.15); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Dcommon.py20 def set_temp(tmp): function
/dports/accessibility/sctd/sctd-0.2.0/src/bin/
H A Dsctd.rs52 sctd::set_temp(temp); in main()

1234