代码搜索:unrolling
找到约 52 项符合「unrolling」的源代码
代码结果 52
www.eeworm.com/read/139332/5801034
hpp unrolling.hpp
#ifndef BOOST_MPL_LIMITS_UNROLLING_HPP_INCLUDED
#define BOOST_MPL_LIMITS_UNROLLING_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.
www.eeworm.com/read/482889/1283143
hpp unrolling.hpp
#ifndef BOOST_MPL_LIMITS_UNROLLING_HPP_INCLUDED
#define BOOST_MPL_LIMITS_UNROLLING_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Vers
www.eeworm.com/read/221464/4829080
hpp unrolling.hpp
//-----------------------------------------------------------------------------
// boost mpl/limits/unrolling.hpp header file
// See http://www.boost.org for updates, documentation, and revision his
www.eeworm.com/read/168845/5430814
hpp unrolling.hpp
#ifndef BOOST_MPL_LIMITS_UNROLLING_HPP_INCLUDED
#define BOOST_MPL_LIMITS_UNROLLING_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Vers
www.eeworm.com/read/375190/2728299
hpp unrolling.hpp
#ifndef BOOST_MPL_LIMITS_UNROLLING_HPP_INCLUDED
#define BOOST_MPL_LIMITS_UNROLLING_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.
www.eeworm.com/read/168845/5434237
rst limit_unrolling.rst
.. Macros/Configuration//BOOST_MPL_LIMIT_UNROLLING |70
BOOST_MPL_LIMIT_UNROLLING
=========================
Synopsis
--------
.. parsed-literal::
#if !defined(BOOST_MPL_LIMIT_UNROLLIN
www.eeworm.com/read/375190/2735967
rst limit_unrolling.rst
.. Macros/Configuration//BOOST_MPL_LIMIT_UNROLLING |70
.. Copyright Aleksey Gurtovoy, David Abrahams 2007.
.. Distributed under the Boost
.. Software License, Version 1.0. (See accompanying
.. file L
www.eeworm.com/read/447044/7559919
java listing16-08_loopunrolling.java
// Listing 16-8. Accelerating Loops by Unrolling
public void slowFill( int[] numbers ) {
for ( int i = numbers.length; --i >= 0; ) {
numbers[ i ] = i;
}
}
public void fastFill( int[] numbers )
www.eeworm.com/read/169651/9848077
asm lbn80386.asm
;;; Assembly primitives for bignum library, 80386 family, 32-bit code.
;;;
;;; Copyright (c) 1995, Colin Plumb.
;;; For licensing and other legal details, see the file legal.c.
;;;
;;; Several primiti
www.eeworm.com/read/130382/5957293
c bni80386c.c
/*
* bni80386c.c - Low-level bignum routines, 32-bit version.
*
* Assembly primitives for bignum library, 80386 family, 32-bit code.
* Inline assembler for MSVC++ 4.X
*
* $Id: bni80386c.c,