Searched refs:AP (Results 1 - 25 of 41) sorted by relevance

12

/external/llvm/lib/CodeGen/
H A DGCMetadataPrinter.cpp21 void GCMetadataPrinter::beginAssembly(AsmPrinter &AP) { argument
25 void GCMetadataPrinter::finishAssembly(AsmPrinter &AP) { argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp36 void beginAssembly(AsmPrinter &AP);
37 void finishAssembly(AsmPrinter &AP);
47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { argument
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) { argument
70 AP.OutStreamer.SwitchSection(AP
71 EmitCamlGlobal(getModule(), AP, "code_begin"); local
74 EmitCamlGlobal(getModule(), AP, "data_begin"); local
93 finishAssembly(AsmPrinter &AP) argument
97 EmitCamlGlobal(getModule(), AP, "code_end"); local
100 EmitCamlGlobal(getModule(), AP, "data_end"); local
106 EmitCamlGlobal(getModule(), AP, "frametable"); local
[all...]
H A DDIE.cpp56 void DIEAbbrev::Emit(AsmPrinter *AP) const {
59 AP->EmitULEB128(Tag, dwarf::TagString(Tag));
63 AP->EmitULEB128(ChildrenFlag, dwarf::ChildrenString(ChildrenFlag));
71 AP->EmitULEB128(AttrData.getAttribute(),
76 AP->EmitULEB128(AttrData.getForm(),
81 AP->EmitULEB128(0, "EOM(1)");
82 AP->EmitULEB128(0, "EOM(2)");
210 unsigned DIEInteger::SizeOf(AsmPrinter *AP, unsigned Form) const { argument
224 case dwarf::DW_FORM_addr: return AP->getTargetData().getPointerSize();
242 void DIELabel::EmitValue(AsmPrinter *AP, unsigne argument
248 SizeOf(AsmPrinter *AP, unsigned Form) const argument
266 EmitValue(AsmPrinter *AP, unsigned Form) const argument
272 SizeOf(AsmPrinter *AP, unsigned Form) const argument
290 EmitValue(AsmPrinter *AP, unsigned Form) const argument
306 ComputeSize(AsmPrinter *AP) argument
334 SizeOf(AsmPrinter *AP, unsigned Form) const argument
[all...]
/external/eigen/blas/
H A Dchpr.f1 SUBROUTINE CHPR(UPLO,N,ALPHA,X,INCX,AP)
8 COMPLEX AP(*),X(*) local in subroutine:CHPR
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(
[all...]
H A Dchpr2.f1 SUBROUTINE CHPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
8 COMPLEX AP(*),X(*),Y(*) local in subroutine:CHPR2
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(
[all...]
H A Dzhpr.f1 SUBROUTINE ZHPR(UPLO,N,ALPHA,X,INCX,AP)
8 DOUBLE COMPLEX AP(*),X(*) local in subroutine:ZHPR
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(
[all...]
H A Dzhpr2.f1 SUBROUTINE ZHPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
8 DOUBLE COMPLEX AP(*),X(*),Y(*) local in subroutine:ZHPR2
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(
[all...]
H A Dctpmv.f1 SUBROUTINE CTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 COMPLEX AP(*),X(*) local in subroutine:CTPMV
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(
[all...]
H A Dctpsv.f1 SUBROUTINE CTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 COMPLEX AP(*),X(*) local in subroutine:CTPSV
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(
[all...]
H A Dztpmv.f1 SUBROUTINE ZTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 DOUBLE COMPLEX AP(*),X(*) local in subroutine:ZTPMV
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(
[all...]
H A Dztpsv.f1 SUBROUTINE ZTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 DOUBLE COMPLEX AP(*),X(*) local in subroutine:ZTPSV
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(
[all...]
H A Ddspr.f1 SUBROUTINE DSPR(UPLO,N,ALPHA,X,INCX,AP)
8 DOUBLE PRECISION AP(*),X(*) local in subroutine:DSPR
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(
[all...]
H A Dsspr.f1 SUBROUTINE SSPR(UPLO,N,ALPHA,X,INCX,AP)
8 REAL AP(*),X(*) local in subroutine:SSPR
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(
[all...]
H A Ddspmv.f1 SUBROUTINE DSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 DOUBLE PRECISION AP(*),X(*),Y(*) local in subroutine:DSPMV
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(
[all...]
H A Dsspmv.f1 SUBROUTINE SSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 REAL AP(*),X(*),Y(*) local in subroutine:SSPMV
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(
[all...]
H A Ddtpmv.f1 SUBROUTINE DTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 DOUBLE PRECISION AP(*),X(*) local in subroutine:DTPMV
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(
[all...]
H A Ddtpsv.f1 SUBROUTINE DTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 DOUBLE PRECISION AP(*),X(*) local in subroutine:DTPSV
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(
[all...]
H A Dstpmv.f1 SUBROUTINE STPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 REAL AP(*),X(*) local in subroutine:STPMV
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(
[all...]
H A Dstpsv.f1 SUBROUTINE STPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 REAL AP(*),X(*) local in subroutine:STPSV
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(
[all...]
H A Ddspr2.f1 SUBROUTINE DSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
8 DOUBLE PRECISION AP(*),X(*),Y(*) local in subroutine:DSPR2
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(
[all...]
H A Dsspr2.f1 SUBROUTINE SSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
8 REAL AP(*),X(*),Y(*) local in subroutine:SSPR2
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(
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp42 HexagonAsmPrinter& AP) {
71 AP.OutContext));
74 MCO = GetSymbolRef(MO, AP.Mang->getSymbol(MO.getGlobal()), AP);
77 MCO = GetSymbolRef(MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()),
78 AP);
81 MCO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP);
84 MCO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP);
41 HexagonLowerToMC(const MachineInstr* MI, MCInst& MCI, HexagonAsmPrinter& AP) argument
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dansidecl.h165 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy
166 #define VA_CLOSE(AP) } va_end(AP); }
167 #define VA_FIXEDARG(AP, T, N) struct Qdmy
212 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP); { struct Qdmy
213 #define VA_CLOSE(AP) } va_en
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp26 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) { argument
27 return AP.MMI->getObjFileInfo<MachineModuleInfoMachO>();
31 static MCSymbol *GetSymbolFromOperand(const MachineOperand &MO, AsmPrinter &AP){ argument
32 MCContext &Ctx = AP.OutContext;
37 Name += AP.MAI->getGlobalPrefix();
46 AP.Mang->getNameWithPrefix(Name, GV, isImplicitlyPrivate);
55 getMachOMMI(AP).getFnStubEntry(Sym);
62 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()),
79 MachineModuleInfoMachO &MachO = getMachOMMI(AP);
88 StubValueTy(AP
144 LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, AsmPrinter &AP, bool isDarwin) argument
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
H A Djquery.flot.min.js1 (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]
[all...]

Completed in 258 milliseconds

12