OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inex_res
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
ui_pow_ui.c
69
unsigned int
inex_res
;
local
71
inex_res
= mpfr_set_ui (res, k, MPFR_RNDU);
76
inex_res
|= mpfr_sqr (res, res, MPFR_RNDU);
79
inex_res
|= mpfr_mul_ui (res, res, k, MPFR_RNDU);
117
if (MPFR_LIKELY (!
inex_res
ui_pow_ui.c
69
unsigned int
inex_res
;
local
71
inex_res
= mpfr_set_ui (res, k, MPFR_RNDU);
76
inex_res
|= mpfr_sqr (res, res, MPFR_RNDU);
79
inex_res
|= mpfr_mul_ui (res, res, k, MPFR_RNDU);
117
if (MPFR_LIKELY (!
inex_res
/src/external/lgpl3/mpfr/dist/tests/
tfmma.c
30
int inex_ref,
inex_res
;
local
39
inex_res
= mpfr_fmma (res, a, b, c, d, rnd);
43
if (! SAME_SIGN (
inex_res
, inex_ref) ||
58
printf (" with inex = %d\n",
inex_res
);
63
inex_res
= mpfr_fmms (res, a, b, c, d, rnd);
67
if (! SAME_SIGN (
inex_res
, inex_ref) ||
82
printf (" with inex = %d\n",
inex_res
);
tfmma.c
30
int inex_ref,
inex_res
;
local
39
inex_res
= mpfr_fmma (res, a, b, c, d, rnd);
43
if (! SAME_SIGN (
inex_res
, inex_ref) ||
58
printf (" with inex = %d\n",
inex_res
);
63
inex_res
= mpfr_fmms (res, a, b, c, d, rnd);
67
if (! SAME_SIGN (
inex_res
, inex_ref) ||
82
printf (" with inex = %d\n",
inex_res
);
Completed in 63 milliseconds
Indexes created Fri Apr 10 00:22:58 UTC 2026