代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/382594/2633541
mpt borexe.mpt
// -*- MPC -*-
// borexe.mpt,v 1.8 2004/01/29 20:05:27 elliott_c Exp
conditional_include "common"
type_is_binary = 1
common_defines = WIN32
www.eeworm.com/read/366702/2871641
c 900324_02.c
// { dg-do assemble }
// g++ 1.37.1 bug 900324_02
// The following erroreous code causes g++ to segfault.
// Cfront 2.0 passes this test.
// keywords: segfault, function pointer, conditional opera
www.eeworm.com/read/366702/2873130
f90 where_11.f90
! Check whether conditional ELSEWHEREs work
! (without unconditional ELSEWHERE)
program where_11
integer :: a(5)
integer :: b(5)
a = (/1, 2, 3, 4, 5/)
b = (/0, 0, 0, 0, 0/)
where (a .e
www.eeworm.com/read/366702/2879984
c 20020103-1.c
/* This testcase failed on Alpha at -O2 when simplifying conditional
expressions. */
int foo (void);
struct A
{
int a, b, c, d;
};
void bar (struct A *x)
{
int e, f;
e = foo ();
e = e
www.eeworm.com/read/366702/2881341
c c99-condexpr-1.c
/* Test for types of conditional expressions. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
/* Notes:
(a) The
www.eeworm.com/read/366702/2882231
c operator-cond.c
/* { dg-options "-std=gnu99 -O0" } */
/* C99 6.5.15 Conditional operator.
Test with decimal float operands. */
extern void abort (void);
static int failcnt = 0;
www.eeworm.com/read/160391/5571519
m cond_gauss_inf_engine.m
function engine = cond_gauss_inf_engine(bnet)
% COND_GAUSS_INF_ENGINE Conditional Gaussian inference engine
% engine = cond_gauss_inf_engine(bnet)
%
% Enumerates all the discrete roots, and runs j
www.eeworm.com/read/474242/6816819
cdf 00bsp.cdf
/* 00bsp.cdf - BSP configuration file */
/* Copyright 2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,05nov02,hdn made sysCpuProbe() execution conditional (spr 762
www.eeworm.com/read/295361/8168178
c krx20810.c
/* K&R exercise 2-8
It is class 1 due to the /sizeof/ operator (CHAR_BIT is introduced with
in Chapter 1). I could have used the conditional operator but
thought that this is clearer.
www.eeworm.com/read/194049/8199922
v a86_cond_sel.v
// http://gforge.openchip.org/projects/a86
//
// Select Condition code for conditional commands
//
`include "timescale.v"
`include "a86_defines.v"
module a86_cond_sel(
sel,
fin,
c