Searched defs:Bd (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blend.c491 const GLfloat Bd = dest[i][BCOMP]; local
513 sB = Bd;
518 sB = 1.0F - Bd;
675 dB = Bd;
680 dB = 1.0F - Bd;
745 b = Bs * sB + Bd * dB;
751 b = Bs * sB - Bd * dB;
757 b = Bd * dB - Bs * sB;
763 b = MIN2( Bd, Bs );
768 b = MAX2( Bd, B
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c491 const GLfloat Bd = dest[i][BCOMP]; local
513 sB = Bd;
518 sB = 1.0F - Bd;
675 dB = Bd;
680 dB = 1.0F - Bd;
745 b = Bs * sB + Bd * dB;
751 b = Bs * sB - Bd * dB;
757 b = Bd * dB - Bs * sB;
763 b = MIN2( Bd, Bs );
768 b = MAX2( Bd, B
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h746 Function(Variable *Vd, SExpr *Bd) argument
747 : SExpr(COP_Function), VarDecl(Vd), Body(Bd) {
750 Function(const Function &F, Variable *Vd, SExpr *Bd) // rewrite constructor argument
751 : SExpr(F), VarDecl(Vd), Body(Bd) {
1763 Let(Variable *Vd, SExpr *Bd) : SExpr(COP_Let), VarDecl(Vd), Body(Bd) { argument
1766 Let(const Let &L, Variable *Vd, SExpr *Bd) : SExpr(L), VarDecl(Vd), Body(Bd) { argument
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js363 function Bd(a){var b,c;c=$u;for(b=a.c-1;b>=0;--b){c+=(hr(b,a.c),ti(a.b[b],1));b>0&&(c+=Vv)}return c}
513 function yd(){var a,b,c,d,e,f;c=$wnd.location.pathname;f=(Xe(),Lp(c,Vv,0));Ps(new Is(f));a=new qs;for(b=0;b<f.length;++b){e=f[b];if(e.indexOf(jv)!=-1){d=Lp(e,Wv,0)[1];af(d,'[^a-zA-Z]')||(e=Lp(e,Wv,0)[0])}e=Ye(e,',00',$u);b<2&&(e=Ye(e,'((_|-)?p[a-z]*|(_|-))[0-9]{1,2}$',$u));if(!e.length)continue;if(b<2&&af(e,'^\\d{1,2}$'))continue;if(b==0&&Dp(e,'index'))continue;if(b<2&&e.length<3&&!af(f[0],'[a-z]')){continue}li(a.b,a.c++,e)}return $wnd.location.protocol+'//'+$wnd.location.host+Vv+Bd(a)}

Completed in 1606 milliseconds