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

  /src/external/gpl3/gcc/dist/gcc/
gimple-streamer-in.cc 60 basic_block sbb = BASIC_BLOCK_FOR_FN (fn, src_index); local
65 if (EDGE_PRED (bb, j)->src == sbb)
gimple-streamer-in.cc 60 basic_block sbb = BASIC_BLOCK_FOR_FN (fn, src_index); local
65 if (EDGE_PRED (bb, j)->src == sbb)
tree-ssa-loop-ivopts.cc 930 basic_block bb = ip_normal_pos (loop), sbb = gimple_bb (stmt); local
934 if (sbb == loop->latch)
937 if (sbb != bb)
tree-ssa-loop-ivopts.cc 930 basic_block bb = ip_normal_pos (loop), sbb = gimple_bb (stmt); local
934 if (sbb == loop->latch)
937 if (sbb != bb)
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-streamer-in.cc 60 basic_block sbb = BASIC_BLOCK_FOR_FN (fn, src_index); local
65 if (EDGE_PRED (bb, j)->src == sbb)
gimple-streamer-in.cc 60 basic_block sbb = BASIC_BLOCK_FOR_FN (fn, src_index); local
65 if (EDGE_PRED (bb, j)->src == sbb)
tree-ssa-loop-ivopts.cc 930 basic_block bb = ip_normal_pos (loop), sbb = gimple_bb (stmt); local
934 if (sbb == loop->latch)
937 if (sbb != bb)
tree-ssa-loop-ivopts.cc 930 basic_block bb = ip_normal_pos (loop), sbb = gimple_bb (stmt); local
934 if (sbb == loop->latch)
937 if (sbb != bb)
  /src/external/lgpl3/mpfr/dist/src/
sub1sp.c 598 3. sbb $0x0,%rbx for the second subtraction in a1, i.e. just
1439 mp_limb_t rbb = MPFR_LIMB_MAX, sbb = MPFR_LIMB_MAX; /* rbb is the next bit local
1440 after the round bit, and sbb the corresponding sticky bit.
1659 rb = 1; rbb = sbb = 0;
1758 /* We need also sbb */
1759 sbb = cp[n-1] & MPFR_LIMB_MASK(GMP_NUMB_BITS - 2);
1760 for (k = n-1; sbb == 0 && k > 0;)
1761 sbb = cp[--k];
1769 sbb = cp[n-1] & MPFR_LIMB_MASK(GMP_NUMB_BITS - 1);
1770 for (k = n-1; sbb == 0 && k > 0;
    [all...]
sub1sp.c 598 3. sbb $0x0,%rbx for the second subtraction in a1, i.e. just
1439 mp_limb_t rbb = MPFR_LIMB_MAX, sbb = MPFR_LIMB_MAX; /* rbb is the next bit local
1440 after the round bit, and sbb the corresponding sticky bit.
1659 rb = 1; rbb = sbb = 0;
1758 /* We need also sbb */
1759 sbb = cp[n-1] & MPFR_LIMB_MASK(GMP_NUMB_BITS - 2);
1760 for (k = n-1; sbb == 0 && k > 0;)
1761 sbb = cp[--k];
1769 sbb = cp[n-1] & MPFR_LIMB_MASK(GMP_NUMB_BITS - 1);
1770 for (k = n-1; sbb == 0 && k > 0;
    [all...]
  /src/external/lgpl3/gmp/dist/tests/
refmpn.c 519 sbb (mp_limb_t *w, mp_limb_t x, mp_limb_t y, mp_limb_t c) function
582 AORS_NC (sbb);
667 AORS_ERR1_N (sbb);
724 AORS_ERR2_N (sbb);
788 AORS_ERR3_N (sbb);
refmpn.c 519 sbb (mp_limb_t *w, mp_limb_t x, mp_limb_t y, mp_limb_t c) function
582 AORS_NC (sbb);
667 AORS_ERR1_N (sbb);
724 AORS_ERR2_N (sbb);
788 AORS_ERR3_N (sbb);

Completed in 71 milliseconds