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

  /src/external/lgpl3/gmp/dist/tests/rand/
t-lc2exp.c 28 check_zero (unsigned long m2exp) function
46 printf ("check_zero m2exp=%lu: didn't get zero\n", m2exp);
201 check_zero (2L);
202 check_zero (7L);
203 check_zero (32L);
204 check_zero (64L);
205 check_zero (1000L);
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-get_d_2exp.c 27 check_zero (void) function
215 check_zero ();
  /src/external/lgpl3/mpfr/dist/tests/
tai.c 69 check_zero (void) function
237 check_zero ();
thyperbolic.c 115 check_zero (void) function
362 if (check_zero ())
  /src/external/gpl3/gcc/dist/gcc/
gimple-lower-bitint.cc 3707 If check_zero is true, caller wants to check if all bits in [start, end)
3716 bool check_zero)
3726 if (check_zero)
3759 if (!check_zero)
3767 if (!check_zero)
3775 if (check_zero)
3954 PREC2, compute *START, *END, *CHECK_ZERO and return OVF. */
3958 int prec2, unsigned *start, unsigned *end, bool *check_zero)
3962 *check_zero = true;
4003 *check_zero = false
    [all...]

Completed in 33 milliseconds