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

  /external/libcxx/test/std/re/re.alg/re.alg.replace/
test1.pass.cpp 34 typedef bidirectional_iterator<const char*> Bi;
36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
37 Bi(std::end(phone_book)-1), phone_numbers,
46 typedef bidirectional_iterator<const char*> Bi;
48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
49 Bi(std::end(phone_book)-1), phone_numbers,
59 typedef bidirectional_iterator<const char*> Bi;
61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
62 Bi(std::end(phone_book)-1), phone_numbers,
72 typedef bidirectional_iterator<const char*> Bi;
    [all...]
test2.pass.cpp 34 typedef bidirectional_iterator<const char*> Bi;
36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
37 Bi(std::end(phone_book)-1), phone_numbers,
46 typedef bidirectional_iterator<const char*> Bi;
48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
49 Bi(std::end(phone_book)-1), phone_numbers,
59 typedef bidirectional_iterator<const char*> Bi;
61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
62 Bi(std::end(phone_book)-1), phone_numbers,
72 typedef bidirectional_iterator<const char*> Bi;
    [all...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.replace/
test1.pass.cpp 34 typedef bidirectional_iterator<const char*> Bi;
36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
37 Bi(std::end(phone_book)-1), phone_numbers,
46 typedef bidirectional_iterator<const char*> Bi;
48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
49 Bi(std::end(phone_book)-1), phone_numbers,
59 typedef bidirectional_iterator<const char*> Bi;
61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
62 Bi(std::end(phone_book)-1), phone_numbers,
72 typedef bidirectional_iterator<const char*> Bi;
    [all...]
test2.pass.cpp 34 typedef bidirectional_iterator<const char*> Bi;
36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
37 Bi(std::end(phone_book)-1), phone_numbers,
46 typedef bidirectional_iterator<const char*> Bi;
48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
49 Bi(std::end(phone_book)-1), phone_numbers,
59 typedef bidirectional_iterator<const char*> Bi;
61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
62 Bi(std::end(phone_book)-1), phone_numbers,
72 typedef bidirectional_iterator<const char*> Bi;
    [all...]
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 120 Packet Bi = ploadu<Packet>(rhsIt); rhsIt += PacketSize; // FIXME should be aligned in most cases
124 ptmp2 = pcj1.pmadd(A0i, Bi, ptmp2);
125 ptmp3 = pcj1.pmadd(A1i, Bi, ptmp3);
  /external/ImageMagick/MagickCore/
fourier.c 239 *magick_restrict Bi,
254 Bi=GetCacheViewVirtualPixels(Bi_view,0,y,Bi_image->columns,1,exception);
258 (Br == (const Quantum *) NULL) || (Bi == (const Quantum *) NULL) ||
276 Ci[i]=Ai[i]+Bi[i];
283 Ci[i]=(-Bi[i]);
291 gamma=PerceptibleReciprocal(Br[i]*Br[i]+Bi[i]*Bi[i]+snr);
292 Cr[i]=gamma*(Ar[i]*Br[i]+Ai[i]*Bi[i]);
293 Ci[i]=gamma*(Ai[i]*Br[i]-Ar[i]*Bi[i]);
304 Cr[i]=QuantumScale*(Ar[i]*Br[i]-Ai[i]*Bi[i])
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
Serial.h 301 // Bi Bit4: Break Interrupt Status
311 UINT8 Bi : 1;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
Serial.h 237 UINT8 Bi : 1; ///< Break Interrupt Status
  /external/valgrind/cachegrind/
cg_main.c 111 BranchCC Bi; /* Indirect branch counts */
279 lineCC->Bi.b = 0;
280 lineCC->Bi.mp = 0;
458 n->parent->Bi.b++;
459 n->parent->Bi.mp
539 } Bi;
663 VG_(printf)("Bi %p DST=", ev->inode);
664 ppIRExpr(ev->Ev.Bi.dst);
854 argv = mkIRExprVec_2( i_node_expr, ev->Ev.Bi.dst );
    [all...]
  /external/valgrind/callgrind/
main.c 269 } Bi;
361 VG_(printf)("Bi %p DST=", ev->inode);
362 ppIRExpr(ev->Ev.Bi.dst);
418 // extend event set by Bi counters
554 argv = mkIRExprVec_2( i_node_expr, ev->Ev.Bi.dst );
752 evt->Ev.Bi.dst = whereTo;
    [all...]
  /external/boringssl/src/crypto/curve25519/
curve25519.c     [all...]

Completed in 1137 milliseconds