代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/392773/2491164
mak cc.mak
# -*- Makefile -*- Time-stamp:
#
# Copyright (c) 1997-1999, 2002, 2003, 2005-2007
# Petr Ovtchenkov
#
# Portion Copyright (c) 1999-2001
# Parallel Graphics Ltd.
#
# Licensed un
www.eeworm.com/read/392773/2491166
mak top.mak
# -*- makefile -*- Time-stamp:
#
# Copyright (c) 1997-1999, 2002, 2003, 2005-2008
# Petr Ovtchenkov
#
# Portion Copyright (c) 1999-2001
# Parallel Graphics Ltd.
#
# Licensed un
www.eeworm.com/read/392773/2491169
mak top.mak
# Time-stamp:
#
# Copyright (c) 1997-1999, 2002, 2003, 2005-2008
# Petr Ovtchenkov
#
# Portion Copyright (c) 1999-2001
# Parallel Graphics Ltd.
#
# Licensed under the Academic
www.eeworm.com/read/389879/2532492
c qe_io.c
/*
* arch/powerpc/sysdev/qe_lib/qe_io.c
*
* QE Parallel I/O ports configuration routines
*
* Copyright (C) Freescale Semicondutor, Inc. 2006. All rights reserved.
*
* Author: Li Yang
www.eeworm.com/read/385891/2580448
in config.in
#
# Multimedia Video device configuration
#
mainmenu_option next_comment
comment 'Video For Linux'
bool ' V4L information in proc filesystem' CONFIG_VIDEO_PROC_FS
dep_tristate ' I2C on parallel por
www.eeworm.com/read/368386/2817172
in config.in
#
# Multimedia Video device configuration
#
mainmenu_option next_comment
comment 'Video For Linux'
bool ' V4L information in proc filesystem' CONFIG_VIDEO_PROC_FS
dep_tristate ' I2C on parallel por
www.eeworm.com/read/366702/2867754
c pr33372-1.c
// PR c++/33372
// { dg-do compile }
// { dg-options "-fopenmp" }
template
void f ()
{
extern T n ();
#pragma omp parallel num_threads(n) // { dg-error "num_threads expression must be
www.eeworm.com/read/366702/2877257
f90 a.7.1.f90
! { dg-do compile }
SUBROUTINE A7_1(A,N)
INTEGER OMP_GET_THREAD_NUM
REAL A(*)
INTEGER I, MYOFFSET, N
!$OMP PARALLEL PRIVATE(MYOFFSET)
MYOFFSET = OMP_GET_THREAD_NUM()*N
DO I = 1, N
www.eeworm.com/read/366702/2883531
c a.30.1.c
/* { dg-do compile } */
void
a30 (int n, float *a, float *b)
{
int i;
#pragma omp parallel
{
#pragma omp for lastprivate(i)
for (i = 0; i < n - 1; i++)
a[i] = b[i] + b[i + 1];
}
a[i
www.eeworm.com/read/350657/3121186
in config.in
#
# Multimedia Video device configuration
#
mainmenu_option next_comment
comment 'Video For Linux'
bool ' V4L information in proc filesystem' CONFIG_VIDEO_PROC_FS
dep_tristate ' I2C on parallel por