pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2003-02-19
2003-02-19 16:30:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1ae3d6fe904d7c10eff46e05a8d640fd143c8667 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: lib/modules/Standards.pmod/IDNA.pmod:1.4
Rev: src/builtin.cmod:1.123
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: builtin.cmod,v 1.
122
2003/02/
18
23
:
01
:
41
marcus
Exp $
+
|| $Id: builtin.cmod,v 1.
123
2003/02/
19
16
:
30
:
17
grubba
Exp $
*/ #include "global.h"
2483:
*! @param skew *! The skew term for the bias adapation. Must be >= 1. *! @param damp
-
*! The damping factor for the bias adaption.
Bust
be >= 2.
+
*! The damping factor for the bias adaption.
Must
be >= 2.
*! @param initial_bias *! The initial bias for the variable-length integer thresholding. *! initial_bias % base must be <= base - tmin.