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

  /src/external/lgpl3/gmp/dist/mpn/generic/
invert.c 58 MPN_FILL (xp, n, GMP_NUMB_MAX);
toom2_sqr.c 152 MPN_FILL (pp + 2 * n, n, 0);
toom22_mul.c 209 MPN_FILL (pp + 2 * n, n, 0);
rootrem.c 112 MPN_FILL (wp, k, 0);
444 MPN_FILL (sp, bn, 0);
invertappr.c 101 MPN_FILL (xp, n, GMP_NUMB_MAX);
sqrtrem.c 357 MPN_FILL (sp, l, GMP_NUMB_MAX);
  /src/external/lgpl3/gmp/dist/mpq/
get_d.c 140 MPN_FILL (temp, zeros, 0);
  /src/external/lgpl3/gmp/dist/tune/
speed.c 593 MPN_FILL (ptr, size, GMP_NUMB_0xAA);
596 MPN_FILL (ptr, size, GMP_NUMB_MAX);
599 MPN_FILL (ptr, size, GMP_NUMB_MAX);
  /src/external/lgpl3/gmp/dist/
primesieve.c 238 MPN_FILL (bit_array, limbs, CNST_LIMB(0));
gmp-impl.h 1900 #define MPN_FILL(dst, n, f) \
1911 #ifndef MPN_FILL
1912 #define MPN_FILL(dst, n, f) \
1927 MPN_FILL (dst, n, CNST_LIMB (0)); \

Completed in 27 milliseconds