OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diffexp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
mul_2ui.c
41
mpfr_exp_t
diffexp
;
local
43
diffexp
= __gmpfr_emax - exp; /* diff of two valid exponents */
44
if (MPFR_UNLIKELY (n >
diffexp
)) /* exp + n > emax */
46
/* Now, 0 <= n <=
diffexp
, thus n fits in a mpfr_exp_t,
div_2ui.c
40
mpfr_uexp_t
diffexp
;
local
47
diffexp
= (mpfr_uexp_t) exp - (mpfr_uexp_t) (__gmpfr_emin - 1);
48
if (MPFR_UNLIKELY (n >=
diffexp
)) /* exp - n <= emin - 1 */
51
(n >
diffexp
||
57
/* Now, n <
diffexp
, i.e. n <= exp - emin, which a difference of
jn.c
90
mpfr_exp_t exps, expT,
diffexp
;
local
295
diffexp
= expT - exps;
298
MPFR_ASSERTN (
diffexp
>= 0 && err >= 0 &&
299
diffexp
<= MPFR_PREC_MAX - err);
300
err +=
diffexp
;
sum.c
466
mpfr_exp_t
diffexp
;
local
478
diffexp
= err - e;
479
if (
diffexp
< 0)
480
diffexp
= 0;
481
/*
diffexp
= max(0, err - e) */
483
MPFR_LOG_MSG (("
diffexp
=%" MPFR_EXP_FSPEC "d\n",
484
(mpfr_eexp_t)
diffexp
));
486
MPFR_ASSERTD (
diffexp
< cancel - 2);
487
shiftq = cancel - 2 - (mpfr_prec_t)
diffexp
;
Completed in 47 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026