代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/366702/2883395
c bool-2.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
int f(_Bool x)
{
int y;
if (x)
y = 1;
else
y = 0;
return y;
}
/* There should be no != 0 which is produced by
www.eeworm.com/read/364434/2906090
svn-base qpel.c.svn-base
/*
* This is optimized for sh, which have post increment addressing (*p++).
* Some CPU may be index (p[n]) faster than post increment (*p++).
*
* copyright (c) 2001-2003 BERO
www.eeworm.com/read/358714/2983506
pl md5-x86_64.pl
#!/usr/bin/perl -w
#
# MD5 optimized for AMD64.
#
# Author: Marc Bevand
# Licence: I hereby disclaim the copyright on this code and place it
# in the public domain.
#
use str
www.eeworm.com/read/357083/3029392
h string.h
/* $Id: string.h,v 1.35.2.1 2001/12/21 00:52:47 davem Exp $
* string.h: External definitions for optimized assembly string
* routines for the Linux Kernel.
*
* Copyright (C) 1995,1996 Da
www.eeworm.com/read/357083/3029870
h string.h
/* $Id: string.h,v 1.20 2001/09/27 04:36:24 kanoj Exp $
* string.h: External definitions for optimized assembly string
* routines for the Linux Kernel.
*
* Copyright (C) 1995,1996 David
www.eeworm.com/read/367274/9763656
asm floatexp.asm
;Testname=unoptimized; Arguments=-O0 -fbin -ofloatexp.bin; Files=stdout stderr floatexp.bin
;Testname=optimized; Arguments=-Ox -fbin -ofloatexp.bin; Files=stdout stderr floatexp.bin
bits 64
;
www.eeworm.com/read/367274/9763826
asm floatb.asm
;Testname=unoptimized; Arguments=-O0 -fbin -ofloatb.bin; Files=stdout stderr floatb.bin
;Testname=optimized; Arguments=-Ox -fbin -ofloatb.bin; Files=stdout stderr floatb.bin
;; Known problemati
www.eeworm.com/read/267326/11183000
cpp skipjack.cpp
// skipjack.cpp - modified by Wei Dai from Paulo Barreto's skipjack32.c,
// which is public domain according to his web site.
#include "pch.h"
#include "skipjack.h"
/*
* Optimized implement
www.eeworm.com/read/113397/15456844
h filter-i386.h
/*
* filter-i386.h -- optimized filter routines
*
* Copyright (C) 1996
* Thomas Sailer (sailer@ife.ee.ethz.ch, hb9jnx@hb9w.che.eu)
*
* This program is free software; yo
www.eeworm.com/read/100767/15864757
cpp skipjack.cpp
// skipjack.cpp - modified by Wei Dai from Paulo Barreto's skipjack32.c,
// which is public domain according to his web site.
#include "pch.h"
#include "skipjack.h"
/*
* Optimized implement