OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:divhigh_ktab
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tools/
check_mparam.c
43
static short
divhigh_ktab
[] = {MPFR_DIVHIGH_TAB};
variable
44
#define MPFR_DIVHIGH_TAB_SIZE (numberof_const (
divhigh_ktab
))
65
if (
divhigh_ktab
[n] >= n-1)
67
printf ("Error,
divhigh_ktab
[%d] = %d\n", n,
divhigh_ktab
[n]);
/src/external/lgpl3/mpfr/dist/src/
mulders.c
139
static short
divhigh_ktab
[MPFR_DIVHIGH_TAB_SIZE];
variable
141
static short
divhigh_ktab
[] = {MPFR_DIVHIGH_TAB};
variable
142
#define MPFR_DIVHIGH_TAB_SIZE (numberof_const (
divhigh_ktab
))
249
k = MPFR_LIKELY (n < MPFR_DIVHIGH_TAB_SIZE) ?
divhigh_ktab
[n] : 2*(n/3);
/src/external/lgpl3/mpfr/dist/tune/
tuneup.c
851
Ensure
divhigh_ktab
[n] < n for n > 0. */
863
divhigh_ktab
[n] = 0;
885
divhigh_ktab
[n] = k;
892
divhigh_ktab
[n] = kbest;
Completed in 52 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026