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

  /src/external/lgpl3/mpfr/dist/tests/
talloc.c 25 /* We enable the test only when MPFR_ALLOCA_MAX is not greater than the
27 redefined MPFR_ALLOCA_MAX to a very large value. */
30 #ifndef MPFR_ALLOCA_MAX
31 # define MPFR_ALLOCA_MAX 16384
35 #if __MPFR_STDC (199901L) && MPFR_ALLOCA_MAX <= 16384
40 MPFR_DECL_INIT (x, 4 + MPFR_ALLOCA_MAX * CHAR_BIT);
41 MPFR_DECL_INIT (y, 8 + MPFR_ALLOCA_MAX * CHAR_BIT);
50 the size is > MPFR_ALLOCA_MAX) isn't defined yet. This bug comes
tversion.c 298 (printf) ("[tversion] MPFR_ALLOCA_MAX = %ld\n", (long) MPFR_ALLOCA_MAX);
  /src/external/lgpl3/mpfr/dist/src/
mpfr-gmp.h 287 /* Default MPFR_ALLOCA_MAX value. It can be overridden at configure time;
291 MPFR_ALLOCA_MAX needs to be 0 (see the definition of TMP_ALLOC below);
294 #ifndef MPFR_ALLOCA_MAX
296 # define MPFR_ALLOCA_MAX 16384
298 # define MPFR_ALLOCA_MAX 0
304 #if MPFR_ALLOCA_MAX != 0
330 MPFR_LIKELY ((n) <= MPFR_ALLOCA_MAX) ? \
333 #else /* MPFR_ALLOCA_MAX == 0, alloca() not needed */

Completed in 17 milliseconds