代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/161121/5556578
s strncmp.s
/* $Id: strncmp.S,v 1.2 1997/03/11 17:51:44 jj Exp $
* Sparc64 optimized strncmp code.
*
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
*/
#include
.text
.align 4
.gl
www.eeworm.com/read/415047/11085356
c bitwise.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ bitwise.c - this file implements bitwise instructions
www.eeworm.com/read/412483/11198524
cpp stdafx.cpp
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/334890/12564703
qmsg dingceng.sim.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/134894/13971799
m mxanthus_nutrients.m
% Function to be optimized:
% Author: K. Passino, Version: 5/16/00
function J=mxanthus_nutrients(theta)
% For testing
spread1=0.75;
spread2=0.005;
% For testing
%spread1=0.01;
%spread2=0.001;
% An
www.eeworm.com/read/107707/15602943
c bitwise.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ bitwise.c - this file implements bitwise instructions
www.eeworm.com/read/107706/15603039
c bitwise.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ bitwise.c - this file implements bitwise instructions
www.eeworm.com/read/162614/5529994
c val-prof-3.c
/* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */
unsigned int a[1000];
unsigned int b = 257;
unsigned int c = 1023;
unsigned int d = 19;
main ()
{
int i;
unsigned int n;
www.eeworm.com/read/162614/5529995
c val-prof-4.c
/* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */
unsigned int a[1000];
unsigned int b = 999;
unsigned int c = 1002;
unsigned int d = 1003;
main ()
{
int i;
unsigned int n;
www.eeworm.com/read/162614/5530338
c alias-1.c
/* { dg-options "-O2 -fargument-noalias-global -fdump-tree-optimized" } */
int f;
void link_error ();
void g(int *i)
{
*i = 0;
f = 1;
if (*i != 0)
link_error ();
}
/* We should have remov