HomeSort by relevance Sort by last modified time
    Searched defs:bbe (Results 1 - 11 of 11) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 93 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, dsign, local
585 bb = d2b(dval(&rv), &bbe, &bbbits); /* rv = bb * 2^bbe */
600 if (bbe >= 0)
601 bb2 += bbe;
603 bd2 -= bbe;
612 j = bbe - scale;
626 j = 1 + 4*P - 3 - bbbits + ((bbe + bbbits - 1) & 3);
631 j = bbe;
strtodg.c 346 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; local
765 bbe = rve + bb0;
778 if (bbe >= 0)
779 bb2 += bbe;
781 bd2 -= bbe;
784 i = bbe + bbbits - nbits;
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
strtod.c 93 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, dsign, local
551 bb = d2b(dval(rv), &bbe, &bbbits); /* rv = bb * 2^bbe */
566 if (bbe >= 0)
567 bb2 += bbe;
569 bd2 -= bbe;
576 j = bbe - scale;
585 j = 1 + 4*P - 3 - bbbits + ((bbe + bbbits - 1) & 3);
590 j = bbe;
strtodg.c 312 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; local
663 bbe = rve + bb0;
676 if (bbe >= 0)
677 bb2 += bbe;
679 bd2 -= bbe;
682 i = bbe + bbbits - nbits;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileEstimatorPass.cpp 131 for ( pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB);
132 bbi != bbe; ++bbi ) {
263 succ_iterator bbi = succ_begin(BB), bbe = succ_end(BB); local
266 if (bbi == bbe) {
271 for ( ; bbi != bbe; ++bbi ) {
312 for (succ_iterator bbi = succ_begin(BB), bbe = succ_end(BB);
313 bbi != bbe; ++bbi) {
366 for (std::set<BasicBlock*>::iterator BBI = BBToVisit.begin(), BBE = BBToVisit.end();
367 (BBI != BBE) && (!found); ++BBI) {
370 for (pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB)
    [all...]
ProfileVerifierPass.cpp 101 for (const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB);
102 bbi != bbe; ++bbi ) {
116 for ( succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB);
117 bbi != bbe; ++bbi ) {
138 for ( succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB);
139 bbi != bbe; ++bbi ) {
262 succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB); local
271 for (;bbi != bbe; ++bbi) {
341 for ( succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB);
342 bbi != bbe; ++bbi )
    [all...]
ProfileInfo.cpp 386 for(succ_const_iterator BBI = succ_begin(FirstBB), BBE = succ_end(FirstBB);
387 BBI != BBE; ++BBI) {
514 const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); local
515 if (bbi==bbe) {
519 for (;bbi != bbe; ++bbi) {
586 const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); local
587 if (bbi == bbe) {
590 for( ; bbi != bbe; ++bbi ) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 1509 int bb2, bb5, bbe, bd2, bd5, bs2, c, dsign, e, e1, error; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 1492 int bb2, bb5, bbe, bd2, bd5, bs2, c, dsign, e, e1, error; local
    [all...]
  /external/python/cpython2/Python/
dtoa.c 1509 int bb2, bb5, bbe, bd2, bd5, bs2, c, dsign, e, e1, error; local
    [all...]
  /external/python/cpython3/Python/
dtoa.c 1436 int bb2, bb5, bbe, bd2, bd5, bs2, c, dsign, e, e1, error; local
    [all...]

Completed in 2142 milliseconds