代码搜索:Avoiding
找到约 159 项符合「Avoiding」的源代码
代码结果 159
www.eeworm.com/read/411046/2194363
h yexcep.h
/* -*- Mode: C; c-file-style: "bsd" -*- */
#ifndef YEXCEP_H
#define YEXCEP_H
/* yes, macros with gotos in them, but in the interests of
* avoiding repetition of code, and having less error pron
www.eeworm.com/read/366702/2866664
c dce1.c
/* Make sure that dead code isn't eliminated too early, avoiding
detection of errors. */
/* { dg-do compile } */
void foo(void)
{
if (0)
break; /* { dg-error "" } */
if (1)
;
else
www.eeworm.com/read/366702/2881652
c 20031111-1.c
/* Make sure that dead code isn't eliminated too early, avoiding
detection of errors. */
/* { dg-do compile } */
void foo(void)
{
if (0)
break; /* { dg-error "" } */
if (1)
;
else
www.eeworm.com/read/252498/4403818
h yexcep.h
/* -*- Mode: C; c-file-style: "bsd" -*- */
#ifndef YEXCEP_H
#define YEXCEP_H
/* yes, macros with gotos in them, but in the interests of
* avoiding repetition of code, and having less error pron
www.eeworm.com/read/427909/8913200
m logsumexp.m
function s = logsumexp(a, dim)
% Returns log(sum(exp(a),dim)) while avoiding numerical underflow.
% Default is dim = 1 (rows) or dim=2 for a row vector
% logsumexp(a, 2) will sum across columns ins
www.eeworm.com/read/373250/9467380
m logsumexp.m
function s = logsumexp(a, dim)
% Returns log(sum(exp(a),dim)) while avoiding numerical underflow.
% Default is dim = 1 (rows) or dim=2 for a row vector
% logsumexp(a, 2) will sum across columns ins
www.eeworm.com/read/349646/10808541
m logsumexp.m
function s = logsumexp(a, dim)
% Returns log(sum(exp(a),dim)) while avoiding numerical underflow.
% Default is dim = 1 (rows) or dim=2 for a row vector
% logsumexp(a, 2) will sum across columns ins
www.eeworm.com/read/349646/10809282
m logsumexp.m
function s = logsumexp(a, dim)
% Returns log(sum(exp(a),dim)) while avoiding numerical underflow.
% Default is dim = 1 (rows) or dim=2 for a row vector
% logsumexp(a, 2) will sum across columns ins
www.eeworm.com/read/469416/6976148
m logsumexp.m
function s = logsumexp(a, dim)
% Returns log(sum(exp(a),dim)) while avoiding numerical underflow.
% Default is dim = 1 (rows) or dim=2 for a row vector
% logsumexp(a, 2) will sum across columns ins
www.eeworm.com/read/140851/13058525
m logsumexp.m
function s = logsumexp(a, dim)
% Returns log(sum(exp(a),dim)) while avoiding numerical underflow.
% Default is dim = 1 (rows) or dim=2 for a row vector
% logsumexp(a, 2) will sum across columns ins