代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/366702/2877097
f90 interface_13.f90
! { dg-do compile }
! PR32612 gfortran - incorrectly flags error on interface module
! Test case is that of the reporters
module files_module
implicit none
integer, parameter :: REA
www.eeworm.com/read/366702/2877190
f90 volatile8.f90
! Check for compatibily of actual arguments
! with dummy arguments marked as volatile
!
! Contributed by Steven Correll.
!
! PR fortran/30520
! { dg-do compile }
subroutine s8()
implicit non
www.eeworm.com/read/366702/2877461
f90 initialization_3.f90
! { dg-do compile }
! Check that bounds are checked when using vector subscripts in initialization
! expressions. (PR 29630)
program test
implicit none
integer :: i, j
integer, parameter
www.eeworm.com/read/366702/2877536
f90 argument_checking_15.f90
! { dg-do compile }
!
! PR fortran/32616
!
! Check for to few elements of the actual argument
! and reject mismatching string lengths for assumed-shape dummies
!
implicit none
external test
integer ::
www.eeworm.com/read/366702/2877628
f90 argument_checking_4.f90
! { dg-do compile }
!
! PR fortran/30940
program test
implicit none
interface
subroutine foobar(a)
character(len=1),dimension(4) :: a
end subroutine foobar
subroutine arr(a)
character(
www.eeworm.com/read/366702/2877697
f substr_4.f
! { dg-do run }
subroutine test_lower
implicit none
character(3), dimension(3) :: zsymel,zsymelr
common /xx/ zsymel, zsymelr
integer :: znsymelr
zsymel = (/ 'X', 'Y
www.eeworm.com/read/367160/9769247
f dlarrk.f
SUBROUTINE DLARRK( N, IW, GL, GU,
$ D, E2, PIVMIN, RELTOL, W, WERR, INFO)
IMPLICIT NONE
*
* -- LAPACK auxiliary routine (version 3.1) --
* Univ. of Tennes
www.eeworm.com/read/367160/9770079
f slarrk.f
SUBROUTINE SLARRK( N, IW, GL, GU,
$ D, E2, PIVMIN, RELTOL, W, WERR, INFO)
IMPLICIT NONE
*
* -- LAPACK auxiliary routine (version 3.1) --
* Univ. of Tennes
www.eeworm.com/read/366902/9793545
cpp byte.cpp
#include
using namespace std;
// Member functions (implicit "this"):
class Byte {
unsigned char b;
public:
Byte(unsigned char bb = 0) : b(bb) {}
// No side effects: const mem
www.eeworm.com/read/366902/9793563
cpp member_functions.cpp
#include
using namespace std;
// Member functions (implicit "this"):
class Byte {
unsigned char b;
public:
Byte(unsigned char bb = 0) : b(bb) {}
// No side effects: const mem