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_kind
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
stack_interface.c
92
#undef
mpfr_custom_get_kind
macro
94
mpfr_custom_get_kind
(mpfr_srcptr x)
function
mpfr.h
832
__MPFR_DECLSPEC int
mpfr_custom_get_kind
(mpfr_srcptr);
1065
#define
mpfr_custom_get_kind
(x) \
macro
1076
#define
mpfr_custom_get_kind
(x) ((
mpfr_custom_get_kind
)(x))
macro
/src/external/lgpl3/mpfr/dist/tests/
tstckintc.c
307
kind = (
mpfr_custom_get_kind
) (sval);
310
printf ("
mpfr_custom_get_kind
error: ");
339
kind = (
mpfr_custom_get_kind
) (val);
342
printf ("
mpfr_custom_get_kind
error: ");
351
kind = (
mpfr_custom_get_kind
) (val);
354
printf ("
mpfr_custom_get_kind
error: ");
412
r[0] =
mpfr_custom_get_kind
(px);
421
MPFR_ASSERTN (
mpfr_custom_get_kind
((i1++, VOIDP_CAST(x))) == r[0]);
455
r[0] = (
mpfr_custom_get_kind
) (x);
Completed in 74 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026