HomeSort by relevance Sort by last modified time
    Searched defs:AP (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 36 void beginAssembly(AsmPrinter &AP);
37 void finishAssembly(AsmPrinter &AP);
47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) {
61 AP.Mang->getNameWithPrefix(TmpStr, SymName);
63 MCSymbol *Sym = AP.OutContext.GetOrCreateSymbol(TmpStr);
65 AP.OutStreamer.EmitSymbolAttribute(Sym, MCSA_Global);
66 AP.OutStreamer.EmitLabel(Sym);
69 void OcamlGCMetadataPrinter::beginAssembly(AsmPrinter &AP) {
70 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection())
    [all...]
AsmPrinterInlineAsm.cpp 142 AsmPrinter *AP, unsigned LocCookie,
218 Error = AP->PrintAsmMemoryOperand(MI, OpNo, InlineAsmVariant,
221 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
240 int AsmPrinterVariant, AsmPrinter *AP,
319 AP->PrintSpecial(MI, OS, Val.c_str());
388 Error = AP->PrintAsmMemoryOperand(MI, OpNo, InlineAsmVariant,
392 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
469 AsmPrinter *AP = const_cast<AsmPrinter*>(this);
472 AP, LocCookie, OS);
474 EmitMSInlineAsmStr(AsmStr, MI, MMI, InlineAsmVariant, AP, LocCookie, OS)
    [all...]
  /external/eigen/blas/
chpr.f 1 SUBROUTINE CHPR(UPLO,N,ALPHA,X,INCX,AP)
8 COMPLEX AP(*),X(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
57 * AP - COMPLEX array of DIMENSION at least
59 * Before entry with UPLO = 'U' or 'u', the array AP must
61 * packed sequentially, column by column, so that AP( 1 )
62 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
dspr.f 1 SUBROUTINE DSPR(UPLO,N,ALPHA,X,INCX,AP)
8 DOUBLE PRECISION AP(*),X(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
57 * AP - DOUBLE PRECISION array of DIMENSION at least
59 * Before entry with UPLO = 'U' or 'u', the array AP must
61 * packed sequentially, column by column, so that AP( 1 )
62 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
sspr.f 1 SUBROUTINE SSPR(UPLO,N,ALPHA,X,INCX,AP)
8 REAL AP(*),X(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
57 * AP - REAL array of DIMENSION at least
59 * Before entry with UPLO = 'U' or 'u', the array AP must
61 * packed sequentially, column by column, so that AP( 1 )
62 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
zhpr.f 1 SUBROUTINE ZHPR(UPLO,N,ALPHA,X,INCX,AP)
8 DOUBLE COMPLEX AP(*),X(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
57 * AP - COMPLEX*16 array of DIMENSION at least
59 * Before entry with UPLO = 'U' or 'u', the array AP must
61 * packed sequentially, column by column, so that AP( 1 )
62 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
chpmv.f 1 SUBROUTINE CHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 COMPLEX AP(*),X(*),Y(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
46 * AP - COMPLEX array of DIMENSION at least
48 * Before entry with UPLO = 'U' or 'u', the array AP must
50 * packed sequentially, column by column, so that AP( 1 )
51 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
chpr2.f 1 SUBROUTINE CHPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
8 COMPLEX AP(*),X(*),Y(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
68 * AP - COMPLEX array of DIMENSION at least
70 * Before entry with UPLO = 'U' or 'u', the array AP must
72 * packed sequentially, column by column, so that AP( 1 )
73 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
dspmv.f 1 SUBROUTINE DSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 DOUBLE PRECISION AP(*),X(*),Y(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
46 * AP - DOUBLE PRECISION array of DIMENSION at least
48 * Before entry with UPLO = 'U' or 'u', the array AP must
50 * packed sequentially, column by column, so that AP( 1 )
51 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
dspr2.f 1 SUBROUTINE DSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
8 DOUBLE PRECISION AP(*),X(*),Y(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
68 * AP - DOUBLE PRECISION array of DIMENSION at least
70 * Before entry with UPLO = 'U' or 'u', the array AP must
72 * packed sequentially, column by column, so that AP( 1 )
73 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
dtpmv.f 1 SUBROUTINE DTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 DOUBLE PRECISION AP(*),X(*)
61 * AP - DOUBLE PRECISION array of DIMENSION at least
63 * Before entry with UPLO = 'U' or 'u', the array AP must
65 * column by column, so that AP( 1 ) contains a( 1, 1 ),
66 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
68 * Before entry with UPLO = 'L' or 'l', the array AP must
70 * column by column, so that AP( 1 ) contains a( 1, 1 ),
71 * AP( 2 ) and AP( 3 ) contain a( 2, 1 ) and a( 3, 1
    [all...]
dtpsv.f 1 SUBROUTINE DTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 DOUBLE PRECISION AP(*),X(*)
64 * AP - DOUBLE PRECISION array of DIMENSION at least
66 * Before entry with UPLO = 'U' or 'u', the array AP must
68 * column by column, so that AP( 1 ) contains a( 1, 1 ),
69 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
71 * Before entry with UPLO = 'L' or 'l', the array AP must
73 * column by column, so that AP( 1 ) contains a( 1, 1 ),
74 * AP( 2 ) and AP( 3 ) contain a( 2, 1 ) and a( 3, 1
    [all...]
sspmv.f 1 SUBROUTINE SSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 REAL AP(*),X(*),Y(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
46 * AP - REAL array of DIMENSION at least
48 * Before entry with UPLO = 'U' or 'u', the array AP must
50 * packed sequentially, column by column, so that AP( 1 )
51 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
sspr2.f 1 SUBROUTINE SSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
8 REAL AP(*),X(*),Y(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
68 * AP - REAL array of DIMENSION at least
70 * Before entry with UPLO = 'U' or 'u', the array AP must
72 * packed sequentially, column by column, so that AP( 1 )
73 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
stpmv.f 1 SUBROUTINE STPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 REAL AP(*),X(*)
61 * AP - REAL array of DIMENSION at least
63 * Before entry with UPLO = 'U' or 'u', the array AP must
65 * column by column, so that AP( 1 ) contains a( 1, 1 ),
66 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
68 * Before entry with UPLO = 'L' or 'l', the array AP must
70 * column by column, so that AP( 1 ) contains a( 1, 1 ),
71 * AP( 2 ) and AP( 3 ) contain a( 2, 1 ) and a( 3, 1
    [all...]
stpsv.f 1 SUBROUTINE STPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 REAL AP(*),X(*)
64 * AP - REAL array of DIMENSION at least
66 * Before entry with UPLO = 'U' or 'u', the array AP must
68 * column by column, so that AP( 1 ) contains a( 1, 1 ),
69 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
71 * Before entry with UPLO = 'L' or 'l', the array AP must
73 * column by column, so that AP( 1 ) contains a( 1, 1 ),
74 * AP( 2 ) and AP( 3 ) contain a( 2, 1 ) and a( 3, 1
    [all...]
zhpmv.f 1 SUBROUTINE ZHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 DOUBLE COMPLEX AP(*),X(*),Y(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
46 * AP - COMPLEX*16 array of DIMENSION at least
48 * Before entry with UPLO = 'U' or 'u', the array AP must
50 * packed sequentially, column by column, so that AP( 1 )
51 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
zhpr2.f 1 SUBROUTINE ZHPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
8 DOUBLE COMPLEX AP(*),X(*),Y(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
68 * AP - COMPLEX*16 array of DIMENSION at least
70 * Before entry with UPLO = 'U' or 'u', the array AP must
72 * packed sequentially, column by column, so that AP( 1 )
73 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
ctpmv.f 1 SUBROUTINE CTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 COMPLEX AP(*),X(*)
61 * AP - COMPLEX array of DIMENSION at least
63 * Before entry with UPLO = 'U' or 'u', the array AP must
65 * column by column, so that AP( 1 ) contains a( 1, 1 ),
66 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
68 * Before entry with UPLO = 'L' or 'l', the array AP must
70 * column by column, so that AP( 1 ) contains a( 1, 1 ),
71 * AP( 2 ) and AP( 3 ) contain a( 2, 1 ) and a( 3, 1
    [all...]
ctpsv.f 1 SUBROUTINE CTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 COMPLEX AP(*),X(*)
64 * AP - COMPLEX array of DIMENSION at least
66 * Before entry with UPLO = 'U' or 'u', the array AP must
68 * column by column, so that AP( 1 ) contains a( 1, 1 ),
69 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
71 * Before entry with UPLO = 'L' or 'l', the array AP must
73 * column by column, so that AP( 1 ) contains a( 1, 1 ),
74 * AP( 2 ) and AP( 3 ) contain a( 2, 1 ) and a( 3, 1
    [all...]
ztpmv.f 1 SUBROUTINE ZTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 DOUBLE COMPLEX AP(*),X(*)
61 * AP - COMPLEX*16 array of DIMENSION at least
63 * Before entry with UPLO = 'U' or 'u', the array AP must
65 * column by column, so that AP( 1 ) contains a( 1, 1 ),
66 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
68 * Before entry with UPLO = 'L' or 'l', the array AP must
70 * column by column, so that AP( 1 ) contains a( 1, 1 ),
71 * AP( 2 ) and AP( 3 ) contain a( 2, 1 ) and a( 3, 1
    [all...]
ztpsv.f 1 SUBROUTINE ZTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 DOUBLE COMPLEX AP(*),X(*)
64 * AP - COMPLEX*16 array of DIMENSION at least
66 * Before entry with UPLO = 'U' or 'u', the array AP must
68 * column by column, so that AP( 1 ) contains a( 1, 1 ),
69 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
71 * Before entry with UPLO = 'L' or 'l', the array AP must
73 * column by column, so that AP( 1 ) contains a( 1, 1 ),
74 * AP( 2 ) and AP( 3 ) contain a( 2, 1 ) and a( 3, 1
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 36 AP,
244 /** \class StringHash<AP>
245 * \brief AP hash function
249 struct StringHash<AP> : public std::unary_function<const llvm::StringRef&, uint32_t>
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.min.js 1 (function(){jQuery.color={};jQuery.color.make=function(G,H,J,I){var A={};A.r=G||0;A.g=H||0;A.b=J||0;A.a=I!=null?I:1;A.add=function(C,D){for(var E=0;E<C.length;++E){A[C.charAt(E)]+=D}return A.normalize()};A.scale=function(C,D){for(var E=0;E<C.length;++E){A[C.charAt(E)]*=D}return A.normalize()};A.toString=function(){if(A.a>=1){return"rgb("+[A.r,A.g,A.b].join(",")+")"}else{return"rgba("+[A.r,A.g,A.b,A.a].join(",")+")"}};A.normalize=function(){function C(E,D,F){return D<E?E:(D>F?F:D)}A.r=C(0,parseInt(A.r),255);A.g=C(0,parseInt(A.g),255);A.b=C(0,parseInt(A.b),255);A.a=C(0,A.a,1);return A};A.clone=function(){return jQuery.color.make(A.r,A.b,A.g,A.a)};return A.normalize()};jQuery.color.extract=function(E,F){var A;do{A=E.css(F).toLowerCase();if(A!=""&&A!="transparent"){break}E=E.parent()}while(!jQuery.nodeName(E.get(0),"body"));if(A=="rgba(0, 0, 0, 0)"){A="transparent"}return jQuery.color.parse(A)};jQuery.color.parse=function(A){var F,H=jQuery.color.make;if(F=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(A)){return H(parseInt(F[1],10),parseInt(F[2],10),parseInt(F[3],10))}if(F=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(A)){return H(parseInt(F[1],10),parseInt(F[2],10),parseInt(F[3],10),parseFloat(F[4]))}if(F=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(A)){return H(parseFloat(F[1])*2.55,parseFloat(F[2])*2.55,parseFloat(F[3])*2.55)}if(F=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(A)){return H(parseFloat(F[1])*2.55,parseFloat(F[2])*2.55,parseFloat(F[3])*2.55,parseFloat(F[4]))}if(F=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(A)){return H(parseInt(F[1],16),parseInt(F[2],16),parseInt(F[3],16))}if(F=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(A)){return H(parseInt(F[1]+F[1],16),parseInt(F[2]+F[2],16),parseInt(F[3]+F[3],16))}var G=jQuery.trim(A).toLowerCase();if(G=="transparent"){return H(255,255,255,0)}else{F=B[G];return H(F[0],F[1],F[2])}};var B={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})();(function(C){function B(l,W,X,E){var O=[],g={colors:["#edc240","#afd8f8","#cb4b4b","#4da74d","#9440ed"],legend:{show:true,noColumns:1,labelFormatter:null,labelBoxBorderColor:"#ccc",container:null,position:"ne",margin:5,backgroundColor:null,backgroundOpacity:0.85},xaxis:{mode:null,transform:null,inverseTransform:null,min:null,max:null,autoscaleMargin:null,ticks:null,tickFormatter:null,labelWidth:null,labelHeight:null,tickDecimals:null,tickSize:null,minTickSize:null,monthNames:null,timeformat:null,twelveHourClock:false},yaxis:{autoscaleMargin:0.02},x2axis:{autoscaleMargin:null},y2axis:{autoscaleMargin:0.02},series:{points:{show:false,radius:3,lineWidth:2,fill:true,fillColor:"#ffffff"},lines:{lineWidth:2,fill:false,fillColor:null,steps:false},bars:{show:false,lineWidth:2,barWidth:1,fill:true,fillColor:null,align:"left",horizontal:false},shadowSize:3},grid:{show:true,aboveData:false,color:"#545454",backgroundColor:null,tickColor:"rgba(0,0,0,0.15)",labelMargin:5,borderWidth:2,borderColor:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,clickable:false,hoverable:false,autoHighlight:true,mouseActiveRadius:10},hooks:{}},P=null,AC=null,AD=null,Y=null,AJ=null,s={xaxis:{},yaxis:{},x2axis:{},y2axis:{}},e={left:0,right:0,top:0,bottom:0},y=0,Q=0,I=0,t=0,L={processOptions:[],processRawData:[],processDatapoints:[],draw:[],bindEvents:[],drawOverlay:[]},G=this;G.setData=f;G.setupGrid=k;G.draw=AH;G.getPlaceholder=function(){return l};G.getCanvas=function(){return P};G.getPlotOffset=function(){return e};G.width=function(){return I};G.height=function(){return t};G.offset=function(){var AK=AD.offset();AK.left+=e.left;AK.top+=e.top;return AK};G.getData=function(){return O};G.getAxes=function(){return s};G.getOptions=function(){return g};G.highlight=AE;G.unhighlight=x;G.triggerRedrawOverlay=q;G.pointOffset=function(AK){return{left:parseInt(T(AK,"xaxis").p2c(+AK.x)+e.left),top:parseInt(T(AK,"yaxis").p2c(+AK.y)+e.top)}};G.hooks=L;b(G);r(X);c();f(W);k();AH();AG();function Z(AM,AK){AK=[G].concat(AK);for(var AL=0;AL<AM.length;++AL){AM[AL].apply(this,AK)}}function b(){for(var AK=0;AK<E.length;++AK){var AL=E[AK];AL.init(G);if(AL.options){C.extend(true,g,AL.options)}}}function r(AK){C.extend(true,g,AK);if(g.grid.borderColor==null){g.grid.borderColor=g.grid.color}if(g.xaxis.noTicks&&g.xaxis.ticks==null){g.xaxis.ticks=g.xaxis.noTicks}if(g.yaxis.noTicks&&g.yaxis.ticks==null){g.yaxis.ticks=g.yaxis.noTicks}if(g.grid.coloredAreas){g.grid.markings=g.grid.coloredAreas}if(g.grid.coloredAreasColor){g.grid.markingsColor=g.grid.coloredAreasColor}if(g.lines){C.extend(true,g.series.lines,g.lines)}if(g.points){C.extend(true,g.series.points,g.points)}if(g.bars){C.extend(true,g.series.bars,g.bars)}if(g.shadowSize){g.series.shadowSize=g.shadowSize}for(var AL in L){if(g.hooks[AL]&&g.hooks[AL].length){L[AL]=L[AL].concat(g.hooks[AL])}}Z(L.processOptions,[g])}function f(AK){O=M(AK);U();m()}function M(AN){var AL=[];for(var AK=0;AK<AN.length;++AK){var AM=C.extend(true,{},g.series);if(AN[AK].data){AM.data=AN[AK].data;delete AN[AK].data;C.extend(true,AM,AN[AK]);AN[AK].data=AM.data}else{AM.data=AN[AK]}AL.push(AM)}return AL}function T(AM,AK){var AL=AM[AK];if(!AL||AL==1){return s[AK]}if(typeof AL=="number"){return s[AK.charAt(0)+AL+AK.slice(1)]}return AL}function U(){var AP;var AV=O.length,AK=[],AN=[];for(AP=0;AP<O.length;++AP){var AS=O[AP].color;if(AS!=null){--AV;if(typeof AS=="number"){AN.push(AS)}else{AK.push(C.color.parse(O[AP].color))}}}for(AP=0;AP<AN.length;++AP){AV=Math.max(AV,AN[AP]+1)}var AL=[],AO=0;AP=0;while(AL.length<AV){var AR;if(g.colors.length==AP){AR=C.color.make(100,100 (…)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 47 llvm::AsmPrinter &AP) ;
104 NVPTXAsmPrinter &AP;
108 :O(_O),AP(_AP) {
157 if (AP.nvptxSubtarget.is64Bit())
165 MCSymbol *Name = AP.Mang->getSymbol(GVar);
170 O << *nvptx::LowerConstant(Cexpr, AP);

Completed in 256 milliseconds

1 2