OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:THRESHOLD_WINDOW
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tune/
speed.c
134
#define
THRESHOLD_WINDOW
16
tuneup.c
364
#define
THRESHOLD_WINDOW
16
528
pstep = MAX(MIN(GMP_NUMB_BITS/2,(pmax-pmin)/(2*
THRESHOLD_WINDOW
)),1);
532
for (i = numpos = numneg = 0 ; i <
THRESHOLD_WINDOW
+ 1 ; i++)
535
p+(i-
THRESHOLD_WINDOW
/2)*pstep);
543
pmin = p -
THRESHOLD_WINDOW
/2*pstep;
545
pmax = p +
THRESHOLD_WINDOW
/2*pstep;
657
pstep = MAX(MIN(GMP_NUMB_BITS/2,(pmax-pmin)/(2*
THRESHOLD_WINDOW
)),1);
662
for (i = numpos = numneg = 0 ; i <
THRESHOLD_WINDOW
+ 1 ; i++)
664
*pres = p+(i-
THRESHOLD_WINDOW
/2)*pstep;
676
pmin = p -
THRESHOLD_WINDOW
/2*pstep
[
all
...]
Completed in 58 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026