{"created":"2025-01-19T01:12:14.998539+00:00","updated":"2025-01-19T17:55:36.162393+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00211056","sets":["1164:2240:10556:10583"]},"path":["10583"],"owner":"44499","recid":"211056","title":["4倍精度および8倍精度演算ライブラリの開発とその性能評価"],"pubdate":{"attribute_name":"公開日","attribute_value":"2021-05-07"},"_buckets":{"deposit":"c4cd2d8c-1eda-4470-a40e-9b823c9d97f1"},"_deposit":{"id":"211056","pid":{"type":"depid","value":"211056","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"4倍精度および8倍精度演算ライブラリの開発とその性能評価","author_link":["535648","535645","535647","535646"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"4倍精度および8倍精度演算ライブラリの開発とその性能評価"},{"subitem_title":"Development of Double-double and Double-double Precision arithmetic libraries and their Performance Evaluation","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"数値解析","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2021-05-07","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"神奈川工科大学創造工学部自動車システム開発工学科"},{"subitem_text_value":"神奈川工科大学創造工学部自動車システム開発工学科"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Department of Vehicle System Engineering, Faculty of Creative Engneering, Kanagawa Institute of Technology","subitem_text_language":"en"},{"subitem_text_value":"Department of Vehicle System Engineering, Faculty of Creative Engneering, Kanagawa Institute of Technology","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/211056/files/IPSJ-HPC21179006.pdf","label":"IPSJ-HPC21179006.pdf"},"date":[{"dateType":"Available","dateValue":"2023-05-07"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-HPC21179006.pdf","filesize":[{"value":"810.0 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"14"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"6c078da2-1156-45d5-8dfb-3297c3c32e7e","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2021 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"平山, 弘"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"小宮, 聖司"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Hiroshi, Hirayama","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Seiji, Komiya","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10463942","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8841","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"倍精度浮動小数点数を 2 個および 4 個で表現できる 4 倍精度および 8 倍精度浮動小数点数用の演算ライブラリーとその複素数演算ライブラリを作成した.これらの数値を C++ 言語で入出力するための補助プログラムも準備した.このライブラリを使うことによって,通常 4 倍精度や 8 倍精度を持たない C++ 言語に 4 倍精度や 8 倍精度の演算機能を持たせることができるだけでなく,4 倍精度と 8 倍精度の複素数演算を可能にする.これらのライブラリを使って,連立一次方程式の計算と基数 8 の実数フーリエ変換のプログラムを実行しその性能を評価した.このライブラリを利用することによって,既存の C++ 言語のプログラムを容易に 4 倍精度や 8 倍精度のプログラムに変換することができる.多くのプログラムを高精度で計算出来る.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"The arithmetic program for double-double precision and quad-double floating point numbers which can consist of two and four double precision floating point numbers were created respectively. The Auxiliary program program created by C++ language for the input and output of these numbers. The calculation function of double-double and quad-double precision can be given to C++ language which does not usually have double-double and quad-double precision by using this library. By using this library, not only can C ++ languages that normally do not have double-double or quad-double precision have double-double or quad-double arithmetic functions, but also double-double and quad-complex complex arithmetic operations. Using these libraries, we ran programs of simultaneous linear equations and real Fourier transform of radix 8 to evaluate these performance. By using this library, existing C ++ language programs can be easily converted to double-double or quad-double precision programs. Many programs can be calculated with high accuracy.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"8","bibliographic_titles":[{"bibliographic_title":"研究報告ハイパフォーマンスコンピューティング(HPC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2021-05-07","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"6","bibliographicVolumeNumber":"2021-HPC-179"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"id":211056,"links":{}}