代码搜索:Reduction
找到约 701 项符合「Reduction」的源代码
代码结果 701
www.eeworm.com/read/366702/2880453
c vect-reduc-1.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 16
#define DIFF 242
/* Test vectorization of reduction of unsigned-int. */
__attribute__ ((noin
www.eeworm.com/read/366702/2880505
c vect-reduc-2.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 16
#define DIFF 240
/* Test vectorization of reduction of signed-int. */
__attribute__ ((noinli
www.eeworm.com/read/366702/2883473
c pr26412.c
/* PR middle-end/26412 */
/* { dg-do compile } */
extern double a[];
extern int b;
double
test (void)
{
int i;
double c = 0;
#pragma omp parallel for private(i) reduction(+:c)
for (i = 0; i
www.eeworm.com/read/162614/5530321
c loop-8.c
/* A test for strength reduction of ivs with nonconstant step. */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-vars" } */
int bar (void);
int a[100];
void xxx (void)
{
int iter, ste
www.eeworm.com/read/335875/12491830
c hw1.c
#include
#include
#include "stdio.h"
//#default (shared | none)
float dot_prod_reduction(float* a, float* b, long N){
double sum = 0.0;
#pragma omp paralle
www.eeworm.com/read/147096/12583856
m dbalreal.m
function [ab,bb,cb,m,T] = dbalreal(a,b,c)
%DBALREAL Discrete balanced state-space realization and model reduction.
% [Ab,Bb,Cb] = DBALREAL(A,B,C) returns a balanced state-space
% realization of t
www.eeworm.com/read/147096/12584008
m modred.m
function [ab,bb,cb,db] = modred(a,b,c,d,elim)
%MODRED Model state reduction.
% [Ab,Bb,Cb,Db] = MODRED(A,B,C,D,ELIM) reduces the order of a model
% by eliminating the states specified in vector ELIM
www.eeworm.com/read/134963/13968962
c brfcm.c
/*
brfcm - BitReduction FCM. Reduced precision through quantization
(e.g. bit reduction) and aggregation.
$Id: brfcm.c,v 1.2 2002/07/12 20:48:48 eschrich Exp $
Steven Eschrich
Co
www.eeworm.com/read/101557/15826464
m dbalreal.m
function [ab,bb,cb,m,T] = dbalreal(a,b,c)
%DBALREAL Discrete balanced state-space realization and model reduction.
% [Ab,Bb,Cb] = DBALREAL(A,B,C) returns a balanced state-space
% realization of t
www.eeworm.com/read/101557/15826523
m modred.m
function [ab,bb,cb,db] = modred(a,b,c,d,elim)
%MODRED Model state reduction.
% [Ab,Bb,Cb,Db] = MODRED(A,B,C,D,ELIM) reduces the order of a model
% by eliminating the states specified in vector ELIM