代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/366702/2883477
c vla-1.c
// { dg-do compile }
void foo(int n)
{
int A[n];
#pragma omp parallel default(none) // { dg-error "enclosing" }
{
A[0] = 0; // { dg-error "'A' not specified" }
}
}
www.eeworm.com/read/366702/2883567
c block-8.c
// { dg-do compile }
// PR 24451
int foo()
{
int i;
#pragma omp parallel for
for (i = 0; i < 10; ++i)
return 0; // { dg-error "invalid exit" }
}
www.eeworm.com/read/358447/2985807
vhd ram_shift.vhd
-- PARALLE IN PARALLEL OUT SHIFTER IN THE ADDRESS GENERATION UNIT.
-- REQUIRED BECAUSE FFT IS COMPUTED ON DATA AND WRITTEN BACK INTO THE SAME
-- LOCATION AFTER 5 CYCLES. SO THE READ ADDRESS IS SHIFT
www.eeworm.com/read/358447/2985827
vhd ram_shift.vhd
-- PARALLE IN PARALLEL OUT SHIFTER IN THE ADDRESS GENERATION UNIT.
-- REQUIRED BECAUSE FFT IS COMPUTED ON DATA AND WRITTEN BACK INTO THE SAME
-- LOCATION AFTER 5 CYCLES. SO THE READ ADDRESS IS SHIFT
www.eeworm.com/read/475979/6771803
m turbo_sys_demo.m
% This script simulates the classical turbo encoding-decoding system.
% It simulates parallel concatenated convolutional codes.
% Two component rate 1/2 RSC (Recursive Systematic Convolutional) compo
www.eeworm.com/read/475535/6790891
m turbo_sys_demo.m
% This script simulates the classical turbo encoding-decoding system.
% It simulates parallel concatenated convolutional codes.
% Two component rate 1/2 RSC (Recursive Systematic Convolutional) compo
www.eeworm.com/read/475347/6796735
m turbo.m
% This script simulates the classical turbo encoding-decoding system.
% It simulates parallel concatenated convolutional codes.
% Two component rate 1/2 RSC (Recursive Systematic Convolutional) com
www.eeworm.com/read/471537/6884756
vhd ram_shift.vhd
-- PARALLE IN PARALLEL OUT SHIFTER IN THE ADDRESS GENERATION UNIT.
-- REQUIRED BECAUSE FFT IS COMPUTED ON DATA AND WRITTEN BACK INTO THE SAME
-- LOCATION AFTER 5 CYCLES. SO THE READ ADDRESS IS SHIFT
www.eeworm.com/read/295310/8170543
m turbo_sys_demo.m
% This script simulates the classical turbo encoding-decoding system.
% It simulates parallel concatenated convolutional codes.
% Two component rate 1/2 RSC (Recursive Systematic Convolutional) compo
www.eeworm.com/read/270032/11050636
c insectc.c
/* Faster Line Segment Intersection */
/* Franklin Antonio */
/* return values */
#define DONT_INTERSECT 0
#define DO_INTERSECT 1
#define PARALLEL 2
/* The SAME_SIGNS ma