代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/164889/5487168
c prim_ops.c
/****************************************************************************
*
* Realmode X86 Emulator Library
*
* Copyright (C) 1996-1999 SciTech Software, Inc.
* Copyright
www.eeworm.com/read/164889/5487362
c bios.c
/****************************************************************************
*
* BIOS emulator and interface
* to Realmode X86 Emulator Library
*
*
www.eeworm.com/read/162614/5526941
x 980709-1.x
# pow() is not available on m6811/m6812 target, this test will not link.
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
return 1
}
# XFAIL this test for AIX using -msoft-float.
# This test
www.eeworm.com/read/162614/5527205
x 941014-1.x
# This doesn't always work for Thumb.
if { [istarget arm*-*-*] || [istarget xscale*-*-*] \
|| [istarget strongarm*-*-*] } {
set torture_eval_before_execute {
global compiler_conditional_xf
www.eeworm.com/read/162614/5527631
x 990826-0.x
# floor() is not available on m6811/m6812 target, this test will not link.
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
return 1
}
# XFAIL this test for AIX using -msoft-float.
# This tes
www.eeworm.com/read/162614/5529496
c iftrap-2.c
/* Verify that we optimize to conditional traps. */
/* { dg-options "-O" } */
/* { dg-do compile { target rs6000-*-* powerpc-*-* sparc*-*-* ia64-*-* } } */
/* { dg-final { scan-assembler-not "^\t(tra
www.eeworm.com/read/155374/5625584
c prim_ops.c
/****************************************************************************
*
* Realmode X86 Emulator Library
*
* Copyright (C) 1996-1999 SciTech Software, Inc.
* Copyright
www.eeworm.com/read/155374/5625778
c bios.c
/****************************************************************************
*
* BIOS emulator and interface
* to Realmode X86 Emulator Library
*
*
www.eeworm.com/read/392854/8322437
m multinomial_prob.m
function B = eval_pdf_cond_multinomial(data, obsmat)
% EVAL_PDF_COND_MULTINOMIAL Evaluate pdf of conditional multinomial
% function B = eval_pdf_cond_multinomial(data, obsmat)
%
% Notation: Y = obser
www.eeworm.com/read/292747/8335930
m4 acinclude.m4
AC_DEFUN([AC_PROG_CC_PIE], [
AC_CACHE_CHECK([whether ${CC-cc} accepts -fPIE], ac_cv_prog_cc_pie, [
echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -fPIE -pie -c conftest.c 2>&1`"; then
ac