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_DIV_THRESHOLD
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/amd/
mparam.h
226
#define
MPFR_DIV_THRESHOLD
3 /* limbs */
/src/external/lgpl3/mpfr/dist/src/arm/
mparam.h
226
#define
MPFR_DIV_THRESHOLD
3 /* limbs */
/src/external/lgpl3/mpfr/dist/src/generic/
mparam.h
43
#ifndef
MPFR_DIV_THRESHOLD
44
# define
MPFR_DIV_THRESHOLD
25 /* limbs */
/src/external/lgpl3/mpfr/dist/src/mips/
mparam.h
226
#define
MPFR_DIV_THRESHOLD
5 /* limbs */
/src/external/lgpl3/mpfr/dist/src/powerpc64/
mparam.h
226
#define
MPFR_DIV_THRESHOLD
3 /* limbs */
/src/external/lgpl3/mpfr/dist/src/sparc64/
mparam.h
227
#define
MPFR_DIV_THRESHOLD
4 /* limbs */
/src/external/lgpl3/mpfr/dist/src/x86/
mparam.h
227
#define
MPFR_DIV_THRESHOLD
3 /* limbs */
/src/external/lgpl3/mpfr/dist/src/x86_64/core2/
mparam.h
225
#define
MPFR_DIV_THRESHOLD
5 /* limbs */
/src/external/lgpl3/mpfr/dist/src/x86_64/
mparam.h
226
#define
MPFR_DIV_THRESHOLD
3 /* limbs */
/src/external/lgpl3/mpfr/dist/tune/
tuneup.c
287
mpfr_prec_t
mpfr_div_threshold
;
variable
292
#undef
MPFR_DIV_THRESHOLD
293
#define
MPFR_DIV_THRESHOLD
mpfr_div_threshold
1086
tune_simple_func (&
mpfr_div_threshold
, speed_mpfr_div,
1088
fprintf (f, "#define
MPFR_DIV_THRESHOLD
%lu /* limbs */\n",
1089
(unsigned long) (
mpfr_div_threshold
- 1) / GMP_NUMB_BITS + 1);
Completed in 63 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026