代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/212528/15154948
makefile
# To build modules outside of the kernel tree, we run "make"
# in the kernel source tree; the Makefile these then includes this
# Makefile once again.
# This conditional selects whether we are being
www.eeworm.com/read/242657/4549800
mpt gnuexe.mpt
// -*- MPC -*-
// $Id: gnuexe.mpt 62718 2004-12-13 16:17:58Z elliott_c $
conditional_include "gnudll"
www.eeworm.com/read/233448/4683999
c array-quals-2.c
/* Test that pointers to arrays of differently qualified types aren't
permitted in conditional expressions, and that qualifiers aren't
lost in forming composite types. */
/* Origin: Joseph Myer
www.eeworm.com/read/213039/4932906
mpt sleexe.mpt
// -*- MPC -*-
// sleexe.mpt,v 1.1 2004/03/30 16:48:43 jwillemsen Exp
conditional_include "common"
type_is_binary = 1
www.eeworm.com/read/294193/3919058
pas unit1.pas
(*
There is a conditional define available in this demo source. To use Borlands
TListView control remove the dot in the $define line later in this module...
the line will be: {.$DEFINE USE_L
www.eeworm.com/read/396844/2407492
readme
The following kinds of potentials are supported
- dpot: discrete
- upot: utility
- mpot: Gaussian in moment form
- cpot: Gaussian in canonical form
- cgpot: conditional (mixture) Gaussian, a list of m
www.eeworm.com/read/366702/2880894
c c90-const-expr-4.c
/* Test for constant expressions: const variable with value 0 is not a
null pointer constant so the conditional expression should have
type void * and the assignment is OK. */
/* Origin: Joseph
www.eeworm.com/read/366702/2881055
c array-quals-2.c
/* Test that pointers to arrays of differently qualified types aren't
permitted in conditional expressions, and that qualifiers aren't
lost in forming composite types. */
/* Origin: Joseph Myer
www.eeworm.com/read/366702/2881074
c c99-const-expr-4.c
/* Test for constant expressions: const variable with value 0 is not a
null pointer constant so the conditional expression should have
type void * and the assignment is OK. */
/* Origin: Joseph
www.eeworm.com/read/366702/2882782
c debug-1.c
/* Verify that the scheduler does not discard the lexical block. */
/* { dg-do compile } */
/* { dg-options "-dA" } */
/* On MIPS targets that support conditional moves, the optimal
implementation