OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPFR_SQRHIGH_TAB_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tools/
check_mparam.c
41
#define
MPFR_SQRHIGH_TAB_SIZE
(numberof_const (sqrhigh_ktab))
57
for (n = 0; n <
MPFR_SQRHIGH_TAB_SIZE
; n++)
/src/external/lgpl3/mpfr/dist/src/
mulders.c
99
#ifdef
MPFR_SQRHIGH_TAB_SIZE
100
static short sqrhigh_ktab[
MPFR_SQRHIGH_TAB_SIZE
];
103
#define
MPFR_SQRHIGH_TAB_SIZE
(numberof_const (sqrhigh_ktab))
113
MPFR_STAT_STATIC_ASSERT (
MPFR_SQRHIGH_TAB_SIZE
> 2); /* ensures k < n */
114
k = MPFR_LIKELY (n <
MPFR_SQRHIGH_TAB_SIZE
) ? sqrhigh_ktab[n]
/src/external/lgpl3/mpfr/dist/tune/
tuneup.c
732
#define
MPFR_SQRHIGH_TAB_SIZE
MPFR_SQRHIGH_SIZE
928
printf ("Tuning mpfr_sqrhigh_n[%d]", (int)
MPFR_SQRHIGH_TAB_SIZE
);
930
for (k = 0 ; k <
MPFR_SQRHIGH_TAB_SIZE
; k++)
933
if (k !=
MPFR_SQRHIGH_TAB_SIZE
-1)
Completed in 15 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026