代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/162614/5526363
f90 vector_subscript_2.f90
! Like vector_subscript_1.f90, but check subscripts in multi-dimensional
! arrays.
! { dg-do run }
program main
implicit none
integer, parameter :: n = 5
integer :: i1, i2, i3
integer, dimensi
www.eeworm.com/read/340665/3280230
c c99-impl-int-1.c
/* Test for implicit int: in C90 only. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
extern foo; /* { dg-bogus "wa
www.eeworm.com/read/340665/3280550
c c99-main-1.c
/* Test for implicit return 0 from main in C99. */
/* Origin: Joseph Myers */
/* { dg-do run } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors -Wreturn-type -O -fhosted" } */
www.eeworm.com/read/305277/3778668
scala bug245.scala
class Value {}
object Test {
implicit def view(v: Value): int = 0;
def foo(i: Int): Int = 0;
def fun0 : Value = null;
def fun0(i: Int ): Value = null;
def fun1(i: Int ): Value =
www.eeworm.com/read/288222/4008755
f normc.f
subroutine normc(e,ex,xnorm)
implicit none
complex*16 e(*)
real*8 ex, xnorm
common/lwater/lfluid
logical lfluid
real*8 test,testt,x,y,fac
real*8 DREAL
integer i, IUP
test = 0.0D+00
testt
www.eeworm.com/read/288222/4008760
f hskl.f
subroutine hskl(cossh,rsinsh,sinshr,TL,iwat,hl,atnb)
implicit none
complex*16 cossh, rsinsh, sinshr
real TL
integer iwat
complex*16 hl(2,2)
complex*16 atnb
if(iwat.eq.0)then
hl(1,1) = cossh
www.eeworm.com/read/440906/1781874
c c99-impl-int-1.c
/* Test for implicit int: in C90 only. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
extern foo; /* { dg-bogus "wa
www.eeworm.com/read/440906/1782206
c c99-main-1.c
/* Test for implicit return 0 from main in C99. */
/* Origin: Joseph Myers */
/* { dg-do run } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors -Wreturn-type -O -fhosted" } */
www.eeworm.com/read/393688/2472533
f esmf_logex.f
! $Id: ESMF_LogEx.F,v 1.1.6.1 2002/04/24 03:25:38 erik Exp $
!\begin{verbatim}
program LogEx
#include "conf.h"
Use ESMF_AppMod
Use ESMF_LogMod
implicit none
integer :: ivar
integer :: i
inte
www.eeworm.com/read/366702/2873155
f90 in-pack.f90
! Check in_pack and in_unpack for integer and comlex types, with
! alignment issues thrown in for good measure.
program main
implicit none
complex(kind=4) :: a4(5),b4(5),aa4(5),bb4(5)
real(k