代码搜索:Reduction
找到约 701 项符合「Reduction」的源代码
代码结果 701
www.eeworm.com/read/162614/5528774
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. */
void main1 (unsigned
www.eeworm.com/read/340665/3273063
c strength-reduce.c
// This testcase was miscompiled on s390x, because strength-reduction
// did not see biv in C::foo as used after loop, but it was used
// in a REG_EQUAL note.
// { dg-do run }
// { dg-options "-O2" }
www.eeworm.com/read/303463/3810196
m monomialproducts.m
function [newton_m2,N_unique,newton_m2_unique] = monomialproducts(N,n);
%MONOMIALPRODUCTS Internal function used for monomial reduction
% Author Johan L鰂berg
% $Id: monomialproducts.m,v 1.1 2006
www.eeworm.com/read/440906/1774669
c strength-reduce.c
// This testcase was miscompiled on s390x, because strength-reduction
// did not see biv in C::foo as used after loop, but it was used
// in a REG_EQUAL note.
// { dg-do run }
// { dg-options "-O2" }
www.eeworm.com/read/366702/2867283
c strength-reduce.c
// This testcase was miscompiled on s390x, because strength-reduction
// did not see biv in C::foo as used after loop, but it was used
// in a REG_EQUAL note.
// { dg-do run }
// { dg-options "-O2" }
www.eeworm.com/read/473219/6848937
m monomialproducts.m
function [newton_m2,N_unique,newton_m2_unique] = monomialproducts(N);
%MONOMIALPRODUCTS Internal function used for monomial reduction
% Author Johan L鰂berg
% $Id: monomialproducts.m,v 1.4 2005/0
www.eeworm.com/read/193277/8241911
m monomialproducts.m
function [newton_m2,N_unique,newton_m2_unique] = monomialproducts(N,n);
%MONOMIALPRODUCTS Internal function used for monomial reduction
% Author Johan L鰂berg
% $Id: monomialproducts.m,v 1.1 2006
www.eeworm.com/read/289743/8530068
m run_llc.m
function mappedX = run_llc(X, no_dims, k, no_analyzers, max_iterations, eig_impl)
%RUN_LLC Performs the LLC algorithm for dimensionality reduction
%
% mappedX = run_llc(X, no_dims, k, no_analyzers,
www.eeworm.com/read/282683/9074286
m run_llc.m
function mappedX = run_llc(X, no_dims, k, no_analyzers, max_iterations, eig_impl)
%RUN_LLC Performs the LLC algorithm for dimensionality reduction
%
% mappedX = run_llc(X, no_dims, k, no_analyzers,
www.eeworm.com/read/349820/10798564
m resize_refl.m
% RESIZE_REFL Resize REFL struct data.
%
% newrefl = resize_refl(oldrefl,redfac)
%
% where redfacn is the reduction factor.
%
% $Id: resize_refl.m,v 1.4 2006/05/17 11:13:23 danji Exp $
functi