代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/180488/5283259
s cpregxsc1.s
; TITLE("XSC1 CoRegister Access Routines")
;++
;
; Copyright (c) 2001 Intel Corporation
;
;--
; Conditional Includes
IF BSP_MAINSTONE = "1"
INCLUDE Mainstone.mac
ENDIF
www.eeworm.com/read/346158/3190438
m reduce_pot.m
function [reduced_pot,successful] = reduce(pot,tailnodes)
% Executes the reduce operation defined in
% Stable Local Computation with Conditional Gaussian Distributions
% Steffen L. Lauritzen
% Frank
www.eeworm.com/read/340665/3278988
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/334125/3372473
readme
This directory contains wrappers around logical groups of system
include files. The idea is to avoid #ifdef blocks in the main code,
and instead put all the necessary conditional includes in subsystem
www.eeworm.com/read/308839/3711920
s cpregxsc1.s
; TITLE("XSC1 CoRegister Access Routines")
;++
;
; Copyright (c) 2001 Intel Corporation
;
;--
; Conditional Includes
IF BSP_MAINSTONE = "1"
INCLUDE Mainstone.mac
ENDIF
www.eeworm.com/read/292984/3936681
m reduce_pot.m
function [reduced_pot,successful] = reduce(pot,tailnodes)
% Executes the reduce operation defined in
% Stable Local Computation with Conditional Gaussian Distributions
% Steffen L. Lauritzen
% Frank
www.eeworm.com/read/292964/3937829
m reduce_pot.m
function [reduced_pot,successful] = reduce(pot,tailnodes)
% Executes the reduce operation defined in
% Stable Local Computation with Conditional Gaussian Distributions
% Steffen L. Lauritzen
% Frank
www.eeworm.com/read/440906/1780626
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/434858/1868499
m reduce_pot.m
function [reduced_pot,successful] = reduce(pot,tailnodes)
% Executes the reduce operation defined in
% Stable Local Computation with Conditional Gaussian Distributions
% Steffen L. Lauritzen
% Frank
www.eeworm.com/read/395929/2428012
sc m88kbcs.sc
# These are substituted in as variables in order to get '}' in a shell
# conditional expansion.
INIT='.init : { *(.init) }'
FINI='.fini : { *(.fini) }'
cat