代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/368386/2817206
c frpw.c
/*
frpw.c (c) 1996-8 Grant R. Guenther
Under the terms of the GNU General Public License
frpw.c is a low-level protocol driver for the Freecom "Power"
parallel p
www.eeworm.com/read/367217/2849865
c byteblaster.c
/*
* $Id: byteblaster.c,v 1.1.1.1 2005/03/18 15:03:10 klingler Exp $
*
* Altera ByteBlaster/ByteBlaster II/ByteBlasterMV Parallel Port Download Cable Driver
* Copyright (C) 2002, 2003 ETC s.r.o.
www.eeworm.com/read/367217/2849877
c direct.c
/*
* $Id: direct.c,v 1.1.1.1 2005/03/18 15:03:10 klingler Exp $
*
* Direct Parallel Port Connection Driver
* Copyright (C) 2003 ETC s.r.o.
*
* This program is free software; you can redistribute
www.eeworm.com/read/366702/2867737
c pr27337-2.c
// PR middle-end/27337
// { dg-do compile }
struct S
{
S ();
~S ();
int i;
};
S
foo ()
{
int i;
S ret;
#pragma omp parallel for firstprivate (ret) lastprivate (ret)
for (i = 0; i < 2; i
www.eeworm.com/read/366702/2867775
c tpl-for-3.c
// { dg-do compile }
void foo(int);
template void bar()
{
#pragma omp parallel for
for (typename T::T i = 0; i < T::N; ++i)
foo(i);
}
struct A
{
typedef int T;
static T N;
}
www.eeworm.com/read/366702/2867792
c pr34694.c
// PR middle-end/34694
// { dg-do compile }
// { dg-options "-O -fopenmp -Wall" }
int i;
void
foo ()
{
#pragma omp parallel
{
int j; // { dg-warning "note: 'j' was declared here" }
i = j;
www.eeworm.com/read/366702/2867808
c pr35078.c
// PR c++/35078
// { dg-do compile }
// { dg-options "-fopenmp" }
template void
foo ()
{
#pragma omp parallel for
for (int& i = 0; i < 10; ++i) // { dg-error "invalid type for iteration variab
www.eeworm.com/read/366702/2867819
c clause-3.c
// { dg-do compile }
// { dg-require-effective-target tls_native }
#define p parallel
extern void bar (void);
extern char q[]; // { dg-error "has incomplete type" }
int t;
#pragma omp threadprivate
www.eeworm.com/read/366702/2867821
c pr27415.c
// PR middle-end/27415
// { dg-do compile }
void
test1 (void)
{
int i = 0;
#pragma omp parallel
#pragma omp for firstprivate (i) // { dg-error "should not be firstprivate" }
for (i = 0; i < 10;
www.eeworm.com/read/366702/2876626
f pr24823.f
! { dg-do compile }
! { dg-options "-O2" }
! PR24823 Flow didn't handle a PARALLEL as destination of a SET properly.
SUBROUTINE ZLATMR( M, N, DIST, ISEED, SYM, D, MODE, COND, DMAX,