代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/486304/6539194
f90 selfmolecule.f90
subroutine SelfMolecule( Nc, Xc, Yc, Zc, TYPEc, DAMPc, &
Nham, Niongrs, CHARGE, &
BoxSize, Alpha, ENERGY)
implicit none
! This routine calculates the self Ewald sum energy of a
www.eeworm.com/read/459517/1569103
asm 065l_hdr.asm
/* This file contains the interrupt table for the ADSP-21065L */
/* When the C program exits either by returning from main() or by an */
/* explicit or implicit call to exit(), control will tran
www.eeworm.com/read/459517/1569109
asm 065l_hdr.asm
/* This file contains the interrupt table for the ADSP-21065L */
/* When the C program exits either by returning from main() or by an */
/* explicit or implicit call to exit(), control will tran
www.eeworm.com/read/459517/1569116
asm 065l_hdr.asm
/* This file contains the interrupt table for the ADSP-21065L */
/* When the C program exits either by returning from main() or by an */
/* explicit or implicit call to exit(), control will tran
www.eeworm.com/read/244405/4511159
mk rules.mk
# That an extract of what is in APR.
#
# Compile commands
#VPATH=.:../common
COMPILE = $(CC) $(CFLAGS)
LT_COMPILE = $(LIBTOOL) --mode=compile $(COMPILE) -c $<
# && touch $@
# Implicit rules
www.eeworm.com/read/244405/4511271
mk rules.mk
# That an extract of what is in APR.
#
# Compile commands
#VPATH=.:../common
COMPILE = $(CC) $(CFLAGS)
LT_COMPILE = $(LIBTOOL) --mode=compile $(COMPILE) -c $<
# && touch $@
# Implicit rules
www.eeworm.com/read/233448/4678725
f90 intrinsic_present.f90
! Program to test the PRESENT intrinsic
program intrinsic_present
implicit none
integer a
integer, pointer :: b
integer, dimension(10) :: c
integer, pointer, dimension(:) :: d
if
www.eeworm.com/read/233448/4678831
f90 userop.f90
module uops
implicit none
interface operator (.foo.)
module procedure myfoo
end interface
interface operator (*)
module procedure boolmul
end interface
interface assign
www.eeworm.com/read/233448/4678847
f90 bounds.f90
! Program to test the upper and lower bound intrinsics
program testbounds
implicit none
real, dimension(:, :), allocatable :: a
integer, dimension(5) :: j
integer i
! Check compile tim
www.eeworm.com/read/233448/4681522
f90 boz_4.f90
! { dg-do compile }
! Test that the conversion of a BOZ constant that is too large for the
! integer variable is caught by the compiler.
program boz
implicit none
integer(1), parameter :: &