代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/470693/1463722
c 20020312-1.c
/* This testcase ICEd on alpha because of an unrecognized insn formed
by conditional move optimization using an incorrect mode. */
/* { dg-do compile } */
/* { dg-options "-O -ffast-math" } */
ch
www.eeworm.com/read/251838/4414778
m gaussian_cpd.m
function CPD = gaussian_CPD(varargin)
% GAUSSIAN_CPD Make a conditional linear Gaussian distrib.
%
% To define this CPD precisely, call the continuous (cts) parents (if any) X,
% the discrete parents
www.eeworm.com/read/251838/4415449
m scgcpot.m
function pot = scgcpot(cheadsize, ctailsize, p, A, B, C)
% SCGCPOT Make a base object of stable conditional gaussian potential.
% pot = scgcpot(cheadsize, ctailsize, p, A, B, C)
%
% cheadsize is t
www.eeworm.com/read/251522/4418951
m gaussian_cpd.m
function CPD = gaussian_CPD(varargin)
% GAUSSIAN_CPD Make a conditional linear Gaussian distrib.
%
% To define this CPD precisely, call the continuous (cts) parents (if any) X,
% the discrete parents
www.eeworm.com/read/251522/4418954
m maximize_params.m
function CPD = maximize_params(CPD)
% MAXIMIZE_PARAMS Set the params of a CPD to their ML values (Gaussian)
% CPD = maximize_params(CPD)
% For details, see "Fitting a Conditional Gaussian Distributi
www.eeworm.com/read/240162/4588417
c 20031215-1.c
/* PR middle-end/13400 */
/* The following test used to fail at run-time with a write to read-only
memory, caused by if-conversion converting a conditional write into an
unconditional write. */
www.eeworm.com/read/240162/4589450
c 20030605-1.c
/* Test for proper preparation of the comparison operands for
generation of a conditional trap. Produced unrecognizable
rtl on Sparc. */
struct blah { char *b_data; };
void set_bh_page(stru
www.eeworm.com/read/233448/4682385
c 20031215-1.c
/* PR middle-end/13400 */
/* The following test used to fail at run-time with a write to read-only
memory, caused by if-conversion converting a conditional write into an
unconditional write. */
www.eeworm.com/read/233448/4683541
c 20030605-1.c
/* Test for proper preparation of the comparison operands for
generation of a conditional trap. Produced unrecognizable
rtl on Sparc. */
struct blah { char *b_data; };
void set_bh_page(stru
www.eeworm.com/read/233448/4683992
c 20020312-1.c
/* This testcase ICEd on alpha because of an unrecognized insn formed
by conditional move optimization using an incorrect mode. */
/* { dg-do compile } */
/* { dg-options "-O -ffast-math" } */
ch