代码搜索:optimized

找到约 6,562 项符合「optimized」的源代码

代码结果 6,562
www.eeworm.com/read/233448/4685241

c builtin-integral-1.c

/* Copyright (C) 2004 Free Software Foundation. Verify that integral FP expressions are optimized. Written by Kaveh Ghazi, 2004-03-16. */ /* { dg-do link } */ /* { dg-options "-ffast-math"
www.eeworm.com/read/233448/4690258

h mt_allocator.h

// MT-optimized allocator -*- C++ -*- // Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can r
www.eeworm.com/read/232407/4699012

h math.h

/* Math.h: the vrtoad::Math classes Author: Alan Fischer Email: siralanf_at_lightningtoads_dot_com Date: 9/21/03 Note: These are untemplated because VC6 fails to optimized templates effectivly. */
www.eeworm.com/read/231546/4714934

pm charnames.pm

package charnames; use bytes (); # for $bytes::hint_bits use warnings(); $charnames::hint_bits = 0x20000; my $txt; # This is not optimized in any way yet sub charnames { $name = shift; $txt = d
www.eeworm.com/read/229812/4738192

c diag0208.c

// test optimized copy ctor still diagnoses correctly. struct S { int s; #if 0 S( const S& ); S( int ); #endif }; S src_1 = { 1 }; S const src_2 = {
www.eeworm.com/read/229812/4741289

makefile

# FAKEIDE -- fakeide for testing .extensions: .extensions: .exe .lib .lnk .obj .cpp .c #optimized = yes !ifndef SYSTEM SYSTEM = os2v2 !endif !ifndef PROJECT PROJECT = wcpp386d !endif
www.eeworm.com/read/228321/4765115

c saferp_optimizer.c

/* emits an optimized version of SAFER+ ... only does encrypt so far... */ #include #include /* This is the "Armenian" Shuffle. It takes the input from b and stores it in b2 */
www.eeworm.com/read/209559/4961160

s strlen_user.s

/* strlen_user.S: Sparc64 optimized strlen_user code * * Return length of string in userspace including terminating 0 * or 0 for error * * Copyright (C) 1991,1996 Free Software Foundation * Copy
www.eeworm.com/read/209559/4971438

h checksum.h

#ifndef _ALPHA_CHECKSUM_H #define _ALPHA_CHECKSUM_H #include /* * This is a version of ip_compute_csum() optimized for IP headers, * which always checksum on 4 octet boundaries. */
www.eeworm.com/read/209559/4971486

h xor.h

/* * include/asm-alpha/xor.h * * Optimized RAID-5 checksumming functions for alpha EV5 and EV6 * * This program is free software; you can redistribute it and/or modify * it under the terms of th