dbo:abstract |
In der Informatik ist vierfache Genauigkeit (englisch quad precision) eine Bezeichnung für ein Zahlenformat, das vier Speichereinheiten im Rechner belegt. Damit sind die genauen Details abhängig vom Rechnerhersteller und dessen Speicherarchitektur. Der im folgenden Bild gezeigte 128-Bit-Datentyp ist in der aktuellen Fassung des IEEE 754-2008 Standard beschrieben: Die Bezeichnung ist nicht nur für Gleitkommazahlen vorbehalten, sondern auch für Ganzzahlformate anwendbar (Double Quadword). (de) In computing, quadruple precision (or quad precision) is a binary floating point–based computer number format that occupies 16 bytes (128 bits) with precision at least twice the 53-bit double precision. This 128-bit quadruple precision is designed not only for applications requiring results in higher than double precision, but also, as a primary function, to allow the computation of double precision results more reliably and accurately by minimising overflow and round-off errors in intermediate calculations and scratch variables. William Kahan, primary architect of the original IEEE-754 floating point standard noted, "For now the 10-byte Extended format is a tolerable compromise between the value of extra-precise arithmetic and the price of implementing it to run fast; very soon two more bytes of precision will become tolerable, and ultimately a 16-byte format ... That kind of gradual evolution towards wider precision was already in view when IEEE Standard 754 for Floating-Point Arithmetic was framed." In IEEE 754-2008 the 128-bit base-2 format is officially referred to as binary128. (en) 四倍精度浮動小数点形式(よんばいせいどふどうしょうすうてん、英語: quadruple-precision floating-point format)は、浮動小数点数の形式の1つで、よく使われている通常の倍精度形式と比して、仮数部の長さが約2倍である。 Nicholas J. Higham『Accuracy and Stability of Numerical Algorithms』(2nd.e)が、カハンの言として引用している文によれば、 For now the 10-byte Extended format is a tolerable compromise between the value of extra-precise arithmetic and the price of implementing it to run fast; very soon two more bytes of precision will become tolerable, and ultimately a 16-byte format ... That kind of gradual evolution towards wider precision was already in view when IEEE Standard 754 for Floating-Point Arithmetic was framed. (訳)これまでのところは、10バイトの拡張倍精度は、高精度演算の価値と高速に動作させるための実装コストとの間の妥協点としては許容できるものです。そうしてすぐにさらに2バイト分長い精度が妥当になるでしょう。そうして究極的には16バイトフォーマットもが…。この種の、より広い精度への段階的な進化はIEEE 754の規格が形成された時には既に想定されていました。 とのことである。(編注: 英語版Wikipediaが孫引きしている。英語版Wikipediaの引用元が示している引用元は「W. Kahan. Computer benchmarks versus accuracy. Draft manuscript, June 1994.」となっている) IEEE 754-2008では、128ビットの二進フォーマットが公式にbinary128として定義された。次に示す。 (ja) Число́ четверно́й то́чности (англ. Quadruple precision) — компьютерный формат представления чисел с плавающей запятой, занимающий в памяти четыре последовательных ячейки (компьютерных слова; в случае 32-битного компьютера — 128 бит или 16 байт). Как правило, обозначает формат числа с плавающей запятой binary128 стандарта IEEE 754. (ru) |
dbo:thumbnail |
wiki-commons:Special:FilePath/IEEE_754_Quadruple_Floating_Point_Format.svg?width=300 |
dbo:wikiPageExternalLink |
https://reference.wolfram.com/language/ref/format/Real128.html, http://www.nongnu.org/hpalib/ http://babbage.cs.qc.cuny.edu/IEEE-754 https://github.com/coder0xff/QPFloat http://crd.lbl.gov/~dhbailey/mpdist/ https://gcc.gnu.org/onlinedocs/libquadmath |
dbo:wikiPageID |
23552839 (xsd:integer) |
dbo:wikiPageLength |
27390 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID |
1121134213 (xsd:integer) |
dbo:wikiPageWikiLink |
dbr:PowerPC dbr:Power_ISA dbr:Boost_(C++_libraries) dbr:Arbitrary-precision_arithmetic dbr:VAX dbr:Double-precision_floating-point_format dbr:GNU_C_Compiler dbr:0_(number) dbr:SPARC dbr:GNU_Compiler_Collection dbr:GNU_Fortran dbr:GPL dbr:NaN dbr:MATLAB dbr:Siemens dbr:Computer_number_format dbr:Computing dbr:Z/Architecture dbr:C++ dbr:C_(programming_language) dbr:William_Kahan dbr:ARM_architecture dbc:Floating_point_types dbr:AltiVec dbr:Extended_precision dbr:Fortran dbr:Carbon_(programming_language) dbr:Floating_point dbr:PA-RISC dbr:Primitive_data_type dbc:Binary_arithmetic dbr:Hexadecimal dbr:Itanium dbr:Vector_processor dbr:LGPL dbr:Free_software dbr:IBM_System/360 dbr:IBM_System/370 dbr:IBM_System/390 dbr:Infinity dbr:Intel_Fortran_Compiler dbr:Microsoft_Visual_C++ dbr:RISC-V dbr:X86 dbr:X86-64 dbr:Long_double dbr:Streaming_SIMD_Extensions dbr:Unit_in_the_last_place dbr:Exponent_bias dbr:IBM_hexadecimal_floating-point dbr:IEEE_754 dbr:IEEE_754-2008 dbr:ISO/IEC_10967 dbr:Programming_language dbr:Offset_binary dbr:Round-off_error dbr:Sign_bit dbr:Single_instruction,_multiple_data dbr:Intel_C++_compiler dbr:POWER9 dbr:Significand dbr:−0 dbr:Double-precision dbr:Double_precision dbr:Sun_Studio_(software) dbr:Exponent dbr:Precision_(arithmetic) dbr:Subnormal_numbers dbr:File:IEEE_754_Quadruple_Floating_Point_Format.svg |
dbp:wikiPageUsesTemplate |
dbt:As_of dbt:Citation_needed dbt:Computer_architecture_bit_widths dbt:Reflist dbt:Short_description dbt:Data_types dbt:Floating-point |
dct:subject |
dbc:Floating_point_types dbc:Binary_arithmetic |
gold:hypernym |
dbr:Format |
rdf:type |
dbo:Software |
rdfs:comment |
In der Informatik ist vierfache Genauigkeit (englisch quad precision) eine Bezeichnung für ein Zahlenformat, das vier Speichereinheiten im Rechner belegt. Damit sind die genauen Details abhängig vom Rechnerhersteller und dessen Speicherarchitektur. Der im folgenden Bild gezeigte 128-Bit-Datentyp ist in der aktuellen Fassung des IEEE 754-2008 Standard beschrieben: Die Bezeichnung ist nicht nur für Gleitkommazahlen vorbehalten, sondern auch für Ganzzahlformate anwendbar (Double Quadword). (de) Число́ четверно́й то́чности (англ. Quadruple precision) — компьютерный формат представления чисел с плавающей запятой, занимающий в памяти четыре последовательных ячейки (компьютерных слова; в случае 32-битного компьютера — 128 бит или 16 байт). Как правило, обозначает формат числа с плавающей запятой binary128 стандарта IEEE 754. (ru) In computing, quadruple precision (or quad precision) is a binary floating point–based computer number format that occupies 16 bytes (128 bits) with precision at least twice the 53-bit double precision. In IEEE 754-2008 the 128-bit base-2 format is officially referred to as binary128. (en) 四倍精度浮動小数点形式(よんばいせいどふどうしょうすうてん、英語: quadruple-precision floating-point format)は、浮動小数点数の形式の1つで、よく使われている通常の倍精度形式と比して、仮数部の長さが約2倍である。 Nicholas J. Higham『Accuracy and Stability of Numerical Algorithms』(2nd.e)が、カハンの言として引用している文によれば、 (訳)これまでのところは、10バイトの拡張倍精度は、高精度演算の価値と高速に動作させるための実装コストとの間の妥協点としては許容できるものです。そうしてすぐにさらに2バイト分長い精度が妥当になるでしょう。そうして究極的には16バイトフォーマットもが…。この種の、より広い精度への段階的な進化はIEEE 754の規格が形成された時には既に想定されていました。 とのことである。(編注: 英語版Wikipediaが孫引きしている。英語版Wikipediaの引用元が示している引用元は「W. Kahan. Computer benchmarks versus accuracy. Draft manuscript, June 1994.」となっている) (ja) |
rdfs:label |
Vierfache Genauigkeit (de) 四倍精度浮動小数点数 (ja) Quadruple-precision floating-point format (en) Число четверной точности (ru) |
owl:sameAs |
freebase:Quadruple-precision floating-point format wikidata:Quadruple-precision floating-point format dbpedia-de:Quadruple-precision floating-point format dbpedia-ja:Quadruple-precision floating-point format dbpedia-ru:Quadruple-precision floating-point format https://global.dbpedia.org/id/4AKeq |
prov:wasDerivedFrom |
wikipedia-en:Quadruple-precision_floating-point_format?oldid=1121134213&ns=0 |
foaf:depiction |
wiki-commons:Special:FilePath/IEEE_754_Quadruple_Floating_Point_Format.svg |
foaf:isPrimaryTopicOf |
wikipedia-en:Quadruple-precision_floating-point_format |
is dbo:wikiPageDisambiguates of |
dbr:Quadruple |
is dbo:wikiPageRedirects of |
dbr:Quad-precision_floating-point dbr:Quad-precision_floating-point_format dbr:Quad-precision_floating_point dbr:Quad-precision_floating_point_format dbr:Quad_precision_floating-point dbr:Quad_precision_floating-point_format dbr:Quad_precision_floating_point dbr:Quad_precision_floating_point_format dbr:Quadruple-precision_floating-point dbr:Quadruple-precision_floating_point dbr:Quadruple-precision_floating_point_format dbr:Quadruple_precision_floating-point dbr:Quadruple_precision_floating_point dbr:Quadruple_precision_floating_point_format dbr:128-bit_binary_floating-point_format dbr:128-bit_binary_floating_point_format dbr:128-bit_floating-point dbr:128-bit_floating-point_format dbr:128-bit_floating_point dbr:128-bit_floating_point_format dbr:Binary128 dbr:Double-double_(computing) dbr:Double-double_arithmetic dbr:Float128 dbr:IEEE_754_quadruple-precision_floating-point_format dbr:IEEE_quad_precision dbr:IEEE_quadruple_precision dbr:Double-double_(arithmetic) dbr:Double_double_arithmetic dbr:Quad_precision dbr:Quadruple_precision dbr:Quadruple_precision_floating-point_format |
is dbo:wikiPageWikiLink of |
dbr:Quad-precision_floating-point dbr:Quad-precision_floating-point_format dbr:Quad-precision_floating_point dbr:Quad-precision_floating_point_format dbr:Quad_precision_floating-point dbr:Quad_precision_floating-point_format dbr:Quad_precision_floating_point dbr:Quad_precision_floating_point_format dbr:Quadruple-precision_floating-point dbr:Quadruple-precision_floating_point dbr:Quadruple-precision_floating_point_format dbr:Quadruple_precision_floating-point dbr:Quadruple_precision_floating_point dbr:Quadruple_precision_floating_point_format dbr:128-bit_binary_floating-point_format dbr:128-bit_binary_floating_point_format dbr:128-bit_computing dbr:128-bit_floating-point dbr:128-bit_floating-point_format dbr:128-bit_floating_point dbr:128-bit_floating_point_format dbr:SPARC dbr:Multiply–accumulate_operation dbr:Lis_(linear_algebra_library) dbr:C99 dbr:Jet_Propulsion_Laboratory_Development_Ephemeris dbr:Extended_precision dbr:Floating-point_arithmetic dbr:Binary128 dbr:Floating-point_error_mitigation dbr:Double-double_(computing) dbr:Double-double_(disambiguation) dbr:Double-double_arithmetic dbr:Float128 dbr:Machine_epsilon dbr:Precision_(computer_science) dbr:Quadruple dbr:Iterative_refinement dbr:IEEE_754_quadruple-precision_floating-point_format dbr:IEEE_quad_precision dbr:IEEE_quadruple_precision dbr:Orders_of_magnitude_(numbers) dbr:Long_double dbr:IBM_System/360_Model_85 dbr:IEEE_754 dbr:Double-double_(arithmetic) dbr:Double_double_arithmetic dbr:Quad_precision dbr:Quadruple_precision dbr:Quadruple_precision_floating-point_format |
is foaf:primaryTopic of |
wikipedia-en:Quadruple-precision_floating-point_format |