Home
last modified time | relevance | path

Searched defs:trapzd (Results 1 – 2 of 2) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Desm.f909118 SUBROUTINE trapzd( func, aaa, tmp, z1, z, zp, rxy, a, b, s, n ) subroutine
9123 INTEGER, INTENT(IN) :: n local
9124 REAL(DP), INTENT(IN) :: aaa, tmp, z1, z, zp, rxy, a, b local
9125 REAL(DP), INTENT(INOUT) :: s local
9126 REAL(DP), EXTERNAL :: func
9152 END SUBROUTINE trapzd argument
/dports/science/xtb/xtb-6.4.1/src/disp/
H A Ddftd4.F90381 pure function trapzd(pol) function
383 real(wp) :: trapzd local