HomeSort by: relevance | last modified time | path
    Searched defs:el1 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
add_err2_n.c 60 mp_limb_t el1, eh1, el2, eh2, ul, vl, yl1, yl2, zl1, zl2, rl, sl, cy1, cy2; local
75 el1 = eh1 = 0;
91 /* update (eh1:el1) */
93 el1 += zl1;
94 eh1 += el1 < zl1;
104 eh1 = (eh1 << GMP_NAIL_BITS) + (el1 >> GMP_NUMB_BITS);
105 el1 &= GMP_NUMB_MASK;
110 ep[0] = el1;
sub_err2_n.c 60 mp_limb_t el1, eh1, el2, eh2, ul, vl, yl1, yl2, zl1, zl2, rl, sl, cy1, cy2; local
75 el1 = eh1 = 0;
91 /* update (eh1:el1) */
93 el1 += zl1;
94 eh1 += el1 < zl1;
104 eh1 = (eh1 << GMP_NAIL_BITS) + (el1 >> GMP_NUMB_BITS);
105 el1 &= GMP_NUMB_MASK;
110 ep[0] = el1;
add_err3_n.c 61 mp_limb_t el1, eh1, el2, eh2, el3, eh3, ul, vl, yl1, yl2, yl3, zl1, zl2, zl3, rl, sl, cy1, cy2; local
79 el1 = eh1 = 0;
97 /* update (eh1:el1) */
99 el1 += zl1;
100 eh1 += el1 < zl1;
115 eh1 = (eh1 << GMP_NAIL_BITS) + (el1 >> GMP_NUMB_BITS);
116 el1 &= GMP_NUMB_MASK;
123 ep[0] = el1;
sub_err3_n.c 61 mp_limb_t el1, eh1, el2, eh2, el3, eh3, ul, vl, yl1, yl2, yl3, zl1, zl2, zl3, rl, sl, cy1, cy2; local
79 el1 = eh1 = 0;
97 /* update (eh1:el1) */
99 el1 += zl1;
100 eh1 += el1 < zl1;
115 eh1 = (eh1 << GMP_NAIL_BITS) + (el1 >> GMP_NUMB_BITS);
116 el1 &= GMP_NUMB_MASK;
123 ep[0] = el1;
  /src/external/mit/isl/dist/
isl_list_templ.c 362 EL *el1, *el2; local
366 el1 = FN(FN(LIST(EL),take),EL_BASE)(list, pos1);
369 list = FN(FN(LIST(EL),restore),EL_BASE)(list, pos2, el1);
464 EL * const *el1 = a; local
467 return data->cmp(*el1, *el2, data->user);
isl_multi_templ.c 884 EL *el1, *el2; local
887 el1 = FN(MULTI(BASE),take_at)(multi1, i);
888 el1 = fn(el1, el2);
889 multi1 = FN(MULTI(BASE),restore_at)(multi1, i, el1);
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
alist.c 72 alist_el_t *el1 = arg1; local
74 return ((uintptr_t)el1->ale_name != (uintptr_t)el2->ale_name);
merge.c 312 elist_t *el1 = stdp->t_emem; local
315 while (el1 && el2) {
316 if (el1->el_number != el2->el_number ||
317 strcmp(el1->el_name, el2->el_name) != 0)
320 el1 = el1->el_next;
324 if (el1 || el2)
  /src/external/bsd/zstd/dist/tests/
paramgrill.c 527 U64 el1 = 0, el2 = 0; local
530 el1 = el2;
532 if(el1 < el2) {
533 U64 iv = el2 - el1;

Completed in 24 milliseconds