OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diffim
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/mpc/dist/src/
fma.c
69
mpfr_exp_t diffre,
diffim
;
local
86
diffim
= mpfr_get_exp (mpc_imagref(ab));
91
diffim
-= mpfr_get_exp (mpc_imagref(ab));
93
diffim
= (
diffim
> 0 ?
diffim
+ 1 : 1);
97
okim =
diffim
> (mpfr_exp_t) wpim ? 0 : mpfr_can_round (mpc_imagref(ab),
98
wpim -
diffim
, MPFR_RNDN, MPFR_RNDZ,
109
if (okim == 0 &&
diffim
> 1)
110
wpim +=
diffim
;
[
all
...]
Completed in 45 milliseconds
Indexes created Fri Sep 04 00:26:01 UTC 2026