HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_custom_init_set (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
stack_interface.c 61 #undef mpfr_custom_init_set macro
63 mpfr_custom_init_set (mpfr_ptr x, int kind, mpfr_exp_t exp, function
mpfr.h 830 __MPFR_DECLSPEC void mpfr_custom_init_set (mpfr_ptr, int, mpfr_exp_t,
1042 #define mpfr_custom_init_set(x,k,e,p,m) do { \ macro
  /src/external/lgpl3/mpfr/dist/tests/
tstckintc.c 128 mpfr_custom_init_set (x, 0, 0, p, mantissa);
140 (mpfr_custom_init_set) (x, MPFR_NAN_KIND, 0, p, mantissa);
165 mpfr_custom_init_set ((i1++, VOIDP_CAST(x)),
190 (mpfr_custom_init_set) (x, -MPFR_INF_KIND, 0, p, mantissa);
319 printf ("Error: mpfr_custom_init_set doesn't set NAN mpfr (1).\n");
326 printf ("Error: mpfr_custom_init_set doesn't set NAN mpfr (2).\n");
333 printf ("Error: mpfr_custom_init_set doesn't set -INF mpfr.\n");
396 mpfr_custom_init_set ((i1++, VOIDP_CAST(x)),
451 mpfr_custom_init_set (x, 0 + MPFR_REGULAR_KIND, 0, p, &r[2]);
452 (mpfr_custom_init_set) (y, a[0], a[1], p, &a[2])
    [all...]

Completed in 16 milliseconds