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

  /src/lib/libc/stdlib/
_rand48.c 40 unsigned long accu; local
45 accu = (unsigned long) __rand48_mult[0] * (unsigned long) xseed[0];
46 accu += (unsigned long) __rand48_add;
47 temp[0] = (unsigned short) accu; /* lower 16 bits */
48 accu >>= sizeof(unsigned short) * 8;
49 accu += (unsigned long) __rand48_mult[0] * (unsigned long) xseed[1];
50 accu += (unsigned long) __rand48_mult[1] * (unsigned long) xseed[0];
51 temp[1] = (unsigned short) accu; /* middle 16 bits */
52 accu >>= sizeof(unsigned short) * 8;
53 accu += (unsigned long) __rand48_mult[0] * (unsigned long) xseed[2]
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgl-fsearch.c 358 mult_index_list_init (struct mult_index_list *accu)
360 accu->nitems = 0;
361 accu->nitems_max = 0;
362 accu->item = NULL;
363 accu->nitems2_max = 0;
364 accu->item2 = NULL;
369 mult_index_list_accumulate (struct mult_index_list *accu, index_list_ty list)
371 size_t len1 = accu->nitems;
381 if (accu->nitems2_max < need)
383 size_t new_max = 2 * accu->nitems2_max + 1
511 struct mult_index_list accu; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde.c 437 start_fde_sort (struct fde_accumulator *accu, size_t count)
444 if ((accu->linear = malloc (size)))
446 accu->linear->count = 0;
447 if ((accu->erratic = malloc (size)))
448 accu->erratic->count = 0;
456 fde_insert (struct fde_accumulator *accu, const fde *this_fde)
458 if (accu->linear)
459 accu->linear->array[accu->linear->count++] = this_fde;
606 end_fde_sort (struct object *ob, struct fde_accumulator *accu, size_t count
763 struct fde_accumulator accu; local
    [all...]
  /src/external/bsd/ntp/dist/libntp/
vint64ops.c 87 uint32_t accu; local
88 accu = (uint32_t)res.W_s.ll * base;
89 res.W_s.ll = (uint16_t)accu;
90 accu = (accu >> 16)
92 res.W_s.lh = (uint16_t)accu;
94 res.D_s.hi = res.D_s.hi * base + (accu >> 16);
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-fde.c 520 start_fde_sort (struct fde_accumulator *accu, size_t count)
527 if ((accu->linear = malloc (size)))
529 accu->linear->count = 0;
530 if ((accu->aux = malloc (size)))
531 accu->aux->count = 0;
539 fde_insert (struct fde_accumulator *accu, const fde *this_fde)
541 if (accu->linear)
542 accu->linear->array[accu->linear->count++] = this_fde;
687 end_fde_sort (struct object *ob, struct fde_accumulator *accu, size_t count
877 struct fde_accumulator accu; local
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
sin_cos.c 295 mpfr_prec_t accu[KMAX], size_ptoj[KMAX]; local
374 /* the absolute contribution of the next term is 1/2^accu[k] */
375 accu[k] = (k == 0) ? mult[k] : mult[k] + accu[k-1];
376 prec_i_have = accu[k]; /* the current term is < 1/2^accu[k] */
391 accu[k-1] = (k == 1) ? mult[k-1] : mult[k-1] + accu[k-2];
392 prec_i_have = accu[k-1];
atan.c 99 mpfr_prec_t accu[MPFR_PREC_BITS], log2_nb_terms[MPFR_PREC_BITS]; local
176 accu[0] = 0; /* accu[k] = Mult[0] + ... + Mult[k], where Mult[j] is the
213 accu[k-1] = (k == 1) ? mult : accu[k-2] + mult;
214 if (accu[k-1] > precy)
  /src/external/bsd/ntp/dist/ntpd/
refclock_gpsdjson.c 1097 json_uint accu, limit_lo, limit_hi; local
1125 accu = 0;
1127 flags |= (accu > limit_lo);
1128 accu = accu * 10 + (*(const u_char*)cp++ - '0');
1129 flags |= (accu > limit_hi);
1135 errno = EINVAL; /* accu is still zero */
1139 accu = limit_hi;
1144 /* If negative, return the negated result if the accu is not
1147 if ((flags & 2) && accu)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-nds32.c 12707 int accu = 0; /* Usage accumulation. */
12729 accu += last->count;
12731 baccu = accu;
12736 accu -= base->count;
12742 accu += last->count;
12745 if (accu > baccu)
12748 baccu = accu;
12906 int accu;
12921 accu = nds32_fag_find_base (&fag_head, &best_fag);
12928 if (accu < FAG_THRESHOL
12700 int accu = 0; \/* Usage accumulation. *\/ local
12899 int accu; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-nds32.c 12710 int accu = 0; /* Usage accumulation. */
12732 accu += last->count;
12734 baccu = accu;
12739 accu -= base->count;
12745 accu += last->count;
12748 if (accu > baccu)
12751 baccu = accu;
12909 int accu;
12924 accu = nds32_fag_find_base (&fag_head, &best_fag);
12931 if (accu < FAG_THRESHOL
12703 int accu = 0; \/* Usage accumulation. *\/ local
12902 int accu; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-nds32.c 12703 int accu = 0; /* Usage accumulation. */
12725 accu += last->count;
12727 baccu = accu;
12732 accu -= base->count;
12738 accu += last->count;
12741 if (accu > baccu)
12744 baccu = accu;
12902 int accu;
12917 accu = nds32_fag_find_base (&fag_head, &best_fag);
12924 if (accu < FAG_THRESHOL
12696 int accu = 0; \/* Usage accumulation. *\/ local
12895 int accu; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-nds32.c 12705 int accu = 0; /* Usage accumulation. */
12727 accu += last->count;
12729 baccu = accu;
12734 accu -= base->count;
12740 accu += last->count;
12743 if (accu > baccu)
12746 baccu = accu;
12904 int accu;
12919 accu = nds32_fag_find_base (&fag_head, &best_fag);
12926 if (accu < FAG_THRESHOL
12698 int accu = 0; \/* Usage accumulation. *\/ local
12897 int accu; local
    [all...]

Completed in 93 milliseconds