Searched refs:Dc (Results 1 - 7 of 7) sorted by relevance
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
H A D | Scaling.h | 82 VectorXd Dr, Dc, DrRes, DcRes; // Temporary Left and right scaling vectors local 83 Dr.resize(m); Dc.resize(n); 90 Dr.setZero(); Dc.setZero(); 98 if ( Dc(it.col()) < abs(it.value()) ) 99 Dc(it.col()) = abs(it.value()); 105 Dc(i) = std::sqrt(Dc(i)); 111 m_right(i) /= Dc(i); 119 it.valueRef() = it.value()/( Dr(it.row()) * Dc(it.col()) );
|
/external/libcxx/test/std/utilities/time/time.traits/time.traits.specializations/ |
H A D | duration.pass.cpp | 24 typedef typename std::common_type<D1, D2>::type Dc; typedef 25 static_assert((std::is_same<Dc, De>::value), "");
|
/external/doclava/res/assets/templates/assets/ |
H A D | prettify.js | 6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1 ",Gc=" <br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ", 25 g=[],i=0,m=r,l=r,n=0,q=0,v=Ud(window.PR_TAB_WIDTH),w=/([\r\n ]) /g,j=/(^| ) /gm,f=/\r\n?|\n/g,s=/[ \r\n]$/,k=o;function h(p){if(p>i){if(m&&m!==l){g.push(Cc);m=r}if(!m&&l){m=l;g.push(Dc,m,Ec)}var t=ga(v(b.substring(i,p))).replace(k?j:w,Fc);k=s.test(t);var u=window._pr_isIE6()?Gc:Hc;g.push(t.replace(f,u));i=p}}for(;1;){var e;if(e=n<c.length?q<d.length?c[n]<=d[q]:o:z){h(c[n]);if(m){g.push(Cc);m=r}g.push(c[n+1]);n+=2}else if(q<d.length){h(d[q]);l=d[q+1];q+=2}else break}h(b.length);m&&g.push(Cc);a.a=g.join(P)}
|
/external/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 4116 Declarator Dc(DS, Declarator::MemberContext); 4117 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); 4214 Declarator Dc(DS, Declarator::TypeNameContext); 4215 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S);
|
/external/vixl/src/vixl/a64/ |
H A D | macro-assembler-a64.h | 1611 void Dc(DataCacheOp op, const Register& rt) { function in class:vixl::MacroAssembler
|
/external/vixl/test/ |
H A D | test-assembler-a64.cc | 17338 __ Dc(CVAC, x20); 17340 __ Dc(CVAU, x21); 17342 __ Dc(CIVAC, x22);
|
/external/v8/tools/profviz/ |
H A D | gnuplot-4.6.3-emscripten.js | [all...] |
Completed in 1068 milliseconds