OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqrhigh_ktab
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tools/
check_mparam.c
40
static short
sqrhigh_ktab
[] = {MPFR_SQRHIGH_TAB};
variable
41
#define MPFR_SQRHIGH_TAB_SIZE (numberof_const (
sqrhigh_ktab
))
58
if (
sqrhigh_ktab
[n] >= n)
60
printf ("Error,
sqrhigh_ktab
[%d] = %d\n", n,
sqrhigh_ktab
[n]);
/src/external/lgpl3/mpfr/dist/src/
mulders.c
100
static short
sqrhigh_ktab
[MPFR_SQRHIGH_TAB_SIZE];
variable
102
static short
sqrhigh_ktab
[] = {MPFR_SQRHIGH_TAB};
variable
103
#define MPFR_SQRHIGH_TAB_SIZE (numberof_const (
sqrhigh_ktab
))
114
k = MPFR_LIKELY (n < MPFR_SQRHIGH_TAB_SIZE) ?
sqrhigh_ktab
[n]
Completed in 125 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026