代码搜索:Parallel

找到约 6,530 项符合「Parallel」的源代码

代码结果 6,530
www.eeworm.com/read/366702/2883523

c a.35.4.c

/* { dg-do compile } */ void wrong4 (int n) { #pragma omp parallel default(shared) { int i; #pragma omp for for (i = 0; i < n; i++) { work (i, 0); /* incorrect nesting of barrier re
www.eeworm.com/read/366702/2883557

c pr34692.c

/* PR preprocessor/34692 */ /* { dg-do compile } */ /* { dg-options "-fopenmp -fdump-tree-gimple" } */ /* { dg-final { scan-tree-dump-times "#pragma omp parallel" 1 "gimple" } } */ /* { dg-final { sca
www.eeworm.com/read/366702/2883572

c pr27388-2.c

/* PR middle-end/27388 */ /* { dg-do compile } */ /* { dg-options "-fopenmp -fdump-tree-omplower" } */ extern void baz (int); void foo (void) { int i; #pragma omp parallel for shared (i) for (i
www.eeworm.com/read/366702/2883593

c pr29955.c

/* PR c/29955 */ /* { dg-do compile } */ /* { dg-options "-O2 -fopenmp -fexceptions" } */ extern void bar (int); void foo (int n) { int i; #pragma omp parallel for schedule(dynamic) for (i = 0;
www.eeworm.com/read/366702/2883597

c block-11.c

/* PR c++/24516 */ /* { dg-do compile } */ void bar (int *p) { int m; #pragma omp parallel for for (m = 0; m < 1000; ++m) switch (p[m]) { case 1: p[m] = 2; break; default:
www.eeworm.com/read/358128/2999906

pl mkta.pl

#!/bin/env perl -w # mkta - make-test-all # # quick hack to run test suite against multiple dbs # for each db runn alternate charset tests in parallel # keep log files from failures use strict; use
www.eeworm.com/read/173932/9629570

m circular_array.m

%Circular Array in the x-y plane % Element is a short dipole antenna parallel to the z axis % 2D Radiation Patterns for fixed phi or fixed theta % dB polar plots uses the polardb.m file % Last m
www.eeworm.com/read/414254/11123257

c assignment1c.c

/* * * * Exercice 1c in4026 Parallel Algorithms */ #include #include #ifdef HASSTDLIB #include #endif #include "pvm3.h" #define GROUP "distance
www.eeworm.com/read/237896/13921111

m circular_array.m

%Circular Array in the x-y plane % Element is a short dipole antenna parallel to the z axis % 2D Radiation Patterns for fixed phi or fixed theta % dB polar plots uses the polardb.m file % Last m
www.eeworm.com/read/113090/15470365

c parfpm.c

// Parallel Flash Programming Mode #include #include "mvp.h" SLAVE target; unsigned char fpm(unsigned char cmd, unsigned int a, unsigned char pd) { unsigned char c,cpu, cmdx,rdcmd;