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

  /src/external/lgpl3/gmp/dist/tests/mpf/
t-set_ui.c 39 { ULONG_HIGHBIT, 1, { ULONG_HIGHBIT, 0 } },
43 { ULONG_HIGHBIT, 2, { 0,
44 ULONG_HIGHBIT >> GMP_NUMB_BITS } },
t-set_si.c 41 { LONG_HIGHBIT, -1, { ULONG_HIGHBIT, 0 } },
45 { LONG_HIGHBIT, -2, { 0, ULONG_HIGHBIT >> GMP_NUMB_BITS } },
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-set_si.c 48 { LONG_HIGHBIT, -1, { ULONG_HIGHBIT, 0 } },
52 { LONG_HIGHBIT, -2, { 0, ULONG_HIGHBIT >> GMP_NUMB_BITS } },
  /src/external/lgpl3/gmp/dist/tests/
t-constants.c 209 CHECK_HIGHBIT (ULONG_HIGHBIT, unsigned long, "0x%lX");
314 printf ("ULONG_HIGHBIT %lX\n", ULONG_HIGHBIT);
  /src/external/lgpl3/mpfr/dist/tests/
tmul_ui.c 261 mpfr_mul_ui (x, x, ULONG_HIGHBIT, MPFR_RNDN);
263 mpfr_set_ui (y, ULONG_HIGHBIT, MPFR_RNDN);
267 printf ("Error for 17 * ULONG_HIGHBIT\n");
  /src/external/lgpl3/mpfr/dist/src/
mpfr-gmp.h 103 #define ULONG_HIGHBIT (ULONG_MAX ^ ((unsigned long) ULONG_MAX >> 1))
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 575 #define ULONG_HIGHBIT (ULONG_MAX ^ ((unsigned long) ULONG_MAX >> 1))

Completed in 75 milliseconds