代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/340665/3278739
c 20020418-1.c
/* ifcvt accidently deletes a referenced label while generating
conditional traps on machines having such patterns */
struct foo { int a; };
void gcc_crash(struct foo *p)
{
if (__builtin_expect(
www.eeworm.com/read/340665/3280129
c 20011130-2.c
/* This testcase caused infinite loop in life info computation
after if conversion on IA-64. Conditional register dead for
pseudo holding sign-extended k was improperly computed,
resulting i
www.eeworm.com/read/340665/3280772
c mi1.c
/* Test "ignore redundant include" facility.
We must test with C comments, and null directives, outside
the guard conditional; also, we test guarding with #ifndef and #if
!defined. -H is us
www.eeworm.com/read/340665/3280944
c mi1.c
/* Test "ignore redundant include" facility.
We must test with C and C++ comments, and null directives, outside
the guard conditional; also, we test guarding with #ifndef and #if
!defined.
www.eeworm.com/read/292984/3936743
m reduce_pot.m
function [reduced_pot,successful] = reduce_pot(pot,tailnodes)
% Executes the reduce operation defined in
% Stable Local Computation with Conditional Gaussian Distributions
% Steffen L. Lauritzen
% Fra
www.eeworm.com/read/292964/3937891
m reduce_pot.m
function [reduced_pot,successful] = reduce_pot(pot,tailnodes)
% Executes the reduce operation defined in
% Stable Local Computation with Conditional Gaussian Distributions
% Steffen L. Lauritzen
% Fra
www.eeworm.com/read/447892/1693921
h debug.h
/* @(#) debug.h 2.1 87/12/25 12:22:02 */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1986/11/14
defines conditional func
www.eeworm.com/read/440906/1780372
c 20020418-1.c
/* ifcvt accidently deletes a referenced label while generating
conditional traps on machines having such patterns */
struct foo { int a; };
void gcc_crash(struct foo *p)
{
if (__builtin_expect(
www.eeworm.com/read/440906/1781772
c 20011130-2.c
/* This testcase caused infinite loop in life info computation
after if conversion on IA-64. Conditional register dead for
pseudo holding sign-extended k was improperly computed,
resulting i
www.eeworm.com/read/440906/1782448
c mi1.c
/* Test "ignore redundant include" facility.
We must test with C comments, and null directives, outside
the guard conditional; also, we test guarding with #ifndef and #if
!defined. -H is us