HomeSort by: relevance | last modified time | path
    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