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

  /external/eigen/unsupported/test/
mpreal_support.cpp 30 MatrixXcmp Bc = MatrixXcmp::Random(s,s);
46 Xc = Sc.selfadjointView<Lower>().llt().solve(Bc);
47 VERIFY_IS_APPROX((Sc.selfadjointView<Lower>()*Xc).eval(),Bc);
  /packages/apps/Gallery2/jni/filters/
saturated.c 45 float Bc = R * Rt + G * Gt + B * (Bt + S);
49 destination[BLUE] = CLAMP(Bc);
vibrance.c 54 float Bc = R * Rt + G * Gt + B * (Bt + S);
58 destination[BLUE] = CLAMP(Bc);
wbalance.c 164 float Bc = b*scaleB;
168 rgb[BLUE] = clamp(Bc);
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 139 Bc = m_B.cols();
142 Block<Dest,BlockRows,BlockCols>(dst,i*Br,j*Bc,Br,Bc) = m_A.coeff(i,j) * m_B;
149 Index Br = m_B.rows(), Bc = m_B.cols();
191 j = itA.col() * Bc + itB.col();
  /external/valgrind/cachegrind/
cg_main.c 110 BranchCC Bc; /* Conditional branch counts */
277 lineCC->Bc.b = 0;
278 lineCC->Bc.mp = 0;
448 n->parent->Bc.b++;
449 n->parent->Bc.mp
536 } Bc;
658 VG_(printf)("Bc %p GA=", ev->inode);
659 ppIRExpr(ev->Ev.Bc.taken);
846 argv = mkIRExprVec_2( i_node_expr, ev->Ev.Bc.taken );
    [all...]
  /external/valgrind/callgrind/
main.c 266 } Bc;
356 VG_(printf)("Bc %p GA=", ev->inode);
357 ppIRExpr(ev->Ev.Bc.taken);
413 // extend event set by Bc counters
546 argv = mkIRExprVec_2( i_node_expr, ev->Ev.Bc.taken );
732 evt->Ev.Bc.taken = guard;
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc 733 void Mips64Assembler::Bc(uint32_t imm26) {
    [all...]

Completed in 424 milliseconds