代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/162614/5526421
f90 pr17706.f90
! { dg-do run }
! PR17706
! this is a libgfortran test
! output value -0.00 is not standard compliant
! derived from NIST F77 test FM406, with extra bits added.
program pr17706
implicit none
chara
www.eeworm.com/read/162614/5526459
f90 namelist_char_only.f90
! { dg-do run }
! { dg-options "-O0" }
! Test patch for PR24416.f90 - a used to come back from the read with var
! prepended.
!
IMPLICIT NONE
CHARACTER(len=10) :: var = "hello"
character(len=10
www.eeworm.com/read/340665/3280988
c 20020116-2.c
/* This testcase ICEd on sparc64 because -mcpu=supersparc and implicit
-m64 resulted in MASK_V8 and MASK_V9 to be set at the same time. */
/* { dg-do compile } */
/* { dg-options "" } */
/* { dg-o
www.eeworm.com/read/317951/3573589
mak dirsrc.mak
# -*- Makefile -*- Time-stamp:
# $Id: dirsrc.mak 1802 2005-11-01 08:25:57Z complement $
# Some trick to build implicit rules for sources in some different
# subdirectories
www.eeworm.com/read/316872/3600482
h percpu.h
#ifndef __V850_PERCPU_H__
#define __V850_PERCPU_H__
#include
/* This is a stupid hack to satisfy some grotty implicit include-file
dependency; basically, uses
www.eeworm.com/read/305277/3778751
scala manifest1.scala
import scala.reflect.Manifest
object Test {
def foo[T](x: T)(implicit m: Manifest[T]) {
foo(List(x))
}
foo(1)
foo("abc")
foo(List(1, 2, 3))
val x: List[Int] with Ordered[List[Int]] =
www.eeworm.com/read/288222/4008754
f srclay.f
subroutine srclay(depth,lmax,dph)
implicit none
real depth, dph
integer lmax
integer LER, LIN, LOT
parameter (LER=0, LIN=5, LOT=6)
integer NL
parameter(NL=100)
common/timodel/D(NL),TA(NL),TC(
www.eeworm.com/read/282766/4087778
mak dirsrc.mak
# -*- Makefile -*- Time-stamp:
# $Id: dirsrc.mak 1802 2005-11-01 08:25:57Z complement $
# Some trick to build implicit rules for sources in some different
# subdirectories
www.eeworm.com/read/440906/1782665
c 20020116-2.c
/* This testcase ICEd on sparc64 because -mcpu=supersparc and implicit
-m64 resulted in MASK_V8 and MASK_V9 to be set at the same time. */
/* { dg-do compile } */
/* { dg-options "" } */
/* { dg-o
www.eeworm.com/read/388600/2548914
f90 wemig.f90
module wemig
use rsf
use fft
implicit none
integer, private :: nz,nx,nw,nr
real, private :: dz,dx,dw
real, private :: oz,ox,ow
real, private :: pi
real, private :: c1,c2