Home
last modified time | relevance | path

Searched refs:ps_d (Results 1 – 2 of 2) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/UtilXlib/
H A Dmp_base_gpu.f90229 REAL(DP), DEVICE :: ps_d(dim) ! array whose elements have to be reduced
290 REAL(DP), DEVICE :: ps_d(dim) ! array whose elements have to be reduced
400 INTEGER, DEVICE :: ps_d(dim) ! array whose elements have to be reduced
571 REAL(DP), DEVICE, INTENT(IN) :: ps_d(dim)
593 psout_d = ps_d
663 INTEGER, DEVICE, INTENT(IN) :: ps_d(dim)
685 psout_d = ps_d
757 INTEGER, DEVICE :: ps_d(dim)
864 INTEGER, DEVICE :: ps_d(dim)
969 REAL(DP), DEVICE :: ps_d(dim)
[all …]
/dports/x11/havoc/havoc-0.3.1/
H A Dmain.c119 struct gtk_primary_selection_device *ps_d; member
1112 gtk_primary_selection_device_set_selection(term.ps_d, in ps_copy()
1363 struct gtk_primary_selection_device *ps_d, in psd_data_offer() argument
1374 struct gtk_primary_selection_device *ps_d, in psd_selection() argument
1944 term.ps_d = gtk_primary_selection_device_manager_get_device( in main()
1946 gtk_primary_selection_device_add_listener(term.ps_d, in main()
1990 if (term.ps_d) in main()
1991 gtk_primary_selection_device_destroy(term.ps_d); in main()