]> AND Private Git Repository - book_gpu.git/blob - BookGPU/Chapters/chapter5/figures/AlphaPerformanceGTX590_N16777216_conv.ps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[book_gpu.git] / BookGPU / Chapters / chapter5 / figures / AlphaPerformanceGTX590_N16777216_conv.ps
1 %!PS-Adobe-3.0
2 %Produced by poppler pdftops version: 0.18.4 (http://poppler.freedesktop.org)
3 %%Creator: MATLAB, The Mathworks, Inc. Version 7.9.0.529 (R2009b). Operating System: Microsoft Windows Vista.
4 %%LanguageLevel: 2
5 %%DocumentSuppliedResources: (atend)
6 %%DocumentMedia: plain 432 380 0 () ()
7 %%BoundingBox: 0 0 432 380
8 %%Pages: 1
9 %%EndComments
10 %%BeginDefaults
11 %%PageMedia: plain
12 %%EndDefaults
13 %%BeginProlog
14 %%BeginResource: procset xpdf 3.00 0
15 %%Copyright: Copyright 1996-2004 Glyph & Cog, LLC
16 /xpdf 75 dict def xpdf begin
17 % PDF special state
18 /pdfDictSize 15 def
19 /pdfSetup {
20   3 1 roll 2 array astore
21   /setpagedevice where {
22     pop 3 dict begin
23       /PageSize exch def
24       /ImagingBBox null def
25       /Policies 1 dict dup begin /PageSize 3 def end def
26       { /Duplex true def } if
27     currentdict end setpagedevice
28   } {
29     pop pop
30   } ifelse
31 } def
32 /pdfStartPage {
33   pdfDictSize dict begin
34   /pdfFillCS [] def
35   /pdfFillXform {} def
36   /pdfStrokeCS [] def
37   /pdfStrokeXform {} def
38   /pdfFill [0] def
39   /pdfStroke [0] def
40   /pdfFillOP false def
41   /pdfStrokeOP false def
42   /pdfLastFill false def
43   /pdfLastStroke false def
44   /pdfTextMat [1 0 0 1 0 0] def
45   /pdfFontSize 0 def
46   /pdfCharSpacing 0 def
47   /pdfTextRender 0 def
48   /pdfPatternCS false def
49   /pdfTextRise 0 def
50   /pdfWordSpacing 0 def
51   /pdfHorizScaling 1 def
52   /pdfTextClipPath [] def
53 } def
54 /pdfEndPage { end } def
55 % PDF color state
56 /cs { /pdfFillXform exch def dup /pdfFillCS exch def
57       setcolorspace } def
58 /CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
59       setcolorspace } def
60 /sc { pdfLastFill not { pdfFillCS setcolorspace } if
61       dup /pdfFill exch def aload pop pdfFillXform setcolor
62      /pdfLastFill true def /pdfLastStroke false def } def
63 /SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
64       dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
65      /pdfLastStroke true def /pdfLastFill false def } def
66 /op { /pdfFillOP exch def
67       pdfLastFill { pdfFillOP setoverprint } if } def
68 /OP { /pdfStrokeOP exch def
69       pdfLastStroke { pdfStrokeOP setoverprint } if } def
70 /fCol {
71   pdfLastFill not {
72     pdfFillCS setcolorspace
73     pdfFill aload pop pdfFillXform setcolor
74     pdfFillOP setoverprint
75     /pdfLastFill true def /pdfLastStroke false def
76   } if
77 } def
78 /sCol {
79   pdfLastStroke not {
80     pdfStrokeCS setcolorspace
81     pdfStroke aload pop pdfStrokeXform setcolor
82     pdfStrokeOP setoverprint
83     /pdfLastStroke true def /pdfLastFill false def
84   } if
85 } def
86 % build a font
87 /pdfMakeFont {
88   4 3 roll findfont
89   4 2 roll matrix scale makefont
90   dup length dict begin
91     { 1 index /FID ne { def } { pop pop } ifelse } forall
92     /Encoding exch def
93     currentdict
94   end
95   definefont pop
96 } def
97 /pdfMakeFont16 {
98   exch findfont
99   dup length dict begin
100     { 1 index /FID ne { def } { pop pop } ifelse } forall
101     /WMode exch def
102     currentdict
103   end
104   definefont pop
105 } def
106 % graphics state operators
107 /q { gsave pdfDictSize dict begin } def
108 /Q {
109   end grestore
110   /pdfLastFill where {
111     pop
112     pdfLastFill {
113       pdfFillOP setoverprint
114     } {
115       pdfStrokeOP setoverprint
116     } ifelse
117   } if
118 } def
119 /cm { concat } def
120 /d { setdash } def
121 /i { setflat } def
122 /j { setlinejoin } def
123 /J { setlinecap } def
124 /M { setmiterlimit } def
125 /w { setlinewidth } def
126 % path segment operators
127 /m { moveto } def
128 /l { lineto } def
129 /c { curveto } def
130 /re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
131       neg 0 rlineto closepath } def
132 /h { closepath } def
133 % path painting operators
134 /S { sCol stroke } def
135 /Sf { fCol stroke } def
136 /f { fCol fill } def
137 /f* { fCol eofill } def
138 % clipping operators
139 /W { clip newpath } def
140 /W* { eoclip newpath } def
141 /Ws { strokepath clip newpath } def
142 % text state operators
143 /Tc { /pdfCharSpacing exch def } def
144 /Tf { dup /pdfFontSize exch def
145       dup pdfHorizScaling mul exch matrix scale
146       pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
147       exch findfont exch makefont setfont } def
148 /Tr { /pdfTextRender exch def } def
149 /Tp { /pdfPatternCS exch def } def
150 /Ts { /pdfTextRise exch def } def
151 /Tw { /pdfWordSpacing exch def } def
152 /Tz { /pdfHorizScaling exch def } def
153 % text positioning operators
154 /Td { pdfTextMat transform moveto } def
155 /Tm { /pdfTextMat exch def } def
156 % text string operators
157 /cshow where {
158   pop
159   /cshow2 {
160     dup {
161       pop pop
162       1 string dup 0 3 index put 3 index exec
163     } exch cshow
164     pop pop
165   } def
166 }{
167   /cshow2 {
168     currentfont /FontType get 0 eq {
169       0 2 2 index length 1 sub {
170         2 copy get exch 1 add 2 index exch get
171         2 copy exch 256 mul add
172         2 string dup 0 6 5 roll put dup 1 5 4 roll put
173         3 index exec
174       } for
175     } {
176       dup {
177         1 string dup 0 3 index put 3 index exec
178       } forall
179     } ifelse
180     pop pop
181   } def
182 } ifelse
183 /awcp {
184   exch {
185     false charpath
186     5 index 5 index rmoveto
187     6 index eq { 7 index 7 index rmoveto } if
188   } exch cshow2
189   6 {pop} repeat
190 } def
191 /Tj {
192   fCol
193   1 index stringwidth pdfTextMat idtransform pop
194   sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
195   pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
196   4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
197   pdfTextMat dtransform
198   6 5 roll Tj1
199 } def
200 /Tj16 {
201   fCol
202   2 index stringwidth pdfTextMat idtransform pop
203   sub exch div
204   pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
205   4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
206   pdfTextMat dtransform
207   6 5 roll Tj1
208 } def
209 /Tj16V {
210   fCol
211   2 index stringwidth pdfTextMat idtransform exch pop
212   sub exch div
213   0 pdfWordSpacing pdfTextMat dtransform 32
214   4 3 roll pdfCharSpacing add 0 exch
215   pdfTextMat dtransform
216   6 5 roll Tj1
217 } def
218 /Tj1 {
219   0 pdfTextRise pdfTextMat dtransform rmoveto
220   currentpoint 8 2 roll
221   pdfTextRender 1 and 0 eq pdfPatternCS not and {
222     6 copy awidthshow
223   } if
224   pdfTextRender 3 and dup 1 eq exch 2 eq or {
225     7 index 7 index moveto
226     6 copy
227     currentfont /FontType get 3 eq { fCol } { sCol } ifelse
228     false awcp currentpoint stroke moveto
229   } if
230   pdfTextRender 4 and 0 ne pdfPatternCS or {
231     8 6 roll moveto
232     false awcp
233     /pdfTextClipPath [ pdfTextClipPath aload pop
234       {/moveto cvx}
235       {/lineto cvx}
236       {/curveto cvx}
237       {/closepath cvx}
238     pathforall ] def
239     currentpoint newpath moveto
240   } {
241     8 {pop} repeat
242   } ifelse
243   0 pdfTextRise neg pdfTextMat dtransform rmoveto
244 } def
245 /TJm { pdfFontSize 0.001 mul mul neg 0
246        pdfTextMat dtransform rmoveto } def
247 /TJmV { pdfFontSize 0.001 mul mul neg 0 exch
248         pdfTextMat dtransform rmoveto } def
249 /Tclip { pdfTextClipPath cvx exec clip newpath
250          /pdfTextClipPath [] def } def
251 /Tclip* { pdfTextClipPath cvx exec eoclip newpath
252          /pdfTextClipPath [] def } def
253 % Level 2 image operators
254 /pdfImBuf 100 string def
255 /pdfIm {
256   image
257   { currentfile pdfImBuf readline
258     not { pop exit } if
259     (%-EOD-) eq { exit } if } loop
260 } def
261 /pdfImM {
262   fCol imagemask
263   { currentfile pdfImBuf readline
264     not { pop exit } if
265     (%-EOD-) eq { exit } if } loop
266 } def
267 /pr { 2 index 2 index 3 2 roll putinterval 4 add } def
268 /pdfImClip {
269   gsave
270   0 2 4 index length 1 sub {
271     dup 4 index exch 2 copy
272     get 5 index div put
273     1 add 3 index exch 2 copy
274     get 3 index div put
275   } for
276   pop pop rectclip
277 } def
278 /pdfImClipEnd { grestore } def
279 % shading operators
280 /colordelta {
281   false 0 1 3 index length 1 sub {
282     dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
283       pop true
284     } if
285   } for
286   exch pop exch pop
287 } def
288 /funcCol { func n array astore } def
289 /funcSH {
290   dup 0 eq {
291     true
292   } {
293     dup 6 eq {
294       false
295     } {
296       4 index 4 index funcCol dup
297       6 index 4 index funcCol dup
298       3 1 roll colordelta 3 1 roll
299       5 index 5 index funcCol dup
300       3 1 roll colordelta 3 1 roll
301       6 index 8 index funcCol dup
302       3 1 roll colordelta 3 1 roll
303       colordelta or or or
304     } ifelse
305   } ifelse
306   {
307     1 add
308     4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
309     6 index 6 index 4 index 4 index 4 index funcSH
310     2 index 6 index 6 index 4 index 4 index funcSH
311     6 index 2 index 4 index 6 index 4 index funcSH
312     5 3 roll 3 2 roll funcSH pop pop
313   } {
314     pop 3 index 2 index add 0.5 mul 3 index  2 index add 0.5 mul
315     funcCol sc
316     dup 4 index exch mat transform m
317     3 index 3 index mat transform l
318     1 index 3 index mat transform l
319     mat transform l pop pop h f*
320   } ifelse
321 } def
322 /axialCol {
323   dup 0 lt {
324     pop t0
325   } {
326     dup 1 gt {
327       pop t1
328     } {
329       dt mul t0 add
330     } ifelse
331   } ifelse
332   func n array astore
333 } def
334 /axialSH {
335   dup 0 eq {
336     true
337   } {
338     dup 8 eq {
339       false
340     } {
341       2 index axialCol 2 index axialCol colordelta
342     } ifelse
343   } ifelse
344   {
345     1 add 3 1 roll 2 copy add 0.5 mul
346     dup 4 3 roll exch 4 index axialSH
347     exch 3 2 roll axialSH
348   } {
349     pop 2 copy add 0.5 mul
350     axialCol sc
351     exch dup dx mul x0 add exch dy mul y0 add
352     3 2 roll dup dx mul x0 add exch dy mul y0 add
353     dx abs dy abs ge {
354       2 copy yMin sub dy mul dx div add yMin m
355       yMax sub dy mul dx div add yMax l
356       2 copy yMax sub dy mul dx div add yMax l
357       yMin sub dy mul dx div add yMin l
358       h f*
359     } {
360       exch 2 copy xMin sub dx mul dy div add xMin exch m
361       xMax sub dx mul dy div add xMax exch l
362       exch 2 copy xMax sub dx mul dy div add xMax exch l
363       xMin sub dx mul dy div add xMin exch l
364       h f*
365     } ifelse
366   } ifelse
367 } def
368 /radialCol {
369   dup t0 lt {
370     pop t0
371   } {
372     dup t1 gt {
373       pop t1
374     } if
375   } ifelse
376   func n array astore
377 } def
378 /radialSH {
379   dup 0 eq {
380     true
381   } {
382     dup 8 eq {
383       false
384     } {
385       2 index dt mul t0 add radialCol
386       2 index dt mul t0 add radialCol colordelta
387     } ifelse
388   } ifelse
389   {
390     1 add 3 1 roll 2 copy add 0.5 mul
391     dup 4 3 roll exch 4 index radialSH
392     exch 3 2 roll radialSH
393   } {
394     pop 2 copy add 0.5 mul dt mul t0 add
395     radialCol sc
396     encl {
397       exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
398       0 360 arc h
399       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
400       360 0 arcn h f
401     } {
402       2 copy
403       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
404       a1 a2 arcn
405       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
406       a2 a1 arcn h
407       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
408       a1 a2 arc
409       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
410       a2 a1 arc h f
411     } ifelse
412   } ifelse
413 } def
414 end
415 %%EndResource
416 %%EndProlog
417 %%BeginSetup
418 xpdf begin
419 /F9_0 /Symbol 1 1
420 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
421   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
422   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
423   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
424   /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
425   /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
426   /zero/one/two/three/four/five/six/seven
427   /eight/nine/colon/semicolon/less/equal/greater/question
428   /at/A/B/C/D/E/F/G
429   /H/I/J/K/L/M/N/O
430   /P/Q/R/S/T/U/V/W
431   /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
432   /grave/alpha/b/c/d/e/f/g
433   /h/i/j/k/l/m/n/o
434   /p/q/r/s/t/u/v/w
435   /x/y/z/braceleft/bar/braceright/asciitilde/bullet
436   /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
437   /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
438   /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
439   /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
440   /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
441   /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
442   /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
443   /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
444   /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
445   /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
446   /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
447   /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
448   /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
449   /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
450   /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
451   /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
452 pdfMakeFont
453 /F8_0 /Courier 1 1
454 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
455   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
456   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
457   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
458   /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
459   /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
460   /zero/one/two/three/four/five/six/seven
461   /eight/nine/colon/semicolon/less/equal/greater/question
462   /at/A/B/C/D/E/F/G
463   /H/I/J/K/L/M/N/O
464   /P/Q/R/S/T/U/V/W
465   /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
466   /quoteleft/a/b/c/d/e/f/g
467   /h/i/j/k/l/m/n/o
468   /p/q/r/s/t/u/v/w
469   /x/y/z/braceleft/bar/braceright/asciitilde/.notdef
470   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
471   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
472   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
473   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
474   /.notdef/exclamdown/cent/sterling/fraction/yen/florin/section
475   /currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl
476   /.notdef/endash/dagger/daggerdbl/periodcentered/.notdef/paragraph/bullet
477   /quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand/.notdef/questiondown
478   /.notdef/grave/acute/circumflex/tilde/macron/breve/dotaccent
479   /dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron
480   /emdash/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
481   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
482   /.notdef/AE/.notdef/ordfeminine/.notdef/.notdef/.notdef/.notdef
483   /Lslash/Oslash/OE/ordmasculine/.notdef/.notdef/.notdef/.notdef
484   /.notdef/ae/.notdef/.notdef/.notdef/dotlessi/.notdef/.notdef
485   /lslash/oslash/oe/germandbls/.notdef/.notdef/.notdef/.notdef]
486 pdfMakeFont
487 432 380 false pdfSetup
488 %%EndSetup
489 %%Page: 1 1
490 %%BeginPageSetup
491 %%PageOrientation: Portrait
492 pdfStartPage
493 0 0 432 380 re W
494 %%EndPageSetup
495 [] 0 d
496 1 i
497 0 j
498 0 J
499 10 M
500 1 w
501 /DeviceGray {} cs
502 [0] sc
503 /DeviceGray {} CS
504 [0] SC
505 false op
506 false OP
507 {} settransfer
508 q
509 q
510 [0.1 0 0 0.1 0 0] cm
511 q
512 0 0 4320 3790 re
513 W
514 5 w
515 1 j
516 /DeviceGray {} CS
517 [1] SC
518 561.668 412.5 3348.332 3092.5 re
519 S
520 [5 40] 0 d
521 3.33333 w
522 /DeviceGray {} CS
523 [0] SC
524 1230.83 412.5 m
525 1230.83 3505 l
526 S
527 1230.83 3505 m
528 1230.83 3505 l
529 S
530 1900.83 412.5 m
531 1900.83 3505 l
532 S
533 1900.83 3505 m
534 1900.83 3505 l
535 S
536 2570 412.5 m
537 2570 3505 l
538 S
539 2570 3505 m
540 2570 3505 l
541 S
542 3240 412.5 m
543 3240 3505 l
544 S
545 3240 3505 m
546 3240 3505 l
547 S
548 561.668 412.5 m
549 3910 412.5 l
550 S
551 3910 412.5 m
552 3910 412.5 l
553 S
554 561.668 928.332 m
555 3910 928.332 l
556 S
557 3910 928.332 m
558 3910 928.332 l
559 S
560 561.668 1443.33 m
561 3910 1443.33 l
562 S
563 3910 1443.33 m
564 3910 1443.33 l
565 S
566 561.668 1959.17 m
567 3910 1959.17 l
568 S
569 3910 1959.17 m
570 3910 1959.17 l
571 S
572 561.668 2474.17 m
573 3910 2474.17 l
574 S
575 3910 2474.17 m
576 3910 2474.17 l
577 S
578 561.668 2990 m
579 3910 2990 l
580 S
581 3910 2990 m
582 3910 2990 l
583 S
584 561.668 3505 m
585 3910 3505 l
586 S
587 3910 3505 m
588 3910 3505 l
589 S
590 [] 0 d
591 5 w
592 561.668 3505 m
593 3910 3505 l
594 S
595 561.668 412.5 m
596 3910 412.5 l
597 S
598 3910 412.5 m
599 3910 3505 l
600 S
601 561.668 412.5 m
602 561.668 3505 l
603 S
604 561.668 412.5 m
605 3910 412.5 l
606 S
607 561.668 412.5 m
608 561.668 3505 l
609 S
610 1230.83 412.5 m
611 1230.83 446.668 l
612 S
613 1230.83 3505 m
614 1230.83 3471.67 l
615 S
616 /DeviceGray {} cs
617 [0] sc
618 q
619 [10 0 0 10 0 0] cm
620 [1 0 0 1 0 0] Tm
621 0 0 Td
622 [1 0 0 1 118.917 27.1668] Tm
623 0 0 Td
624 /F8_0 14 Tf
625 (1) 8.4 Tj
626 Q
627 1900.83 412.5 m
628 1900.83 446.668 l
629 S
630 1900.83 3505 m
631 1900.83 3471.67 l
632 S
633 q
634 [10 0 0 10 0 0] cm
635 [1 0 0 1 0 0] Tm
636 0 0 Td
637 [1 0 0 1 185.917 27.1668] Tm
638 0 0 Td
639 /F8_0 14 Tf
640 (2) 8.4 Tj
641 Q
642 2570 412.5 m
643 2570 446.668 l
644 S
645 2570 3505 m
646 2570 3471.67 l
647 S
648 q
649 [10 0 0 10 0 0] cm
650 [1 0 0 1 0 0] Tm
651 0 0 Td
652 [1 0 0 1 252.833 27.1668] Tm
653 0 0 Td
654 /F8_0 14 Tf
655 (3) 8.4 Tj
656 Q
657 3240 412.5 m
658 3240 446.668 l
659 S
660 3240 3505 m
661 3240 3471.67 l
662 S
663 q
664 [10 0 0 10 0 0] cm
665 [1 0 0 1 0 0] Tm
666 0 0 Td
667 [1 0 0 1 319.833 27.1668] Tm
668 0 0 Td
669 /F8_0 14 Tf
670 (4) 8.4 Tj
671 Q
672 561.668 412.5 m
673 595 412.5 l
674 S
675 3910 412.5 m
676 3875.83 412.5 l
677 S
678 q
679 [10 0 0 10 0 0] cm
680 [1 0 0 1 0 0] Tm
681 0 0 Td
682 [1 0 0 1 44.9168 36.75] Tm
683 0 0 Td
684 /F8_0 14 Tf
685 (0) 8.4 Tj
686 Q
687 561.668 928.332 m
688 595 928.332 l
689 S
690 3910 928.332 m
691 3875.83 928.332 l
692 S
693 q
694 [10 0 0 10 0 0] cm
695 [1 0 0 1 0 0] Tm
696 0 0 Td
697 [1 0 0 1 36.5 88.3332] Tm
698 0 0 Td
699 /F8_0 14 Tf
700 (10) 16.8 Tj
701 Q
702 561.668 1443.33 m
703 595 1443.33 l
704 S
705 3910 1443.33 m
706 3875.83 1443.33 l
707 S
708 q
709 [10 0 0 10 0 0] cm
710 [1 0 0 1 0 0] Tm
711 0 0 Td
712 [1 0 0 1 36.5 139.833] Tm
713 0 0 Td
714 /F8_0 14 Tf
715 (20) 16.8 Tj
716 Q
717 561.668 1959.17 m
718 595 1959.17 l
719 S
720 3910 1959.17 m
721 3875.83 1959.17 l
722 S
723 q
724 [10 0 0 10 0 0] cm
725 [1 0 0 1 0 0] Tm
726 0 0 Td
727 [1 0 0 1 36.5 191.417] Tm
728 0 0 Td
729 /F8_0 14 Tf
730 (30) 16.8 Tj
731 Q
732 561.668 2474.17 m
733 595 2474.17 l
734 S
735 3910 2474.17 m
736 3875.83 2474.17 l
737 S
738 q
739 [10 0 0 10 0 0] cm
740 [1 0 0 1 0 0] Tm
741 0 0 Td
742 [1 0 0 1 36.5 242.917] Tm
743 0 0 Td
744 /F8_0 14 Tf
745 (40) 16.8 Tj
746 Q
747 561.668 2990 m
748 595 2990 l
749 S
750 3910 2990 m
751 3875.83 2990 l
752 S
753 q
754 [10 0 0 10 0 0] cm
755 [1 0 0 1 0 0] Tm
756 0 0 Td
757 [1 0 0 1 36.5 294.5] Tm
758 0 0 Td
759 /F8_0 14 Tf
760 (50) 16.8 Tj
761 Q
762 561.668 3505 m
763 595 3505 l
764 S
765 3910 3505 m
766 3875.83 3505 l
767 S
768 q
769 [10 0 0 10 0 0] cm
770 [1 0 0 1 0 0] Tm
771 0 0 Td
772 [1 0 0 1 36.5 346] Tm
773 0 0 Td
774 /F8_0 14 Tf
775 (60) 16.8 Tj
776 Q
777 561.668 3505 m
778 3910 3505 l
779 S
780 561.668 412.5 m
781 3910 412.5 l
782 S
783 3910 412.5 m
784 3910 3505 l
785 S
786 561.668 412.5 m
787 561.668 3505 l
788 S
789 Q
790 q
791 561.668 411.668 3349.162 3093.332 re
792 W
793 /DeviceGray {} cs
794 [0] sc
795 1058.33 412.5 153.336 1450 re
796 f*
797 5 w
798 1 j
799 /DeviceGray {} CS
800 [0] SC
801 1058.33 412.5 153.34 1450 re
802 S
803 1728.33 412.5 153.336 2035 re
804 f*
805 1728.33 412.5 153.34 2035 re
806 S
807 2398.33 412.5 152.5 2409.17 re
808 f*
809 2398.33 412.5 152.5 2409.17 re
810 S
811 3067.5 412.5 153.332 2638.33 re
812 f*
813 3067.5 412.5 153.33 2638.33 re
814 S
815 10 w
816 561.668 412.5 m
817 3910 412.5 l
818 S
819 /DeviceGray {} cs
820 [1] sc
821 1250 412.5 153.332 1193.33 re
822 f*
823 5 w
824 1250 412.5 153.33 1193.33 re
825 S
826 1920 412.5 152.5 1553.33 re
827 f*
828 1920 412.5 152.5 1553.33 re
829 S
830 2589.17 412.5 153.332 1788.33 re
831 f*
832 2589.17 412.5 153.33 1788.33 re
833 S
834 3259.17 412.5 153.332 1938.33 re
835 f*
836 3259.17 412.5 153.33 1938.33 re
837 S
838 Q
839 q
840 0 0 4320 3790 re
841 W
842 /DeviceGray {} CS
843 [0] SC
844 /DeviceGray {} cs
845 [0] sc
846 q
847 [10 0 0 10 0 0] cm
848 [1 0 0 1 0 0] Tm
849 0 0 Td
850 [1 0 0 1 219.083 13] Tm
851 0 0 Td
852 /F9_0 14 Tf
853 (a) 8.834 Tj
854 [0 1 -1 0 29.75 170.667] Tm
855 0 0 Td
856 /F8_0 14 Tf
857 (GFlops) 50.4 Tj
858 [1 0 0 1 52 36.5832] Tm
859 0 0 Td
860 /F8_0 14 Tf
861 ( ) 8.4 Tj
862 334.917 309.334 Td
863 ( ) 8.4 Tj
864 Q
865 /DeviceGray {} cs
866 [1] sc
867 611.668 3138.33 925 315.836 re
868 f*
869 5 w
870 1 j
871 /DeviceGray {} CS
872 [1] SC
873 611.668 3138.33 925.002 315.84 re
874 S
875 /DeviceGray {} CS
876 [0] SC
877 611.668 3454.17 m
878 1536.67 3454.17 l
879 S
880 611.668 3138.33 m
881 1536.67 3138.33 l
882 S
883 1536.67 3138.33 m
884 1536.67 3454.17 l
885 S
886 611.668 3138.33 m
887 611.668 3454.17 l
888 S
889 611.668 3138.33 m
890 1536.67 3138.33 l
891 S
892 611.668 3138.33 m
893 611.668 3454.17 l
894 S
895 611.668 3454.17 m
896 1536.67 3454.17 l
897 S
898 611.668 3138.33 m
899 1536.67 3138.33 l
900 S
901 1536.67 3138.33 m
902 1536.67 3454.17 l
903 S
904 611.668 3138.33 m
905 611.668 3454.17 l
906 S
907 /DeviceGray {} cs
908 [0] sc
909 q
910 [10 0 0 10 0 0] cm
911 [1 0 0 1 0 0] Tm
912 0 0 Td
913 [1 0 0 1 100.333 332.25] Tm
914 0 0 Td
915 /F8_0 14 Tf
916 (single) 50.4 Tj
917 Q
918 Q
919 q
920 611.668 3137.5 925.832 316.67 re
921 W
922 /DeviceGray {} cs
923 [0] sc
924 671.668 3314.17 300.832 109.164 re
925 f*
926 5 w
927 1 j
928 /DeviceGray {} CS
929 [0] SC
930 671.668 3314.17 m
931 671.668 3423.33 l
932 972.5 3423.33 l
933 972.5 3314.17 l
934 671.668 3314.17 l
935 671.668 3314.17 l
936 S
937 Q
938 q
939 0 0 4320 3790 re
940 W
941 /DeviceGray {} CS
942 [0] SC
943 /DeviceGray {} cs
944 [0] sc
945 q
946 [10 0 0 10 0 0] cm
947 [1 0 0 1 0 0] Tm
948 0 0 Td
949 [1 0 0 1 100.333 317.75] Tm
950 0 0 Td
951 /F8_0 14 Tf
952 (double) 50.4 Tj
953 Q
954 Q
955 q
956 611.668 3137.5 925.832 316.67 re
957 W
958 /DeviceGray {} cs
959 [1] sc
960 671.668 3170 300.832 109.168 re
961 f*
962 5 w
963 1 j
964 /DeviceGray {} CS
965 [0] SC
966 671.668 3170 m
967 671.668 3279.17 l
968 972.5 3279.17 l
969 972.5 3170 l
970 671.668 3170 l
971 671.668 3170 l
972 S
973 Q
974 Q
975 Q
976 showpage
977 %%PageTrailer
978 pdfEndPage
979 %%Trailer
980 end
981 %%DocumentSuppliedResources:
982 %%EOF