代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/162614/5519856
c optimize4.c
// { dg-do assemble }
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Jul 2001
// Bug 3543. We forgot to resolve an OFFSET_REF
www.eeworm.com/read/162614/5519898
c optimize3.c
// { dg-do run }
// { dg-options "-O2" }
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 May 2001
// Bug 2936. We ICE'd on tree
www.eeworm.com/read/162614/5522291
c optimize2.c
// { dg-do run }
// { dg-options "-w" }
// Used to crash on the alpha with optimization.
extern "C" void abort (void);
struct Fix {
unsigned short l;
};
static inline void f (int len)
{
if (le
www.eeworm.com/read/344585/3207849
m bay_optimize.m
function [model,A,B,C,D] = bay_optimize(model,level, type, nb, bay)
% Optimize the posterior probabilities of model (hyper-) parameters with respect to the different levels in Bayesian inference
%
%
www.eeworm.com/read/340665/3273606
c optimize1.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 18 May 2001
// Bug 2781. We forgot to copy addressabili
www.eeworm.com/read/340665/3273824
c optimize2.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 May 2001
// Bug 2823. Inlineing the body of a thunk
www.eeworm.com/read/340665/3273852
c optimize4.c
// Build don't link:
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Jul 2001
// Bug 3543. We forgot to resolve an OFFSET_REF
www.eeworm.com/read/340665/3273894
c optimize3.c
// Special g++ Options: -O2
//
// Copyright (C) 2001 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 29 May 2001
// Bug 2936. We ICE'd on tree inlining a fu
www.eeworm.com/read/340665/3276291
c optimize2.c
// Used to crash on the alpha with optimization.
// Special g++ Options: -w
extern "C" void abort (void);
struct Fix {
unsigned short l;
};
static inline void f (int len)
{
if (len > 65535)