OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpfr_mul_threshold
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tune/
speed.c
124
mpfr_prec_t
mpfr_mul_threshold
=
MPFR_MUL_THRESHOLD
;
variable
186
if (n <=
MPFR_MUL_THRESHOLD
)
254
printf ("Measuring mpfr_mul with
mpfr_mul_threshold
=%lu...\n",
255
mpfr_mul_threshold
);
256
tune_simple_func (&
mpfr_mul_threshold
, speed_mpfr_mul,
tuneup.c
285
mpfr_prec_t
mpfr_mul_threshold
= 1;
variable
288
#undef
MPFR_MUL_THRESHOLD
289
#define
MPFR_MUL_THRESHOLD
mpfr_mul_threshold
1070
tune_simple_func (&
mpfr_mul_threshold
, speed_mpfr_mul,
1072
fprintf (f, "#define
MPFR_MUL_THRESHOLD
%lu /* limbs */\n",
1073
(unsigned long) (
mpfr_mul_threshold
- 1) / GMP_NUMB_BITS + 1);
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026