OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpfr_set
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
set.c
0
/*
mpfr_set
-- copy of a floating-point number
68
#undef
mpfr_set
macro
70
mpfr_set
(mpfr_ptr a, mpfr_srcptr b, mpfr_rnd_t rnd_mode)
function
73
do not detect the case a == b as there is no interest to call
mpfr_set
102
1. inex2 =
mpfr_set
(s, u, rnd_mode);
124
mpfr_set
(s, u, rnd_mode);
215
inex2 =
mpfr_set
(s, u, rnd_mode);
mpfr.h
515
__MPFR_DECLSPEC int
mpfr_set
(mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
916
#define
mpfr_set
(a,b,r) \
macro
1101
( mpfr_init(x),
mpfr_set
((x), (y), (rnd)) )
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026