OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cancel2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
sub1.c
37
mp_size_t
cancel2
, an, bn, cn, cn0;
local
287
thus we want
cancel2
= ceil((cancel - diff_exp) / GMP_NUMB_BITS) */
294
by the multiplication code), then the computation of
cancel2
could
296
cancel2
= (cancel - (diff_exp - shift_c)) / GMP_NUMB_BITS;
305
cancel2
= (cancel - diff_exp + (GMP_NUMB_BITS - 1)) / GMP_NUMB_BITS;
307
cancel2
= - (mp_size_t) ((diff_exp - cancel) / GMP_NUMB_BITS);
308
/* the high
cancel2
limbs from b should not be taken into account */
310
MPFR_LOG_MSG (("cancel=%Pd cancel1=%Pd
cancel2
=%Pd\n",
311
cancel, cancel1,
cancel2
));
320
cancel2
[
all
...]
sum.c
927
mpfr_prec_t
cancel2
;
local
1026
cancel2
= sum_raw (zp, zs, zq, x, n, minexp2, maxexp, tp, ts,
1029
if (
cancel2
!= 0)
1048
[
cancel2
== 0 ? 1 : sst+1][neg][sq > MPFR_PREC_MIN]);
Completed in 15 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026