Home
last modified time | relevance | path

Searched defs:nrot (Results 1 – 25 of 115) sorted by relevance

12345

/dports/cad/feappv/feappv-4.1i/program/
H A Dpangl.f2 subroutine pangl(ix,nen,angl,angg,nrot) argument
23 integer nen,nrot,ii,n local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dinteg_test.go12 "github.com/aws/aws-sdk-go/aws"
21 var _ request.Request
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dinline_matmul_22.f9012 subroutine lhcal(nrot,orth,ngpts,vgauss,vr_0) argument
19 integer, intent(in) :: nrot local
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dcoset.f9010 SUBROUTINE coset( nrot, table, sym, nsym, irg ) argument
26 INTEGER :: nrot local
H A Dfind_group.f909 SUBROUTINE find_group( nrot, smat, gname, code_group ) argument
22 INTEGER :: nrot local
H A Dirrek.f9010 SUBROUTINE irreducible_BZ( nrot, s, nsym, minus_q, magnetic_sym, at, bg, & argument
22 INTEGER, INTENT(IN) :: nrot local
93 SUBROUTINE irrek( at, bg, nrot, invs, nsym, irg, minus_q, npk, & argument
106 INTEGER, INTENT(IN) :: nrot local
255 SUBROUTINE irrek_nc( at, bg, nrot, invs, nsym, irg, npk, & argument
268 INTEGER, INTENT(IN) :: nrot local
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/driver/android/
H A DScreenDriver.java67 …ay, final DisplayMetrics outMetrics, final int modeIdx, final int screenSizeNRot, final int nrot) { in getModeImpl()
91 final int nrot = androidRotation2NewtRotation(arot); in collectNativeMonitorModesAndDevicesImpl() local
150 …static int getScreenSize(final DisplayMetrics outMetrics, final int nrot, final int[] props, int o… in getScreenSize()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/ducc/
H A Drot_vir.F180 subroutine xrot_ini(nrot,xrot) argument
183 integer nrot local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/ducc/
H A Drot_vir.F180 subroutine xrot_ini(nrot,xrot) argument
183 integer nrot local
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/src/
H A Dquatfit.py204 def qtrfit(numpoints, defcoords, refcoords, nrot): argument
275 def jacobi(a, nrot): argument
/dports/science/packmol/packmol-18.169/
H A Djacobi.f906 SUBROUTINE jacobi (a, n, np, d, v, nrot) argument
9 INTEGER n, np, nrot local

12345