代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5525204
ada c95072b.ada
-- C95072B.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5526141
f90 boz_1.f90
! { dg-do run }
! Test the boz handling
program boz
implicit none
integer(1), parameter :: b1 = b'00000001'
integer(2), parameter :: b2 = b'0101010110101010'
integer(4), parameter :: b4
www.eeworm.com/read/162614/5526194
f90 module_double_reuse.f90
! Test of fix for PR18878
!
! Based on example in PR by Steve Kargl
!
module a
integer, parameter :: b = kind(1.d0)
real(b) :: z
end module a
program d
use a, only : e => b, f => b, u
www.eeworm.com/read/162614/5526342
f longline.f
# 1 "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.f"
! { dg-do compile }
subroutine foo
character*10 cpnam
character*4 csig
write (34,808) csig,ilax,cp
www.eeworm.com/read/162614/5526487
f90 matmul_1.f90
!{ dg-do run }
! Test MATMUL for various arguments and results
! (test values checked with GNU octave).
! PR18857 was due to an incorrect assertion that component base==0
! for both input arguments an
www.eeworm.com/read/162614/5528344
c 20010114-1.c
/* Origin: PR c/166 from Joerg Czeranski . */
/* In the declaration of proc, x cannot be parsed as a typedef name,
so it must be parsed as a parameter name. */
typedef int x;
void
www.eeworm.com/read/162614/5528398
c 20020318-1.c
/* PR c/5656
This testcase ICEd on IA-32 at -O3, due to tree inliner not converting
parameter assignment when using K&R syntax. */
void foo (c)
char c;
{
(void) &c;
}
int bar (void);
www.eeworm.com/read/161557/5551381
h osip_proxy_authenticate.h
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc2543-)
Copyright (C) 2001 Aymeric MOIZARD jack@atosc.org
This library is free software; you can redistribute it and/or
www.eeworm.com/read/161557/5551394
h osip_proxy_authorization.h
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc2543-)
Copyright (C) 2001 Aymeric MOIZARD jack@atosc.org
This library is free software; you can redistribute it and/or
www.eeworm.com/read/161513/5552703
java imageserverconstants.java
// **********************************************************************
//
//
//
// BBN Technologies
// 10 Moulton Street
// Cambridge, MA 02138
// (617) 873-8000
//
// Copyright