代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/470693/1463133
c 20011106-2.c
/* Test the the type of a component of a conditional expression between
two structures is correct. */
/* Origin: Joseph Myers . */
struct s { char c; } a, b;
int c;
char x[sizeo
www.eeworm.com/read/470693/1464418
c skipping2.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests that excess tokens in skipped conditional blocks don't warn. */
/* Source: Neil Booth, 25 Jul 2001. */
www.eeworm.com/read/251838/4414774
m gaussian_cpd.m
function CPD = gaussian_CPD(bnet, self, varargin)
% GAUSSIAN_CPD Make a conditional linear Gaussian distrib.
%
% CPD = gaussian_CPD(bnet, node, ...) will create a CPD with random parameters,
% where n
www.eeworm.com/read/251838/4415205
readme
% Stable conditional Gaussian inference
% Originally written by Huang, Shan 2001
% Fixed by Rainer Deventer 2003
@techreport{Lauritzen99,
author = "S. Lauritzen and F. Jense
www.eeworm.com/read/247473/4481843
ac ac_check_junit.ac
dnl @synopsis AC_CHECK_JUNIT
dnl
dnl AC_CHECK_JUNIT tests the availability of the Junit testing
dnl framework, and set some variables for conditional compilation
dnl of the test suite by automake.
dnl
www.eeworm.com/read/240162/4588531
x va-arg-25.x
# This doesn't work on SPARC 64-bit.
if { [istarget "sparc64-*-*"] || [istarget "sparcv9-*-*"] } {
set torture_eval_before_compile {
global compiler_conditional_xfail_data
set com
www.eeworm.com/read/240162/4589025
c 20011106-2.c
/* Test the the type of a component of a conditional expression between
two structures is correct. */
/* Origin: Joseph Myers . */
struct s { char c; } a, b;
int c;
char x[sizeo
www.eeworm.com/read/240162/4590177
c skipping2.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests that excess tokens in skipped conditional blocks don't warn. */
/* Source: Neil Booth, 25 Jul 2001. */
www.eeworm.com/read/233448/4683029
c 20011106-2.c
/* Test the the type of a component of a conditional expression between
two structures is correct. */
/* Origin: Joseph Myers . */
struct s { char c; } a, b;
int c;
char x[sizeo
www.eeworm.com/read/233448/4684308
c c90-array-lval-7.c
/* Test for non-lvalue arrays: test that C90 does not allow them in
conditional expressions, while in C99 they decay and are
allowed. */
/* Origin: Joseph Myers */
/* {