代码搜索:Reduction
找到约 701 项符合「Reduction」的源代码
代码结果 701
www.eeworm.com/read/233448/4685421
c loop-4.c
/* A test for strength reduction and induction variable elimination. */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-vars" } */
/* Size of this structure should be sufficiently weird so
www.eeworm.com/read/233448/4685486
c loop-2.c
/* A test for strength reduction and induction variable elimination. */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-vars" } */
/* Size of this structure should be sufficiently weird so
www.eeworm.com/read/233448/4685529
c loop-3.c
/* A test for strength reduction and induction variable elimination.
Target is restricted to x86 type architectures, so that we may
assume something about memory addressing modes. */
/* { dg-d
www.eeworm.com/read/216502/4891876
c asin.c
/*
asin(arg) and acos(arg) return the arcsin, arccos,
respectively of their arguments.
Arctan is called after appropriate range reduction.
*/
#include
int errno;
double atan();
double s
www.eeworm.com/read/209211/4984945
c asin.c
/*
asin(arg) and acos(arg) return the arcsin, arccos,
respectively of their arguments.
Arctan is called after appropriate range reduction.
*/
#include
#include
static double
www.eeworm.com/read/209211/4985353
c asin.c
/*
* asin(arg) and acos(arg) return the arcsin, arccos,
* respectively of their arguments.
*
* Arctan is called after appropriate range reduction.
*/
#include
#include
double
asi
www.eeworm.com/read/206142/5011306
1 wdrencode.1
.TH WDRENCODE 1 "QCCPACK" ""
.SH NAME
wdrencode, wdrdecode \- encode/decode image from/to PGM/PPM format using the original Wavelet Difference Reduction (WDR) algorithm
.SH SYNOPSIS
.B wdrencode
.RB
www.eeworm.com/read/348123/3158269
m audns.m
function H = audns(a,v,Y)
% AUDNS - Perceptual noise reduction method of Tsoukalas et al, 1993
% H = AUDNS(A,V,Y) returns the spectral amplitude estimation filter H due
% to the method of (Ts
www.eeworm.com/read/316872/3598013
h upd64031a.h
/*
* upd64031a - NEC Electronics Ghost Reduction input defines
*
* 2006 by Hans Verkuil (hverkuil@xs4all.nl)
*
* This program is free software; you can redistribute it and/or
* modify it under t
www.eeworm.com/read/303463/3810203
m monomialreduction.m
function exponent_m = monomialreduction(exponent_m,exponent_p,options,csclasses,LPmodel)
%MONOMIALREDUCTION Internal function for monomial reduction in SOS programs
% Author Johan L鰂berg
% $Id: