Difference between revisions of "Template:Computer architecture bit widths"

From blackwiki
Jump to navigation Jump to search
imported>Codename Lisa
(Reverted good faith edits by 199.192.67.251 (talk): Quality of contribution is too poor.)
imported>Codename Lisa
m (Replaced hacks with standard code. Also CSS does not have an "align" property.)
Line 1: Line 1:
{| class="infobox" style="width: 300px; align:left; font-size: 92%"
+
{| class="infobox" style="width: 300px; font-size: 92%"
! class="navbox-title" colspan="16" | '''[[Word (computer architecture)|Bit]]'''
+
! class="navbox-title" | [[Word (computer architecture)|Bit]]
 
|-
 
|-
| [[1-bit architecture|1]] || [[4-bit|4]] || [[8-bit|8]] || [[12-bit|12]] || [[16-bit|16]] || [[18-bit|18]] || [[24-bit|24]] || [[31-bit|31]] || [[32-bit|32]] || [[36-bit|36]] || [[48-bit|48]] || [[60-bit|60]] || [[64-bit computing|64]] || [[128-bit|128]] || [[256-bit|256]] || [[512-bit|512]]
+
|
 +
{| style="margin:0 auto 0 auto"
 +
  | [[1-bit architecture|1]] || [[4-bit|4]] || [[8-bit|8]] || [[12-bit|12]] || [[16-bit|16]] || [[18-bit|18]] || [[24-bit|24]] || [[31-bit|31]] || [[32-bit|32]] || [[36-bit|36]] || [[48-bit|48]] || [[60-bit|60]] || [[64-bit computing|64]] || [[128-bit|128]] || [[256-bit|256]] || [[512-bit|512]]
 +
  |}
 
|-
 
|-
! class="navbox-title" colspan="16" | '''[[Application software|Application]]'''
+
! class="navbox-title" | [[Application software|Application]]
 
|-
 
|-
| || || || || [[16-bit#16-bit application|16]] || || || || [[32-bit application#32-bit application|32]] || || || || [[64-bit computing#64-bit application|64]] ||
+
|
 +
{| style="margin:0 auto 0 auto"
 +
  | [[16-bit#16-bit application|16]] || [[32-bit#32-bit application|32]] || [[64-bit computing#64-bit application|64]]
 +
  |}
 
|-
 
|-
! class="navbox-title" colspan="16" | '''[[IEEE floating point|Floating point]]''' '''[[Precision (computer science)|precision]]'''
+
! class="navbox-title" | [[IEEE floating point|Floating point]] [[Precision (computer science)|precision]]
 
|- valign="top"
 
|- valign="top"
||| || || ||[[Half-precision floating-point format|×½]]|| || || ||[[Single-precision floating-point format|×1]]|| || || ||[[Double-precision floating-point format|×2]]||[[Quadruple-precision floating-point format|×4]]
+
|
 +
  {| style="margin:0 auto 0 auto"
 +
  | [[Half-precision floating-point format|×½]] || [[Single-precision floating-point format|×1]] || [[Double-precision floating-point format|×2]] || [[Quadruple-precision floating-point format|×4]]
 +
  |}
 
|-
 
|-
! class="navbox-title" colspan="16" | '''[[IEEE floating point|Floating point]]''' '''[[Precision (computer science)|decimal precision]]'''
+
! class="navbox-title" | [[IEEE floating point|Floating point]] [[Precision (computer science)|decimal precision]]
 
|- valign="top"
 
|- valign="top"
||| || || || || || || || [[Decimal32 floating-point format|32]] || || || || [[Decimal64 floating-point format|64]] || [[Decimal128 floating-point format|128]]
+
|
 +
  {| style="margin:0 auto 0 auto"
 +
  | [[Decimal32 floating-point format|32]] || [[Decimal64 floating-point format|64]] || [[Decimal128 floating-point format|128]]
 +
  |}
 
|-
 
|-
| colspan="16" style="text-align:right" | {{navbar|Computer architecture bit widths|mini=y}}
+
| style="text-align:right" | {{navbar|Computer architecture bit widths|mini=y}}
 
|}<noinclude>{{doc|content=
 
|}<noinclude>{{doc|content=
 
 
==See also==
 
==See also==
*{{tl|Computer bus}}
+
* {{tl|Computer bus}}
*{{tl|Parallel computing}}
+
* {{tl|Parallel computing}}
*{{tl|CPU technologies}}
+
* {{tl|CPU technologies}}
*{{tl|Floating-point}}
+
* {{tl|Floating-point}}
  
 
[[Category:Computer hardware navigational boxes]]
 
[[Category:Computer hardware navigational boxes]]
 
}}</noinclude>
 
}}</noinclude>

Revision as of 08:53, 14 March 2014

Bit
1 4 8 12 16 18 24 31 32 36 48 60 64 128 256 512
Application
16 32 64
Floating point precision
×½ ×1 ×2 ×4
Floating point decimal precision
32 64 128
Template documentation

See also