Home
last modified time | relevance | path

Searched refs:temp_ext (Results 1 – 25 of 68) sorted by relevance

123

/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/util/
H A Dfile-serializer.c137 const char *temp_ext) in file_output_serializer_init_safe() argument
143 if (!temp_ext || !*temp_ext) in file_output_serializer_init_safe()
147 if (*temp_ext != '.') in file_output_serializer_init_safe()
149 dstr_cat(&temp_name, temp_ext); in file_output_serializer_init_safe()
H A Dutil.hpp108 inline int SaveSafe(const char *temp_ext, in SaveSafe() argument
111 return config_save_safe(config, temp_ext, backup_ext); in SaveSafe()
H A Dplatform.c287 const char *temp_ext, const char *backup_ext) in os_quick_write_utf8_file_safe() argument
293 if (!temp_ext || !*temp_ext) { in os_quick_write_utf8_file_safe()
300 if (*temp_ext != '.') in os_quick_write_utf8_file_safe()
302 dstr_cat(&temp_path, temp_ext); in os_quick_write_utf8_file_safe()
H A Dfile-serializer.h27 const char *temp_ext);
H A Dconfig-file.c416 int config_save_safe(config_t *config, const char *temp_ext, in config_save_safe() argument
424 if (!temp_ext || !*temp_ext) { in config_save_safe()
433 if (*temp_ext != '.') in config_save_safe()
435 dstr_cat(&temp_file, temp_ext); in config_save_safe()
H A Dconfig-file.h49 EXPORT int config_save_safe(config_t *config, const char *temp_ext,
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/thermostat/
H A Dextended_system_init.F413 CALL init_nhc_variables(nhc, simpar%temp_ext, para_env, globenv)
713 SUBROUTINE init_nhc_variables(nhc, temp_ext, para_env, globenv) argument
715 REAL(KIND=dp), INTENT(IN) :: temp_ext local
768 IF (temp > 0.0_dp) temp = SQRT(temp_ext/temp)
809 IF (temp > 0.0_dp) temp = SQRT(temp_ext/temp)
851 REAL(KIND=dp), INTENT(IN) :: tau_cell, temp_ext local
873 npt(:, :)%mass = REAL(nfree + 3, KIND=dp)*temp_ext*tau_cell**2
875 npt(:, :)%mass = REAL(nfree + 3, KIND=dp)*temp_ext*tau_cell**2/3.0_dp
879 npt(:, :)%mass = REAL(nfree + 3, KIND=dp)*temp_ext*tau_cell**2/3.0_dp
881 npt(:, :)%mass = REAL(nfree + 3, KIND=dp)*temp_ext*tau_cell**2
[all …]
H A Dextended_system_mapping.F93 nhc%nvt(1, i)%nkt = simpar%temp_ext*number
96 nhc%nvt(1, i)%nkt = simpar%temp_ext
102 nhc%nvt(i, :)%nkt = simpar%temp_ext
189 nhc%nvt(1, 1)%nkt = simpar%temp_ext*fac
195 nhc%nvt(1, i)%nkt = simpar%temp_ext*fac
203 nhc%nvt(i, :)%nkt = simpar%temp_ext
H A Dbarostat_types.F53 REAL(KIND=dp) :: temp_ext component
109 barostat%temp_ext = simpar%temp_baro_ext
H A Dal_system_mapping.F108 al%nvt(1)%nkt = simpar%temp_ext*fac
114 al%nvt(i)%nkt = simpar%temp_ext*fac
H A Dcsvr_system_mapping.F161 csvr%nvt(1)%nkt = simpar%temp_ext*fac
167 csvr%nvt(i)%nkt = simpar%temp_ext*fac
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/thermostat/
H A Dextended_system_init.F414 CALL init_nhc_variables(nhc, simpar%temp_ext, para_env, globenv)
714 SUBROUTINE init_nhc_variables(nhc, temp_ext, para_env, globenv) argument
716 REAL(KIND=dp), INTENT(IN) :: temp_ext local
769 IF (temp > 0.0_dp) temp = SQRT(temp_ext/temp)
810 IF (temp > 0.0_dp) temp = SQRT(temp_ext/temp)
852 REAL(KIND=dp), INTENT(IN) :: tau_cell, temp_ext local
874 npt(:, :)%mass = REAL(nfree + 3, KIND=dp)*temp_ext*tau_cell**2
876 npt(:, :)%mass = REAL(nfree + 3, KIND=dp)*temp_ext*tau_cell**2/3.0_dp
880 npt(:, :)%mass = REAL(nfree + 3, KIND=dp)*temp_ext*tau_cell**2/3.0_dp
882 npt(:, :)%mass = REAL(nfree + 3, KIND=dp)*temp_ext*tau_cell**2
[all …]
H A Dextended_system_mapping.F93 nhc%nvt(1, i)%nkt = simpar%temp_ext*number
96 nhc%nvt(1, i)%nkt = simpar%temp_ext
102 nhc%nvt(i, :)%nkt = simpar%temp_ext
189 nhc%nvt(1, 1)%nkt = simpar%temp_ext*fac
195 nhc%nvt(1, i)%nkt = simpar%temp_ext*fac
203 nhc%nvt(i, :)%nkt = simpar%temp_ext
H A Dbarostat_types.F53 REAL(KIND=dp) :: temp_ext component
109 barostat%temp_ext = simpar%temp_baro_ext
H A Dal_system_mapping.F108 al%nvt(1)%nkt = simpar%temp_ext*fac
114 al%nvt(i)%nkt = simpar%temp_ext*fac
H A Dcsvr_system_mapping.F161 csvr%nvt(1)%nkt = simpar%temp_ext*fac
167 csvr%nvt(i)%nkt = simpar%temp_ext*fac
/dports/audio/tagtool/tagtool-0.12.3/src/
H A Dplaylist_tab.c189 gchar *temp_ext; in playlist_name() local
201 temp_ext = str_filename_from_utf8(extension, "utf8_conversion_error"); in playlist_name()
204 g_string_sprintf(full_name, "%s/%s.%s", base_dir, temp_name, temp_ext); in playlist_name()
206 g_string_sprintf(full_name, "%s.%s", temp_name, temp_ext); in playlist_name()
209 free(temp_ext); in playlist_name()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/
H A Dneb_md_utils.F77 temp_ext, tmp_r1 local
83 CALL section_vals_val_get(md_section, "TEMPERATURE", r_val=temp_ext)
122 sc = SQRT(temp_ext/temp)
H A Dsimpar_methods.F88 simpar%var_w = 2.0_dp*simpar%temp_ext*simpar%dt*(simpar%gamma + simpar%noisy_gamma)
123 tmp_r1 = cp_unit_from_cp2k(simpar%temp_ext, "K")
277 CALL section_vals_val_get(md_section, "TEMPERATURE", r_val=simpar%temp_ext)
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/
H A Dneb_md_utils.F78 temp_ext, tmp_r1 local
84 CALL section_vals_val_get(md_section, "TEMPERATURE", r_val=temp_ext)
126 sc = SQRT(temp_ext/temp)
H A Dsimpar_methods.F88 simpar%var_w = 2.0_dp*simpar%temp_ext*simpar%dt*(simpar%gamma + simpar%noisy_gamma)
123 tmp_r1 = cp_unit_from_cp2k(simpar%temp_ext, "K")
277 CALL section_vals_val_get(md_section, "TEMPERATURE", r_val=simpar%temp_ext)
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_util.c344 const char temp_ext[] = ".TEMP"; in stats_config() local
346 const char temp_ext[] = "-TEMP"; in stats_config() local
408 memcpy(stats_temp_file + len, temp_ext, sizeof(temp_ext)); in stats_config()
/dports/databases/grass7/grass-7.8.6/lib/python/temporal/
H A Dtemporal_algebra.py1013 temp_ext = mapA.temporal_intersection(mapB)
1014 if temp_ext != None:
1015 mapA.set_temporal_extent(temp_ext)
1019 temp_ext = mapA.temporal_union(mapB)
1020 if temp_ext != None:
1021 mapA.set_temporal_extent(temp_ext)
1026 if temp_ext != None:
1027 mapA.set_temporal_extent(temp_ext)
1031 temp_ext = mapB.get_temporal_extent()
1032 if temp_ext != None:
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dsimpar_types.F35 REAL(KIND=dp) :: temp_ext component
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dsimpar_types.F35 REAL(KIND=dp) :: temp_ext component

123