Home
last modified time | relevance | path

Searched refs:temp_target (Results 1 – 25 of 75) sorted by relevance

123

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/graveyard/smd-new/
H A Dsmd_temper_data.F6 data temp_target /0.0d0/
16 t = temp_target
48 if (.not.rtdb_get(rtdb,tag,mt_dbl,1,temp_target))
49 > temp_target = 0.0d0
60 ke_target = degfree*temp_target*boltzmann*0.5
H A Dsmd_temper_data.fh7 double precision ke_target,temp_target
9 common/smd_temper_data/degfree,ke_target,temp_target,otemp
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/graveyard/smd-subgroups/
H A Dsmd_temper_data.F6 data temp_target /0.0d0/
16 t = temp_target
48 if (.not.rtdb_get(rtdb,tag,mt_dbl,1,temp_target))
49 > temp_target = 0.0d0
60 ke_target = degfree*temp_target*boltzmann*0.5
H A Dsmd_temper_data.fh7 double precision ke_target,temp_target
9 common/smd_temper_data/degfree,ke_target,temp_target,otemp
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/graveyard/smd-subgroups/
H A Dsmd_temper_data.F6 data temp_target /0.0d0/
16 t = temp_target
48 if (.not.rtdb_get(rtdb,tag,mt_dbl,1,temp_target))
49 > temp_target = 0.0d0
60 ke_target = degfree*temp_target*boltzmann*0.5
H A Dsmd_temper_data.fh7 double precision ke_target,temp_target
9 common/smd_temper_data/degfree,ke_target,temp_target,otemp
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/graveyard/smd-new/
H A Dsmd_temper_data.F6 data temp_target /0.0d0/
16 t = temp_target
48 if (.not.rtdb_get(rtdb,tag,mt_dbl,1,temp_target))
49 > temp_target = 0.0d0
60 ke_target = degfree*temp_target*boltzmann*0.5
H A Dsmd_temper_data.fh7 double precision ke_target,temp_target
9 common/smd_temper_data/degfree,ke_target,temp_target,otemp
/dports/www/kannel/gateway-1.4.4/utils/
H A Dpixmapgen.pl16 my $temp_target = "/tmp/pmgen_tmp.mono"; # the program for mono->WBMP
21 my $retval = `convert -verbose -monochrome $source $temp_target`;
22 my ($width, $height) = ($retval =~ /$temp_target (\d+)x(\d+)/s);
24 print `$converter $temp_target $width $height`;
/dports/games/crafty/crafty-25.2_1/
H A Dmovgen.c164 uint64_t temp_target, target, piecebd, moves; in GenerateChecks() local
189 temp_target = target & knight_attacks[KingSQ(enemy)]; in GenerateChecks()
192 moves = knight_attacks[from] & temp_target; in GenerateChecks()
206 moves = BishopAttacks(from, OccupiedSquares) & temp_target; in GenerateChecks()
213 moves = RookAttacks(from, OccupiedSquares) & temp_target; in GenerateChecks()
220 moves = QueenAttacks(from, OccupiedSquares) & temp_target; in GenerateChecks()
231 temp_target = target & pawn_attacks[enemy][KingSQ(enemy)]; in GenerateChecks()
289 temp_target = target & ~knight_attacks[KingSQ(enemy)]; in GenerateChecks()
292 moves = knight_attacks[from] & temp_target; in GenerateChecks()
371 temp_target = target & ~knight_attacks[KingSQ(enemy)]; in GenerateChecks()
[all …]
/dports/devel/py-oslo.policy/oslo.policy-3.10.0/oslo_policy/
H A D_external.py49 temp_target = copy.deepcopy(target)
53 temp_target[key] = {}
58 'target': jsonutils.dumps(temp_target),
62 'target': temp_target,
/dports/biology/wise/wise2.4.1/src/corba/
H A Dhspscan_corba_wrapper.c35 Wise2_Sequence * temp_target; in corba_HSPScan_scan_query_iterator() local
68 temp_target = new_Sequence_from_strings(ts->target.name,ts->target.seq); in corba_HSPScan_scan_query_iterator()
73 hsp->target = hard_link_Sequence(temp_target); in corba_HSPScan_scan_query_iterator()
87 free_Sequence(temp_target); in corba_HSPScan_scan_query_iterator()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/vmware/
H A Dvmware_target_canonical_info.py153 temp_target = temp_lun_data[target_id]
154 canonical = temp_scsi_data[temp_target]
H A D_vmware_target_canonical_facts.py159 temp_target = temp_lun_data[target_id]
160 canonical = temp_scsi_data[temp_target]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/plugins/modules/
H A Dvmware_target_canonical_info.py148 temp_target = temp_lun_data[target_id]
149 canonical = temp_scsi_data[temp_target]
H A Dvmware_target_canonical_facts.py157 temp_target = temp_lun_data[target_id]
158 canonical = temp_scsi_data[temp_target]
/dports/multimedia/pHash/pHash-0.9.6/bindings/php/
H A Drun-tests.php466 $temp_target = null; variable
616 $temp_target = $argv[++$i]; variable
618 $temp_urlbase = $temp_target;
1162 global $leak_check, $temp_source, $temp_target, $cfg, $environment;
1344 if ($temp_source && $temp_target) {
1345 $temp_dir = str_replace($temp_source, $temp_target, $temp_dir);
1365 if ($temp_source && $temp_target) {
2423 global $html_output, $html_file, $temp_target, $temp_urlbase;
2430 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['file']);
2440 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['skip']);
[all …]
/dports/multimedia/php-pHash/pHash-0.9.6/bindings/php/
H A Drun-tests.php466 $temp_target = null; variable
616 $temp_target = $argv[++$i]; variable
618 $temp_urlbase = $temp_target;
1162 global $leak_check, $temp_source, $temp_target, $cfg, $environment;
1344 if ($temp_source && $temp_target) {
1345 $temp_dir = str_replace($temp_source, $temp_target, $temp_dir);
1365 if ($temp_source && $temp_target) {
2423 global $html_output, $html_file, $temp_target, $temp_urlbase;
2430 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['file']);
2440 $url = str_replace($temp_target, $temp_urlbase, $temp_filenames['skip']);
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/bin/
H A DRNAsnoop.c752 char *temp_seq, *temp_struct, **temp_target; in aliprint_struc() local
755 temp_target = (char **)vrna_alloc((n_seq + 1) * sizeof(char *)); in aliprint_struc()
757 temp_target[s] = (char *)vrna_alloc((l1 + n2 - 9) * sizeof(char)); in aliprint_struc()
758 strncpy(temp_target[s], (s1[s] + dup->i - l1 + 5), l1); in aliprint_struc()
759 strncat(temp_target[s], (s2[s] + 5), n2 - 10); in aliprint_struc()
760 temp_target[s][l1 + n2 - 10] = '\0'; in aliprint_struc()
795 PS_rna_plot_snoop_a(temp_seq, temp_struct, psoutput, NULL, (const char **)temp_target); in aliprint_struc()
799 free(temp_target[s]); in aliprint_struc()
803 free(temp_target); in aliprint_struc()
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/contrib/
H A Dxcode.py142 temp_target = temp.relpath("my_lib.metallib")
146 file_target = path_target if path_target else temp_target
H A Dnvcc.py62 temp_target = temp.relpath("my_kernel.%s" % target)
74 file_target = path_target if path_target else temp_target
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/contrib/
H A Dnvcc.py61 temp_target = temp.relpath("my_kernel.%s" % target)
73 file_target = path_target if path_target else temp_target
H A Dxcode.py138 temp_target = temp.relpath("my_lib.metallib")
142 file_target = path_target if path_target else temp_target
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/contrib/
H A Dnvcc.py62 temp_target = temp.relpath("my_kernel.%s" % target)
74 file_target = path_target if path_target else temp_target
H A Dxcode.py142 temp_target = temp.relpath("my_lib.metallib")
146 file_target = path_target if path_target else temp_target

123