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

1 2 3

  /src/external/lgpl3/mpc/dist/src/
log.c 30 int loops; local
124 for (loops = 1; !ok && loops <= 2; loops++) {
log10.c 35 int ok = 0, loops = 0, check_exact = 0, special_re, special_im, local
52 loops ++;
53 prec += (loops <= 2) ? mpc_ceil_log2 (prec) + 4 : prec / 2;
norm.c 48 int loops; local
50 /* switch to exact squarings when loops==max_loops */
62 loops = 0;
66 loops++;
68 if (loops >= max_loops) {
83 /* If loops = max_loops, inexact should be 0 here, except in case
85 If loops < max_loops and inexact is zero, we can exit the
92 } while (loops < max_loops && inexact != 0
sqrt.c 33 int inex_w, inex_t = 1, inex_re, inex_im, loops = 0; local
212 loops ++;
213 prec += (loops <= 2) ? mpc_ceil_log2 (prec) + 4 : prec / 2;
div.c 241 int inex, inexact_prod, inexact_norm, inexact_re, inexact_im, loops = 0; local
296 loops ++;
297 prec += loops <= 2 ? mpc_ceil_log2 (prec) + 5 : prec / 2;
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
test_bulk.c 81 static int loops = 20; variable
98 { "loops", 0, arg_integer, &loops,
99 "number of loops", "loops" },
131 for (i = 0; i < loops; i++) {
186 for (i = 0; i < loops; i++) {
test_rsa.c 54 static int loops = 1; variable
57 { "loops", 0, arg_integer, &loops,
58 "number of loops", "loops" },
256 printf("running keygen with %d loops\n", loops);
260 for (i = 0; i < loops; i++) {
301 p = emalloc(loops * size);
303 RAND_bytes(p, loops * size)
    [all...]
  /src/external/mpl/bind/dist/tests/isc/
mutex_test.c 42 static unsigned int loops = 100; variable
49 loops = atoi(env);
51 assert_int_not_equal(loops, 0);
67 for (size_t i = 0; i < loops; i++) {
91 for (size_t i = 0; i < loops; i++) {
107 for (size_t i = 0; i < loops; i++) {
129 expected_counter = ITERS * workers * loops *
162 "loops in "
198 printf("[ TIME ] isc_mutex_benchmark: %zu isc_mutex loops "
spinlock_test.c 47 static unsigned int loops = 100; variable
54 loops = atoi(env);
56 assert_int_not_equal(loops, 0);
72 for (size_t i = 0; i < loops; i++) {
97 for (size_t i = 0; i < loops; i++) {
116 for (size_t i = 0; i < loops; i++) {
137 expected_counter = ITERS * workers * loops *
171 "loops in "
208 printf("[ TIME ] isc_spinlock_benchmark: %zu isc_spinlock loops "
rwlock_test.c 43 static unsigned int loops = 100; variable
66 loops = atoi(env);
68 assert_int_not_equal(loops, 0);
76 rnd = isc_mem_cget(mctx, loops, sizeof(rnd[0]));
77 for (size_t i = 0; i < loops; i++) {
86 isc_mem_cput(mctx, rnd, loops, sizeof(rnd[0]));
211 for (size_t i = 0; i < loops; i++) {
233 for (size_t i = 0; i < loops; i++) {
259 expected_counter = ITERS * nthreads * loops *
289 printf("[ TIME ] isc_rwlock_benchmark: %zu pthread_rwlock loops in
    [all...]
  /src/tests/net/in_cksum/
in_cksum.c 176 int loops, old_sum, off, len; local
186 loops = 16;
197 loops = atoi(optarg);
206 errx(1, "%s [-l <loops>] [-u <unalign> [-i <iterations> "
211 for (; loops; --loops) {
219 if (loops == 1)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SpillPlacement.h 47 const MachineLoopInfo *loops; member in class:llvm::SpillPlacement
  /src/external/bsd/openldap/dist/tests/progs/
slapd-common.h 48 int loops; member in struct:tester_conn_args
78 "[-l <loops>] " \
  /src/external/gpl3/gcc/dist/gcc/
hw-doloop.h 1 /* Code to analyze doloop loops in order for targets to perform late
2 optimizations converting doloops to other forms of hardware loops.
24 /* We need to keep a vector of loops */
38 inner loops. */
44 /* Vector of inner loops within this loop. Includes loops of every
46 vec<hwloop_info> loops; variable
89 /* The nesting depth of the loop. Innermost loops are given a depth
140 innermost loops first and ascending. */
hw-doloop.cc 1 /* Code to analyze doloop loops in order for targets to perform late
2 optimizations converting doloops to other forms of hardware loops.
36 /* Dump information collected in LOOPS. */
38 dump_hwloops (hwloop_info loops)
42 for (loop = loops; loop; loop = loop->next)
60 fprintf (dump_file, " inner loops: [ ");
61 for (ix = 0; loop->loops.iterate (ix, &i); ix++)
188 well. This transformation gives a second chance to loops we couldn't
339 /* Analyze the structure of the loops in the current function. Use
341 hardware loops found in this function. HOOKS is the argumen
347 hwloop_info loops = NULL; local
620 hwloop_info loops = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
hw-doloop.h 1 /* Code to analyze doloop loops in order for targets to perform late
2 optimizations converting doloops to other forms of hardware loops.
24 /* We need to keep a vector of loops */
38 inner loops. */
44 /* Vector of inner loops within this loop. Includes loops of every
46 vec<hwloop_info> loops; variable
89 /* The nesting depth of the loop. Innermost loops are given a depth
140 innermost loops first and ascending. */
hw-doloop.cc 1 /* Code to analyze doloop loops in order for targets to perform late
2 optimizations converting doloops to other forms of hardware loops.
36 /* Dump information collected in LOOPS. */
38 dump_hwloops (hwloop_info loops)
42 for (loop = loops; loop; loop = loop->next)
60 fprintf (dump_file, " inner loops: [ ");
61 for (ix = 0; loop->loops.iterate (ix, &i); ix++)
188 well. This transformation gives a second chance to loops we couldn't
339 /* Analyze the structure of the loops in the current function. Use
341 hardware loops found in this function. HOOKS is the argumen
347 hwloop_info loops = NULL; local
620 hwloop_info loops = NULL; local
    [all...]
omp-general.h 48 or for non-rectangular loops:
52 NON_RECT_REFERENCED is true for loops referenced by loops
72 int collapse; /* Collapsed loops, 1 for a non-collapsed loop. */
81 struct omp_for_data_loop *loops; member in struct:omp_for_data
82 /* The following are relevant only for non-rectangular loops
102 struct omp_for_data_loop *loops);
  /src/external/mpl/bind/dist/lib/isc/
base64.c 45 unsigned int loops = 0; local
62 loops++;
63 if (source->length != 0 && (int)((loops + 1) * 4) >= wordlength)
65 loops = 0;
hex.c 58 unsigned int loops = 0; local
71 loops++;
72 if (source->length != 0 && (int)((loops + 1) * 2) >= wordlength)
74 loops = 0;
base32.c 49 unsigned int loops = 0; local
97 loops++;
99 (int)((loops + 1) * 8) >= wordlength)
101 loops = 0;
loop_p.h 114 isc_loop_t *loops; member in struct:isc_loopmgr
150 #define DEFAULT_LOOP(loopmgr) (&(loopmgr)->loops[0])
151 #define CURRENT_LOOP(loopmgr) (&(loopmgr)->loops[isc_tid()])
152 #define LOOP(loopmgr, tid) (&(loopmgr)->loops[tid])
  /src/external/mpl/dhcp/bind/dist/lib/isc/
base64.c 52 unsigned int loops = 0; local
69 loops++;
70 if (source->length != 0 && (int)((loops + 1) * 4) >= wordlength)
72 loops = 0;
hex.c 49 unsigned int loops = 0; local
62 loops++;
63 if (source->length != 0 && (int)((loops + 1) * 2) >= wordlength)
65 loops = 0;
  /src/sys/dev/pci/bktr/
bktr_audio.c 484 int auto_detect, loops; local
530 loops = 10;
534 loops++;
535 } while (auto_detect > 0xff && loops < 50);
537 bktr_name(bktr), loops*10, auto_detect);

Completed in 45 milliseconds

1 2 3