代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/262046/4315292
s uss_fpopns.s
/* Copyright 1991-1992 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modification history
--------------------
01g,14mar95,tmk inverted conditional
www.eeworm.com/read/258893/4349621
c pgpcond.c
/*
* pgpCond.c
*
* $Id: pgpCond.c,v 1.3 1998/07/31 18:14:34 marcd Exp $
*
* Implements conditional variable stuff
*
* copyright (C) 1998 Network Associates Inc.
*/
#include
www.eeworm.com/read/160391/5571121
m belprop_polytree_cg.m
% Inference on a conditional Gaussian model
% Make the following polytree, where all arcs point down
% 1 2
% \ /
% 3
% / \
% 4 5
N = 5;
dag = zeros(N,N);
dag(1,3) = 1;
dag(2,3)
www.eeworm.com/read/187283/8835787
h tm-fmtowns.h
/* tm.h file for fmtowns, a 386 machine. */
#include "tm-i386gas.h"
/* Control a conditional in i386.md, in call_value. */
#define FMTOWNS
/* On this machine, we really avoid using the fpu regis
www.eeworm.com/read/16793/691637
h gettext.h
/* Convenience header for conditional use of GNU .
Copyright (C) 1995-1998, 2000-2002, 2008,2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne-Again SHell.
www.eeworm.com/read/470720/1450294
c 20020129-1.c
/* This testcase failed at -O2 on IA-64, because scheduling did not take
into account conditional execution when using cselib for alias
analysis. */
struct D { int d1; struct D *d2; };
struct
www.eeworm.com/read/470720/1452548
c branch-1.c
/* Test for format checking of conditional expressions. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wformat" } */
#include "format.h"
void
f
www.eeworm.com/read/470693/1462240
c 20020129-1.c
/* This testcase failed at -O2 on IA-64, because scheduling did not take
into account conditional execution when using cselib for alias
analysis. */
struct D { int d1; struct D *d2; };
struct
www.eeworm.com/read/470693/1464494
c branch-1.c
/* Test for format checking of conditional expressions. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wformat" } */
#include "format.h"
void
f
www.eeworm.com/read/240162/4579880
c cond6.c
// PR c++/11283
// Converting "a" to the type of "i" produces "int" rather than "const
// int", which was causing build_conditional_expr to abort. But we don't
// care about cv-quals on non-class rva