代码搜索:Processors

找到约 2,733 项符合「Processors」的源代码

代码结果 2,733
www.eeworm.com/read/136812/5860818

c cpuenable.c

static char sccsid[] = "@(#)cpuenable.c 1.1 92/07/30 Copyright Sun Micro"; /* * This file contains the routines that are * called by the schedule option in sundiag. */ #include #includ
www.eeworm.com/read/378186/9242828

f dddot3.f

Function dddot3( k, partcomm, n, x, y ) Result( dotres ) ! --------------------------------------------------------------------- Use dist_module Use
www.eeworm.com/read/378186/9243033

f mvaxpy.f

Subroutine mvaxpy( a, b, c, m, n ) ! ---------------------------------------------------------------------- ! --- Routine 'mvaxpy' does a matrix-vector multiplication 'Ab = c' ! using a vect
www.eeworm.com/read/434003/7898058

s startup_hardware_init.s

;------------------------------------------------------------------------------ ; ; TNKernel startup hardware init for LPC2XXX processors ; (for ARM(c) compiler) ; ; ARM(c) assembler ;
www.eeworm.com/read/327242/13092210

sgi makefile.sgi

# # makefile for fasta3, fasta3_t. Use makefile.pvm for pvcompxx. # # for more information on FASTA on SGI's, see: # # http://www.sgi.com/chembio/resources/fasta/index.html # # use -DBIG_LIB64 to gen
www.eeworm.com/read/113685/6126314

procs-124

!HPF$ TEMPLATE :: tmpl (nx, nx, nx) INTEGER, PARAMETER :: nprocs0 = 1, nprocs1 = 2, nprocs2 = 4 !HPF$ PROCESSORS :: procs (nprocs1, nprocs2) !HPF$ DISTRIBUTE (*, BLOCK, BLOCK) ONTO procs :: tm
www.eeworm.com/read/113685/6126321

procs-222

!HPF$ TEMPLATE :: tmpl (nx, nx, nx) INTEGER, PARAMETER :: nprocs0 = 2, nprocs1 = 2, nprocs2 = 2 !HPF$ PROCESSORS :: procs (nprocs0, nprocs1, nprocs2) !HPF$ DISTRIBUTE (BLOCK, BLOCK, BLOCK) ONT