HomeSort by: relevance | last modified time | path
    Searched defs:ran (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/external/mit/isl/dist/
isl_morph.h 25 * "map" is an affine mapping from "dom" to "ran"
32 isl_basic_set *ran; member in struct:isl_morph
42 __isl_take isl_basic_set *dom, __isl_take isl_basic_set *ran,
isl_morph.h 25 * "map" is an affine mapping from "dom" to "ran"
32 isl_basic_set *ran; member in struct:isl_morph
42 __isl_take isl_basic_set *dom, __isl_take isl_basic_set *ran,
isl_factorization.c 103 isl_basic_set *ran; local
121 ran = isl_basic_set_universe(space);
122 morph = isl_morph_alloc(dom, ran, Q, U);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
selftest.cc 74 int ran = 0; local
99 ++ran;
121 debug_printf (_("Ran %d unit tests, %zu failed\n"),
122 ran, failed.size ());
selftest.cc 74 int ran = 0; local
99 ++ran;
121 debug_printf (_("Ran %d unit tests, %zu failed\n"),
122 ran, failed.size ());
  /src/external/lgpl3/gmp/dist/mpn/generic/
random2.c 51 mp_limb_t ran, ranm; /* buffer for random bits */ local
57 ran = ranm;
60 bit_pos = ran % GMP_NUMB_BITS;
random2.c 51 mp_limb_t ran, ranm; /* buffer for random bits */ local
57 ran = ranm;
60 bit_pos = ran % GMP_NUMB_BITS;
  /src/external/lgpl3/mpfr/dist/tests/
random2.c 46 mp_limb_t elimb, ran, acc; local
75 ran = elimb;
79 ran >>= MPFR_LOG2_GMP_NUMB_BITS; /* Ideally log2(GMP_NUMB_BITS) */
82 /* Bit 0 of ran chooses string of ones/string of zeroes.
83 Make most significant limb be non-zero by setting bit 0 of RAN. */
84 ran |= 1;
93 ran = elimb;
97 nb = (ran >> 1) % (1 << LOGBITS_PER_BLOCK) + 1;
98 if ((ran & 1) != 0)
127 ran >>= LOGBITS_PER_BLOCK + 1
    [all...]
random2.c 46 mp_limb_t elimb, ran, acc; local
75 ran = elimb;
79 ran >>= MPFR_LOG2_GMP_NUMB_BITS; /* Ideally log2(GMP_NUMB_BITS) */
82 /* Bit 0 of ran chooses string of ones/string of zeroes.
83 Make most significant limb be non-zero by setting bit 0 of RAN. */
84 ran |= 1;
93 ran = elimb;
97 nb = (ran >> 1) % (1 << LOGBITS_PER_BLOCK) + 1;
98 if ((ran & 1) != 0)
127 ran >>= LOGBITS_PER_BLOCK + 1
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
selftest.cc 74 int ran = 0; local
99 ++ran;
121 debug_printf (_("Ran %d unit tests, %zu failed\n"),
122 ran, failed.size ());
selftest.cc 74 int ran = 0; local
99 ++ran;
121 debug_printf (_("Ran %d unit tests, %zu failed\n"),
122 ran, failed.size ());
  /src/external/bsd/jemalloc.old/dist/test/unit/
background_thread.c 89 bool ran = false; local
93 ran = true;
96 if (ran) {
background_thread.c 89 bool ran = false; local
93 ran = true;
96 if (ran) {
  /src/external/bsd/jemalloc/dist/test/unit/
background_thread.c 87 bool ran = false; local
91 ran = true;
94 if (ran) {
background_thread.c 87 bool ran = false; local
91 ran = true;
94 if (ran) {
background_thread_init.c 147 bool ran = false; local
148 while (!ran) {
151 ran = true;
155 if (ran) {
background_thread_init.c 147 bool ran = false; local
148 while (!ran) {
151 ran = true;
155 if (ran) {
  /src/games/adventure/
wizard.c 156 ran(int range) function
wizard.c 156 ran(int range) function
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-minvert.c 66 mp_limb_t ran; local
133 scratch[itch] = ran = urandom ();
141 if (rres != tres || (rres == 1 && !mpz_eq_mpn (tp, n, r)) || ran != scratch[itch])
152 if (ran != scratch[itch])
t-minvert.c 66 mp_limb_t ran; local
133 scratch[itch] = ran = urandom ();
141 if (rres != tres || (rres == 1 && !mpz_eq_mpn (tp, n, r)) || ran != scratch[itch])
152 if (ran != scratch[itch])
t-bdiv.c 141 mp_limb_t ran; local
235 ran = random_word (rands);
297 scratch[itch] = ran;
302 ASSERT_ALWAYS (ran == scratch[itch]);
319 scratch[itch] = ran;
324 ASSERT_ALWAYS (ran == scratch[itch]);
336 scratch[itch] = ran;
339 ASSERT_ALWAYS (ran == scratch[itch]);
t-div.c 137 mp_limb_t ran; local
255 ran = urandom ();
296 scratch[itch] = ran;
301 ASSERT_ALWAYS (ran == scratch[itch]);
311 scratch[itch] = ran;
314 ASSERT_ALWAYS (ran == scratch[itch]);
321 scratch[itch] = ran;
327 ASSERT_ALWAYS (ran == scratch[itch]);
332 scratch[itch] = ran;
335 ASSERT_ALWAYS (ran == scratch[itch])
    [all...]
  /src/games/sail/
dr_2.c 180 int row, col, dir, total, ran; local
192 ran = range(ship, to);
193 total = -50 * ran;
194 if (ran < 4 && gunsbear(ship, to))
196 if ((ran = portside(ship, to, 1) - fp->dir) == 4 || ran == -4)
dr_2.c 180 int row, col, dir, total, ran; local
192 ran = range(ship, to);
193 total = -50 * ran;
194 if (ran < 4 && gunsbear(ship, to))
196 if ((ran = portside(ship, to, 1) - fp->dir) == 4 || ran == -4)

Completed in 36 milliseconds

1 2 3