OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Prec
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
exp3.c
167
mpfr_prec_t realprec,
Prec
;
202
/* Init
prec
and vars */
204
Prec
= realprec + shift + 2 + shift_x;
205
mpfr_init2 (t,
Prec
);
206
mpfr_init2 (tmp,
Prec
);
216
k = MPFR_INT_CEIL_LOG2 (
Prec
) - MPFR_LOG2_GMP_NUMB_BITS;
327
Prec
= realprec + shift + 2 + shift_x;
328
mpfr_set_prec (t,
Prec
);
329
mpfr_set_prec (tmp,
Prec
);
bernoulli.c
51
/*
Prec
[n/2] is minimal precision so that result is correct for B[n] */
52
mpfr_prec_t
prec
;
local
53
mpfr_prec_t
Prec
[] = {0, 5, 5, 6, 6, 9, 16, 10, 19, 23, 25, 27, 35, 31,
75
prec
=
Prec
[n >> 1];
80
prec
= __gmpfr_ceil_log2 (7.0 * (double) n); /* bound 2*pi by 7 */
81
prec
= (
prec
+ 1) >> 1; /* sqrt(2*pi*n) <= 2^
prec
*/
89
MPFR_INC_PREC (
prec
, p + mpz_sizeinbase (den, 2))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FormatProviders.h
63
size_t
Prec
;
67
else if (Str.getAsInteger(10,
Prec
)) {
71
assert(
Prec
< 100 && "Precision out of range");
72
Result = std::min<size_t>(99u,
Prec
);
/src/external/apache2/llvm/dist/llvm/lib/Support/
NativeFormatting.cpp
164
size_t
Prec
= Precision.getValueOr(getDefaultPrecision(Style));
184
Out << "%." <<
Prec
<< Letter;
/src/external/lgpl3/gmp/dist/mpn/generic/
sqrtrem.c
168
#define
Prec
(GMP_NUMB_BITS >> 1)
195
/* rp0 <= 2*sp0 < 2^(
Prec
+ 1) */
196
rp0 = (rp0 << (
Prec
- 1)) + (np0 >> (
Prec
+ 1));
198
/* q <= 2^
Prec
, if q = 2^
Prec
, reduce the overestimate. */
199
q -= q >>
Prec
;
200
/* now we have q < 2^
Prec
*/
202
/* now we have (rp[0]<<
Prec
+ np0>>
Prec
)/2 = q * sp0 + u *
[
all
...]
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp
258
bool IsOperator = false, unsigned
Prec
= 0)
260
Precedence(
Prec
) {}
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
toy.cpp
258
bool IsOperator = false, unsigned
Prec
= 0)
260
Precedence(
Prec
) {}
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
toy.cpp
258
bool IsOperator = false, unsigned
Prec
= 0)
260
Precedence(
Prec
) {}
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp
256
bool IsOperator = false, unsigned
Prec
= 0)
258
Precedence(
Prec
) {}
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp
241
bool IsOperator = false, unsigned
Prec
= 0)
243
Precedence(
Prec
) {}
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp
263
bool IsOperator = false, unsigned
Prec
= 0)
265
Precedence(
Prec
) {}
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp
264
bool IsOperator = false, unsigned
Prec
= 0)
266
Precedence(
Prec
) {}
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp
367
unsigned
Prec
= 0)
369
Precedence(
Prec
), Line(Loc.Line) {}
Completed in 31 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026