Home
last modified time | relevance | path

Searched refs:number_of_snapshots (Results 1 – 25 of 31) sorted by relevance

12

/dports/science/py-phonopy/phonopy-2.11.0/phonopy/phonon/
H A Drandom_displacements.py182 def run(self, T, number_of_snapshots=1, random_seed=None, randn=None): argument
213 u_ii = self._solve_ii(T, number_of_snapshots, randn=randn_ii)
215 u_ij = self._solve_ij(T, number_of_snapshots, randn=randn_ij)
359 def _solve_ii(self, T, number_of_snapshots, randn=None): argument
366 u = np.zeros((number_of_snapshots, natom, 3), dtype='double')
368 shape = (len(self._eigvals_ii), number_of_snapshots,
378 number_of_snapshots, -1, 3)[:, self._s2pp, :]
385 def _solve_ij(self, T, number_of_snapshots, randn=None): argument
392 u = np.zeros((number_of_snapshots, natom, 3), dtype='double')
393 shape = (len(self._eigvals_ij), 2, number_of_snapshots,
[all …]
/dports/science/phonopy/phonopy-2.11.0/phonopy/phonon/
H A Drandom_displacements.py182 def run(self, T, number_of_snapshots=1, random_seed=None, randn=None): argument
213 u_ii = self._solve_ii(T, number_of_snapshots, randn=randn_ii)
215 u_ij = self._solve_ij(T, number_of_snapshots, randn=randn_ij)
359 def _solve_ii(self, T, number_of_snapshots, randn=None): argument
366 u = np.zeros((number_of_snapshots, natom, 3), dtype='double')
368 shape = (len(self._eigvals_ii), number_of_snapshots,
378 number_of_snapshots, -1, 3)[:, self._s2pp, :]
385 def _solve_ij(self, T, number_of_snapshots, randn=None): argument
392 u = np.zeros((number_of_snapshots, natom, 3), dtype='double')
393 shape = (len(self._eigvals_ij), 2, number_of_snapshots,
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/ucd-snmp/
H A Dvmstat_aix4.c113 static unsigned int number_of_snapshots; variable
380 if (number_of_snapshots > 0) { in update_stats()
396 number_of_snapshots = 1; in update_stats()
419 css_old = &snapshot[number_of_snapshots]; in update_stats()
426 snapshot[number_of_snapshots].css_time) / 1000; in update_stats()
515 if (number_of_snapshots < POLL_VALUES) { in update_stats()
516 number_of_snapshots++; in update_stats()
H A Dvmstat_dynix.c111 static unsigned int number_of_snapshots; variable
474 if (number_of_snapshots > 0) { in update_stats()
492 number_of_snapshots = 1; in update_stats()
515 css_old = &snapshot[number_of_snapshots]; in update_stats()
524 snapshot[0].css_time - snapshot[number_of_snapshots].css_time; in update_stats()
643 if (number_of_snapshots < POLL_VALUES) { in update_stats()
644 number_of_snapshots++; in update_stats()
H A Dvmstat_hpux.c125 static unsigned int number_of_snapshots; variable
416 if (number_of_snapshots > 0) { in update_stats()
432 number_of_snapshots = 1; in update_stats()
455 css_old = &snapshot[number_of_snapshots]; in update_stats()
462 snapshot[number_of_snapshots].css_time); in update_stats()
570 if (number_of_snapshots < POLL_VALUES) { in update_stats()
571 number_of_snapshots++; in update_stats()
H A Dvmstat_solaris2.c125 static unsigned int number_of_snapshots; variable
482 if (number_of_snapshots > 0) { in update_stats()
498 number_of_snapshots = 1; in update_stats()
521 css_old = &snapshot[number_of_snapshots]; in update_stats()
530 snapshot[number_of_snapshots].css_time) / 1000000; in update_stats()
640 if (number_of_snapshots < POLL_VALUES) { in update_stats()
641 number_of_snapshots++; in update_stats()
/dports/devel/libqcow/libqcow-20210419/qcowtools/
H A Dinfo_handle.c323 int number_of_snapshots = 0; in info_handle_file_fprint() local
542 &number_of_snapshots, in info_handle_file_fprint()
557 number_of_snapshots ); in info_handle_file_fprint()
559 if( number_of_snapshots > 0 ) in info_handle_file_fprint()
/dports/devel/libqcow/libqcow-20210419/libqcow/
H A Dqcow_file_header.h156 uint8_t number_of_snapshots[ 4 ]; member
227 uint8_t number_of_snapshots[ 4 ]; member
H A Dlibqcow_file_header.c399 ( (qcow_file_header_v2_t *) data )->number_of_snapshots, in libqcow_file_header_read_data()
400 file_header->number_of_snapshots ); in libqcow_file_header_read_data()
453 file_header->number_of_snapshots ); in libqcow_file_header_read_data()
H A Dlibqcow_file_header.h77 uint32_t number_of_snapshots; member
H A Dlibqcow_file.h347 int *number_of_snapshots,
H A Dlibqcow_file.c4243 int *number_of_snapshots, in libqcow_file_get_number_of_snapshots() argument
4273 if( number_of_snapshots == NULL ) in libqcow_file_get_number_of_snapshots()
4300 *number_of_snapshots = (int) internal_file->file_header->number_of_snapshots; in libqcow_file_get_number_of_snapshots()
/dports/devel/libfsapfs/libfsapfs-20210424/libfsapfs/
H A Dlibfsapfs_object_map.c307 ( (fsapfs_object_map_t *) data )->number_of_snapshots, in libfsapfs_object_map_read_data()
308 object_map->number_of_snapshots ); in libfsapfs_object_map_read_data()
370 object_map->number_of_snapshots ); in libfsapfs_object_map_read_data()
H A Dlibfsapfs_object_map.h41 uint32_t number_of_snapshots; member
H A Dfsapfs_object_map.h69 uint8_t number_of_snapshots[ 4 ]; member
H A Dlibfsapfs_volume.h298 int *number_of_snapshots,
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/cifs/
H A Dcifs_ioctl.h40 __u32 number_of_snapshots; member
/dports/multimedia/libv4l/linux-5.13-rc2/fs/cifs/
H A Dcifs_ioctl.h40 __u32 number_of_snapshots; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/cifs/
H A Dcifs_ioctl.h40 __u32 number_of_snapshots; member
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/
H A Dapi_phonopy.py834 number_of_snapshots=None, argument
889 if (np.issubdtype(type(number_of_snapshots), np.integer) and
890 number_of_snapshots > 0): # noqa: E129
893 number_of_snapshots,
900 number_of_snapshots=number_of_snapshots,
3012 number_of_snapshots=1, argument
3043 number_of_snapshots=number_of_snapshots,
/dports/science/phonopy/phonopy-2.11.0/phonopy/
H A Dapi_phonopy.py834 number_of_snapshots=None, argument
889 if (np.issubdtype(type(number_of_snapshots), np.integer) and
890 number_of_snapshots > 0): # noqa: E129
893 number_of_snapshots,
900 number_of_snapshots=number_of_snapshots,
3012 number_of_snapshots=1, argument
3043 number_of_snapshots=number_of_snapshots,
/dports/science/py-phonopy/phonopy-2.11.0/test/phonon/
H A Dtest_random_displacements.py149 ph.generate_displacements(number_of_snapshots=5000, temperature=500)
/dports/science/phonopy/phonopy-2.11.0/test/phonon/
H A Dtest_random_displacements.py149 ph.generate_displacements(number_of_snapshots=5000, temperature=500)
/dports/devel/libqcow/libqcow-20210419/include/
H A Dlibqcow.h440 int *number_of_snapshots,
/dports/devel/libfsapfs/libfsapfs-20210424/fsapfstools/
H A Dinfo_handle.c3801 int number_of_snapshots = 0; in info_handle_volume_fprint() local
4003 &number_of_snapshots, in info_handle_volume_fprint()
4015 if( number_of_snapshots > 0 ) in info_handle_volume_fprint()
4018 snapshot_index < number_of_snapshots; in info_handle_volume_fprint()

12