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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.replace/
test1.pass.cpp 33 typedef bidirectional_iterator<const char*> Bi;
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
36 Bi(std::end(phone_book)-1), phone_numbers,
45 typedef bidirectional_iterator<const char*> Bi;
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
48 Bi(std::end(phone_book)-1), phone_numbers,
58 typedef bidirectional_iterator<const char*> Bi;
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
61 Bi(std::end(phone_book)-1), phone_numbers,
71 typedef bidirectional_iterator<const char*> Bi;
    [all...]
test2.pass.cpp 33 typedef bidirectional_iterator<const char*> Bi;
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
36 Bi(std::end(phone_book)-1), phone_numbers,
45 typedef bidirectional_iterator<const char*> Bi;
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
48 Bi(std::end(phone_book)-1), phone_numbers,
58 typedef bidirectional_iterator<const char*> Bi;
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
61 Bi(std::end(phone_book)-1), phone_numbers,
71 typedef bidirectional_iterator<const char*> Bi;
    [all...]
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 122 Packet Bi = ploadu<Packet>(rhsIt); rhsIt += PacketSize; // FIXME should be aligned in most cases
126 ptmp2 = pcj1.pmadd(A0i, Bi, ptmp2);
127 ptmp3 = pcj1.pmadd(A1i, Bi, ptmp3);
  /external/valgrind/main/cachegrind/
cg_main.c 117 BranchCC Bi; /* Indirect branch counts */
286 lineCC->Bi.b = 0;
287 lineCC->Bi.mp = 0;
437 n->parent->Bi.b++;
438 n->parent->Bi.mp
515 } Bi;
637 VG_(printf)("Bi %p DST=", ev->inode);
638 ppIRExpr(ev->Ev.Bi.dst);
816 argv = mkIRExprVec_2( i_node_expr, ev->Ev.Bi.dst );
943 evt->Ev.Bi.dst = whereTo
    [all...]
  /external/valgrind/main/callgrind/
main.c 268 } Bi;
360 VG_(printf)("Bi %p DST=", ev->inode);
361 ppIRExpr(ev->Ev.Bi.dst);
417 // extend event set by Bi counters
553 argv = mkIRExprVec_2( i_node_expr, ev->Ev.Bi.dst );
707 evt->Ev.Bi.dst = whereTo;
    [all...]

Completed in 264 milliseconds