OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpfr_custom_get_size
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
stack_interface.c
26
#undef
mpfr_custom_get_size
macro
28
mpfr_custom_get_size
(mpfr_prec_t prec)
function
mpfr.h
824
__MPFR_DECLSPEC size_t
mpfr_custom_get_size
(mpfr_prec_t);
1026
#define
mpfr_custom_get_size
(p) \
macro
/src/external/lgpl3/mpfr/dist/tests/
tstckintc.c
27
/* Bug found on 2022-05-05 in the
mpfr_custom_get_size
macro.
42
s1 =
mpfr_custom_get_size
(p);
43
s2 =
mpfr_custom_get_size
(u);
46
printf ("Error 1 in test_get_size (
mpfr_custom_get_size
macro).\n");
58
s1 =
mpfr_custom_get_size
(p);
59
s2 =
mpfr_custom_get_size
(i);
62
printf ("Error 2 in test_get_size (
mpfr_custom_get_size
macro).\n");
125
void *mantissa = new_st (
mpfr_custom_get_size
(p));
137
void *mantissa = new_st ((
mpfr_custom_get_size
) (p));
149
void *mantissa = new_st ((
mpfr_custom_get_size
) (p))
[
all
...]
Completed in 18 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026