HomeSort by relevance Sort by last modified time
    Searched refs:Bi (Results 1 - 25 of 33) sorted by null

1 2

  /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/r16/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/valgrind/callgrind/tests/
simwork-branch.stderr.exp 3 Events : Ir Bc Bcm Bi Bim
simwork-both.stderr.exp 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw Bc Bcm Bi Bim
  /external/python/cpython3/Modules/_sha3/kcp/
KeccakP-1600-inplace32BI.c 577 #define Bi Ci0
643 Bi = ROL32((Aki1^Di1), 22);
646 Aba0 = Ba ^((~Be)& Bi );
648 Age0 = Be ^((~Bi)& Bo );
649 Aki1 = Bi ^((~Bo)& Bu );
655 Bi = ROL32((Aki0^Di0), 21);
658 Aba1 = Ba ^((~Be)& Bi );
660 Age1 = Be ^((~Bi)& Bo );
661 Aki0 = Bi ^((~Bo)& Bu );
665 Bi = ROL32((Aka1^Da1), 2)
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
armv4-mont.pl 74 $bp="r2"; $bi="r2"; $rp="r2";
162 ldr $bi,[$bp] @ bp[0]
168 umull $alo,$ahi,$aj,$bi @ ap[0]*bp[0]
180 umlal $alo,$ahi,$aj,$bi @ ap[j]*bp[0]
202 ldr $bi,[$tp,#4]! @ *(++bp)
210 umlal $alo,$ahi,$aj,$bi @ ap[0]*bp[i]+tp[0]
222 umlal $alo,$ahi,$aj,$bi @ ap[j]*bp[i]
301 my ($Bi,$Ni,$M0)=map("d$_",(28..31));
327 vld1.32 {${Bi}[0]}, [$bptr,:32]!
334 vzip.16 $Bi,$zer
    [all...]
rsaz-avx2.pl 873 my $Bi="%ymm10";
1001 vpbroadcastq ($bp), $Bi
1035 vpmuludq 32*1-128($ap),$Bi,$TEMP0
1038 vpmuludq 32*2-128($ap),$Bi,$TEMP1
1041 vpmuludq 32*3-128($ap),$Bi,$TEMP2
1044 vpmuludq 32*4-128($ap),$Bi,$TEMP0
1046 vpmuludq 32*5-128($ap),$Bi,$TEMP1
1048 vpmuludq 32*6-128($ap),$Bi,$TEMP2
1050 vpmuludq 32*7-128($ap),$Bi,$TEMP0
1053 vpmuludq 32*8-128($ap),$Bi,$TEMP
    [all...]
  /frameworks/native/services/sensorservice/
Fusion.h 95 void update(const vec3_t& z, const vec3_t& Bi, float sigma);
Fusion.cpp 495 void Fusion::update(const vec3_t& z, const vec3_t& Bi, float sigma) {
497 // measured vector in body space: h(p) = A(p)*Bi
499 const vec3_t Bb(A*Bi);
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
TypeHelper.java 343 // - If Ai is a wildcard, and the corresponding type parameter's bound, Bi, mentions one of P1...Pn, then
354 ResolvedType Bi = TPs.get(i).hasLowerBound() ? TPs.get(i).getLowerBound() : object;
356 // - If Ai is an unbound wildcard ?, then Ti = Bi.
359 Ti = Bi;
362 // - If Ai is a upper-bounded wildcard ? extends Ui, then Ti = glb(Ui, Bi) (§5.1.10).
366 Ti = glb(new HashSet<>(Arrays.asList(Ui, Bi)));
  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 164 I = BuildMI(MBB, I, dl, TII->get(MSP430::Bi)).addMBB(Dest);
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430BranchSelector.cpp 161 I = BuildMI(MBB, I, dl, TII->get(MSP430::Bi)).addMBB(Dest);
  /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/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...]
  /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/harfbuzz_ng/src/
hb-ot-shape-complex-indic-table.cc 103 /* 0900 */ _(Bi,T), _(Bi,T), _(Bi,T), _(Vs,R), _(VI,x), _(VI,x), _(VI,x), _(VI,x),
122 /* 0980 */ _(x,x), _(Bi,T), _(Bi,R), _(Vs,R), _(x,x), _(VI,x), _(VI,x), _(VI,x),
137 /* 09F8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(Bi,x), _(x,x), _(x,x), _(x,x),
141 /* 0A00 */ _(x,x), _(Bi,T), _(Bi,T), _(Vs,R), _(x,x), _(VI,x), _(VI,x), _(VI,x),
155 /* 0A70 */ _(Bi,T), _(GM,T), _(CP,x), _(CP,x), _(x,x), _(CM,B), _(x,x), _(x,x),
160 /* 0A80 */ _(x,x), _(Bi,T), _(Bi,T), _(Vs,R), _(x,x), _(VI,x), _(VI,x), _(VI,x)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
Serial.h 301 // Bi Bit4: Break Interrupt Status
311 UINT8 Bi : 1;
Serial.c 1010 if (Lsr.Bits.FIFOe == 1 || Lsr.Bits.Oe == 1 || Lsr.Bits.Pe == 1 || Lsr.Bits.Fe == 1 || Lsr.Bits.Bi == 1) {
1016 if (Lsr.Bits.FIFOe == 1 || Lsr.Bits.Pe == 1|| Lsr.Bits.Fe == 1 || Lsr.Bits.Bi == 1) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
Serial.h 237 UINT8 Bi : 1; ///< Break Interrupt Status
SerialIo.c 351 if (Lsr.Bits.FIFOe == 1 || Lsr.Bits.Oe == 1 || Lsr.Bits.Pe == 1 || Lsr.Bits.Fe == 1 || Lsr.Bits.Bi == 1) {
357 if (Lsr.Bits.FIFOe == 1 || Lsr.Bits.Pe == 1|| Lsr.Bits.Fe == 1 || Lsr.Bits.Bi == 1) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_lib.h 183 PV_STATUS RC_MBUpdateStat(VideoEncData *video, rateControl *rc, Int Bi, Int Hi);
  /device/google/contexthub/firmware/os/algos/
fusion.c 431 struct Fusion *fusion, const struct Vec3 *z, const struct Vec3 *Bi, float sigma) {
436 mat33Apply(&Bb, &A, Bi);
  /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...]

Completed in 442 milliseconds

1 2