代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/170565/9798190
c mrebrick.c
/*
* Module to implement Brickell et al's method for fast
* computation of x*G mod n, for fixed G and n, using precomputation.
*
* Elliptic curve version of mrbrick.c
*
* This ide
www.eeworm.com/read/270032/11050280
c convolve.c
/*
* C code from the article
* "Fast Convolution with Packed Lookup Tables"
* by George Wolberg and Henry Massalin,
* (wolcc@cunyvm.cuny.edu and qua@microunity.com)
* in "Graphics Gems IV", Acade
www.eeworm.com/read/270032/11050588
c sqrt.c
/* fsqrt.c
*
* A fast square root program adapted from the code of
* Paul Lalonde and Robert Dawson in Graphics Gems I.
* The format of IEEE double precision floating point numbers is:
*
* SEEEE
www.eeworm.com/read/270032/11050890
c aapolyscan.c
/*
Fast Anti-Aliasing Polygon Scan Conversion
by Jack Morrison
from "Graphics Gems", Academic Press, 1990
user provides screenX(), vLerp(), and renderPixel() routines.
*/
/*
* Anti-aliased polygon