代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/162614/5526467
f90 char_result_8.f90
! Related to PR 15326. Compare functions that return string pointers with
! functions that return strings.
! { dg-do run }
program main
implicit none
character (len = 30), target :: string
ca
www.eeworm.com/read/162614/5529182
c parm-impl-decl-1.c
/* Test implicit function declarations and other odd declarations in
function prototypes. Bug 18239. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-option
www.eeworm.com/read/341021/3259527
in fcoll_test.f.in
! -*- Mode: Fortran; -*-
!
! (C) 2001 by Argonne National Laboratory.
! See COPYRIGHT in top-level directory.
!
program main
implicit none
include 'mpif.h'
@F77MPIOIN
www.eeworm.com/read/341021/3259544
in fmisc.f.in
! -*- Mode: Fortran; -*-
!
! (C) 2001 by Argonne National Laboratory.
! See COPYRIGHT in top-level directory.
!
program main
implicit none
include 'mpif.h'
@F77MPIOIN
www.eeworm.com/read/341021/3259549
in pfcoll_test.f.in
! -*- Mode: Fortran; -*-
!
! (C) 2001 by Argonne National Laboratory.
! See COPYRIGHT in top-level directory.
!
program main
implicit none
include 'mpif.h'
@F77MPIOIN
www.eeworm.com/read/341021/3259551
in fperf.f.in
! -*- Mode: Fortran; -*-
!
! (C) 2001 by Argonne National Laboratory.
! See COPYRIGHT in top-level directory.
!
program main
implicit none
include 'mpif.h'
@F77MPIOIN
www.eeworm.com/read/341021/3260496
f wrong_reals.f
!
! (C) 2004 by Argonne National Laboratory.
! See COPYRIGHT in top-level directory.
!
program wrong_reals
implicit none
include 'mpif.h'
integer myrank, numprocs, ie
www.eeworm.com/read/341021/3260551
f fcomm1_isr.f
!
! (C) 2001 by Argonne National Laboratory.
! See COPYRIGHT in top-level directory.
!
program main
implicit none
include 'mpif.h'
character*(MPI_MAX_PROCESSOR_NAME)
www.eeworm.com/read/340710/3265423
v2
# conn for OE for network behind us.
# Uses implicit conn OEself.
version 2.0
conn private-or-clear-behind
leftsubnet=192.0.2.0/24 # behind east
also=private-or-clear
www.eeworm.com/read/340665/3276041
c 900209_01.c
// g++ 1.36.1 bug 900209_01
// g++ implicitly casts values whose types are "void*" to other pointer
// types (just as the language rules for C permit). Such implicit
// conversions are not allowed b