OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diff_exp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
cmp2.c
48
mpfr_uexp_t
diff_exp
;
local
76
diff_exp
= sdiff_exp;
85
/* If
diff_exp
!= 0, i.e.
diff_exp
> 0, then |b| > |c|. Otherwise... */
86
if (
diff_exp
== 0)
159
diff_exp
= - (mpfr_uexp_t) sdiff_exp;
169
(when
diff_exp
= 0), and after the possible swap, we have |b| > |c|,
171
The value
diff_exp
= EXP(b) - EXP(c) can be regarded as the number
180
Note: if
diff_exp
== 0, then lastc will always remain 0. */
185
if (MPFR_LIKELY (
diff_exp
< GMP_NUMB_BITS)
[
all
...]
sub1.c
25
/* compute sign(b) * (|b| - |c|), with |b| > |c|,
diff_exp
= EXP(b) - EXP(c)
35
mpfr_exp_t
diff_exp
, exp_a, exp_b;
local
100
since in the "MAX (aq, bq) + 2 <=
diff_exp
" branch, the exponent
108
diff_exp
= mpfr_ubf_diff_exp (b, c);
110
"
diff_exp
=%" MPFR_EXP_FSPEC "d%s\n",
113
(mpfr_eexp_t)
diff_exp
,
114
diff_exp
== MPFR_EXP_MAX ? "=MPFR_EXP_MAX" : ""));
115
/* If
diff_exp
== MPFR_EXP_MAX, the actual value can be larger,
125
diff_exp
= exp_b - MPFR_GET_EXP (c);
127
MPFR_ASSERTD (
diff_exp
>= 0)
[
all
...]
add1.c
34
mpfr_exp_t difw, exp,
diff_exp
;
local
89
diff_exp
= mpfr_ubf_diff_exp (b, c);
92
diff_exp
= exp - MPFR_GET_EXP (c);
94
MPFR_ASSERTD (
diff_exp
>= 0);
116
if (MPFR_UNLIKELY (MPFR_UEXP (aq2) <=
diff_exp
))
131
else /* aq2 >
diff_exp
*/
141
dif = aq2 -
diff_exp
;
154
k =
diff_exp
/ GMP_NUMB_BITS;
160
shift =
diff_exp
% GMP_NUMB_BITS;
203
} /* aq2 >
diff_exp
*/
[
all
...]
hypot.c
39
mpfr_uexp_t
diff_exp
;
local
86
diff_exp
= (mpfr_uexp_t) Ex - MPFR_GET_EXP (y);
96
if (
diff_exp
> threshold)
161
handled by the
diff_exp
> threshold code; but this case is avoided
180
/* Use fma in order to avoid underflow when
diff_exp
<=MPFR_EMAX_MAX-2 */
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026