代码搜索:optimizes
找到约 79 项符合「optimizes」的源代码
代码结果 79
www.eeworm.com/read/375613/2723250
compile fp.compile
#!/bin/sh
# Author: Kees J. Bot
# Compile one soft FP source file.
# (These files shouldn't be optimized normally, but the 16-bit C compiler
# only optimizes scratch register allocation a bit wi
www.eeworm.com/read/375613/2723305
compile fp.compile
#!/bin/sh
# Author: Kees J. Bot
# Compile one soft FP source file.
# (These files shouldn't be optimized normally, but the 16-bit C compiler
# only optimizes scratch register allocation a bit wi
www.eeworm.com/read/182103/5268783
changelog
2006-03-07 Aaron Frye
PR 719/bsps
* m68kpretaskinghook.c: The optimizer on gcc 3.4.2 assumes that the
address of a variable cannot be 0, so it optimizes out any such
checks. this
www.eeworm.com/read/366702/2865123
c pr33524.c
/* Test that the compiler properly optimizes vector SI->DI conversions. This
was a bug in the initial SSE5 code. */
/* { dg-do compile } */
/* { dg-require-effective-target lp64 } */
/* { dg-opt
www.eeworm.com/read/101082/6245433
3cur intro.3cur
.TH intro 3cur
.SH Name
intro \- introduction to the X/Open Curses Package,
which optimizes terminal screen handling and updating
.SH Syntax
.B #include
.br
.B cc
[
.I options
]
.I file
www.eeworm.com/read/101082/6247320
3cur intro.3cur
.TH intro 3cur
.SH Name
intro \- introduction to the X/Open Curses Package,
which optimizes terminal screen handling and updating
.SH Syntax
.B #include
.br
.B cc
[
.I options
]
.I file
www.eeworm.com/read/212047/15166708
changelog
Tue Aug 21 22:54:08 2001 Brian Gough
* test.c (main): use inf/inf to generate a nan, because MSVC
optimizes inf-inf to zero
Sun May 6 14:28:57 2001 Brian Gough
www.eeworm.com/read/357527/10207075
1 opt6x.1
.bd B 3
.TH opt6x 1 "Apr 13, 2006" "TI Tools" "TI Code Generation Tools"
.SH NAME
opt6x - Optimizer
.SH SYNOPSIS
.B opt6x
[
.I options
] [
.I file(s)
]
.SH DESCRIPTION
The Optimizer optimizes the pars
www.eeworm.com/read/136072/5874622
s umul.s
/*
* Unsigned multiply. Returns %o0 * %o1 in %o1%o0 (i.e., %o1 holds the
* upper 32 bits of the 64-bit product).
*
* This code optimizes short (less than 13-bit) multiplies. Short
* multiplies
www.eeworm.com/read/124910/6038986
s umul.s
/*
* Unsigned multiply. Returns %o0 * %o1 in %o1%o0 (i.e., %o1 holds the
* upper 32 bits of the 64-bit product).
*
* This code optimizes short (less than 13-bit) multiplies. Short
* multiplies