OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqr_toom2_threshold
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/gmp/dist/tune/
tuneup.c
172
mp_size_t
sqr_toom2_threshold
variable
1626
param.name = "
SQR_TOOM2_THRESHOLD
";
1631
one (&
sqr_toom2_threshold
, ¶m);
1634
&&
sqr_toom2_threshold
< sqr_basecase_threshold)
1638
"BELOW_THRESHOLD (un,
SQR_TOOM2_THRESHOLD
))" which
1640
SQR_TOOM2_THRESHOLD
to zero, making
1643
sqr_basecase_threshold =
SQR_TOOM2_THRESHOLD
;
1644
SQR_TOOM2_THRESHOLD
= 0;
1648
print_define_remark ("
SQR_TOOM2_THRESHOLD
",
SQR_TOOM2_THRESHOLD
,
[
all
...]
/src/external/lgpl3/gmp/dist/
gmp-impl.h
2159
threshold and
SQR_TOOM2_THRESHOLD
is 0. This oddity arises more or less
2160
because
SQR_TOOM2_THRESHOLD
represents the size up to which mpn_sqr_basecase
2167
#ifndef
SQR_TOOM2_THRESHOLD
2168
#define
SQR_TOOM2_THRESHOLD
50
4700
mp_size_t
sqr_toom2_threshold
;
4818
#undef
SQR_TOOM2_THRESHOLD
4819
#define
SQR_TOOM2_THRESHOLD
SQR_TOOM2_MAX_GENERIC
4821
#undef
SQR_TOOM2_THRESHOLD
4822
#define
SQR_TOOM2_THRESHOLD
sqr_toom2_threshold
[
all
...]
Completed in 28 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026