代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/378966/2678915
cpp ndrtypes.cpp
/* NdrTypes.cpp - VxDCOM NDR marshaling types */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
02p,10jan02,nel Conditional define out old sytle doub
www.eeworm.com/read/377363/2701669
cpp ndrtypes.cpp
/* NdrTypes.cpp - VxDCOM NDR marshaling types */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
02p,10jan02,nel Conditional define out old sytle doub
www.eeworm.com/read/366702/2865640
c pr28943.c
// PR c++/28943 void and non-void in conditional expression
// { dg-do compile }
// { dg-options "" }
void debug (const char * string)
{
return;
}
int f()
{
( true == false ? 0 : debug ("Some st
www.eeworm.com/read/366702/2879592
c 20030320-1.c
/* Failed on powerpc64-linux with a segfault due to ifcvt generating
conditional returns without updating dominance info.
Extracted from glibc's dl-load.c. */
typedef unsigned long size_t;
st
www.eeworm.com/read/366702/2881659
c iftrap-2.c
/* Verify that we optimize to conditional traps. */
/* { dg-options "-O" } */
/* { dg-do compile { target rs6000-*-* powerpc*-*-* sparc*-*-* ia64-*-* } } */
/* { dg-final { scan-assembler-not "^\t(tr
www.eeworm.com/read/366702/2882549
c iftrap-1.c
/* Verify that we optimize to conditional traps. */
/* { dg-options "-O" } */
/* { dg-do compile { target rs6000-*-* powerpc*-*-* sparc*-*-* ia64-*-* } } */
/* { dg-final { scan-assembler-not "^\t(tr
www.eeworm.com/read/353640/3084599
cpp ndrtypes.cpp
/* NdrTypes.cpp - VxDCOM NDR marshaling types */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
02p,10jan02,nel Conditional define out old sytle doub
www.eeworm.com/read/160391/5571326
m tabular_cpd.m
function CPD = tabular_CPD(bnet, self, varargin)
% TABULAR_CPD Make a multinomial conditional prob. distrib. (CPT)
%
% CPD = tabular_CPD(bnet, node) creates a random CPT.
%
% The following argume
www.eeworm.com/read/160391/5571330
m tabular_cpd.m
function CPD = tabular_CPD(bnet, self, varargin)
% TABULAR_CPD Make a multinomial conditional prob. distrib. (CPT)
%
% CPD = tabular_CPD(bnet, node) creates a random CPT.
%
% The following argume
www.eeworm.com/read/160391/5571383
m tree_cpd.m
function CPD = tree_CPD(varargin)
%DTREE_CPD Make a conditional prob. distrib. which is a decision/regression tree.
%
% CPD =dtree_CPD() will create an empty tree.
if nargin==0
% This occurs