代码搜索:implicit

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

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

f90 namelist_35.f90

! { dg-do compile } ! { dg-options "-std=f95" } ! ! PR fortran/31818 - accepts namelists with assumed-shape arrays ! subroutine test(cha) implicit none character(len=10) :: cha(:) namelist /z/
www.eeworm.com/read/366702/2877661

f90 proc_decl_10.f90

! { dg-do compile } ! PR33162 INTRINSIC functions as ACTUAL argument ! Test case adapted from PR by Jerry DeLisle module m implicit none interface double precision functi
www.eeworm.com/read/366702/2877669

f90 pr32535.f90

! { dg-do compile } ! ! PR32535: namelist with private items contained in sub-sub-procedure of a module rejected ! ! Contributed by Janus Weil module mo implicit none real, priv
www.eeworm.com/read/366702/2877707

f90 interface_21.f90

! { dg-do compile } ! PR33162 INTRINSIC functions as ACTUAL argument ! Test case adapted from PR by Jerry DeLisle module m implicit none contains subroutine sub(a) interf
www.eeworm.com/read/366702/2877730

f90 auto_save_1.f90

! { dg-do run } ! Check that automatic objects work properly in the presence of a save ! statement. ! PR21034 subroutine test(n) implicit none integer n real dte(n) character(len=n) :: s sav
www.eeworm.com/read/366702/2877735

f90 gamma_5.f90

! { dg-do run } ! PR 33683 - we used to pick up the wrong gamma function ! from the library on some systems. program main implicit none integer, parameter :: n_max = 20 double precision, dimensi
www.eeworm.com/read/366702/2877772

f90 pr16935.f90

! { dg-do run } ! pr16935 ! segfault at run time on open statement program bug2 implicit none open( 1 , file = "str_500.txt", position = "REWIND" ) close( 1 , status = "DEL
www.eeworm.com/read/366702/2884492

c attr-6.c

/* Test for format attributes: test default attributes are applied to implicit declarations. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=gnu89 -Wf
www.eeworm.com/read/358128/3002903

phpt test_valid_add_pkg_explicit.phpt

--TEST-- PEAR_PackageFileManager->addDependency, valid, add pkg dep, implicit --SKIPIF-- --FILE--
www.eeworm.com/read/172172/9722122

m mlp_kernel.m

function x = MLP_kernel(a,b, par) % Multi Layer Perceptron kernel function for implicit higher dimension mapping % % x = MLP_kernel(a,b,[s,t]) % % 'a' can only contain one datapoint in a row, 'b' c