Table des matières
Introduction 5
1 L’arithmétique flottante et les EFTs (Error-Free Transformation) 7
1.1 L’arithmétique flottante . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.2 Les “transformations exactes” (EFT) . . . . . . . . . . . . . . . . . . . . 9
1.2.1 Notation................................ 9
1.2.2 Lasommation............................. 9
1.2.3 Leproduit............................... 14
2 Introduction au processeur CELL 17
2.1 Le PPE (PowerPC Processing Element) . . . . . . . . . . . . . . . . . . . 18
2.2 Les SPEs (Synergistic Processing Element) . . . . . . . . . . . . . . . . . 18
2.3 L’EIB (Element Interconnect Bus) . . . . . . . . . . . . . . . . . . . . . 20
2.4 Parallélisme .................................. 20
3 La bibliothèque double-simple 21
3.1 Représentation ................................ 21
3.2 Opérations de base sur des double-simples . . . . . . . . . . . . . . . . . 22
3.2.1 Notations ............................... 22
3.2.2 Renormalisation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
3.2.3 Lasommation............................. 26
3.2.4 Lasoustraction ............................ 29
3.2.5 Leproduit............................... 29
3.2.6 Ladivision............................... 31
3.3 Implémentation................................ 33
3.3.1 Représentation ............................ 33
3.3.2 LesEFTs ............................... 33
3.3.3 La renormalisation . . . . . . . . . . . . . . . . . . . . . . . . . . 36
3.3.4 La sommation de double-simples - version 1 . . . . . . . . . . . . 38
3.3.5 Le produit de double-simples - version 1 . . . . . . . . . . . . . . 40
3.3.6 Version 2 des opérations sommation et produit . . . . . . . . . . . 42
3.3.7 Ladivision............................... 47
3.3.8 Optimiser les algorithmes . . . . . . . . . . . . . . . . . . . . . . 49
3.4 Résultats théoriques . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
3