代码搜索:implicit

找到约 5,250 项符合「implicit」的源代码

代码结果 5,250
www.eeworm.com/read/366702/2876212

f90 boz_4.f90

! { dg-do compile } ! Test that the conversion of a BOZ constant that is too large for the ! integer variable is caught by the compiler. program boz implicit none integer(1), parameter :: &
www.eeworm.com/read/366702/2876734

f90 read_1.f90

! { dg-do compile } ! ! Cf. PR fortran/33232 program test implicit none integer :: a READ *, a READ '(i3)', a end program test
www.eeworm.com/read/366702/2883853

c wimplicit-function-declaration-c99.c

/* { dg-do compile } */ /* { dg-options "-std=c99" } */ void f(void) { puts("Hello"); /* { dg-warning "implicit declaration of function" } */ }
www.eeworm.com/read/160659/5567881

asm 065l_hdr.asm

/* This file contains the interrupt table for the ADSP-21065L */ /* When the C program exits either by returning from main() or by an */ /* explicit or implicit call to exit(), control will tran
www.eeworm.com/read/160659/5567887

asm 065l_hdr.asm

/* This file contains the interrupt table for the ADSP-21065L */ /* When the C program exits either by returning from main() or by an */ /* explicit or implicit call to exit(), control will tran
www.eeworm.com/read/160659/5567894

asm 065l_hdr.asm

/* This file contains the interrupt table for the ADSP-21065L */ /* When the C program exits either by returning from main() or by an */ /* explicit or implicit call to exit(), control will tran
www.eeworm.com/read/367160/9777006

f dchkab.f

PROGRAM DCHKAB IMPLICIT NONE * * -- LAPACK test routine (version 3.1.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * January 2007 * * Purpose *
www.eeworm.com/read/367160/9777366

f zchkab.f

PROGRAM ZCHKAB IMPLICIT NONE * * -- LAPACK test routine (version 3.1.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * January 2007 * * Purpose *
www.eeworm.com/read/367160/9777878

f derrab.f

SUBROUTINE DERRAB( NUNIT ) IMPLICIT NONE * * -- LAPACK test routine (version 3.1.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * January 2007 * *
www.eeworm.com/read/104265/15700530

f90 vlib.f90

module vlib contains subroutine analy4(kma,coord,e,v) ! ! analytical stiffness of a 4-node quadrilateral element ! plane strain formulation ! implicit