|
9 | 9 |
|
10 | 10 | /Hierarchical Synopsis |
11 | 11 | /--------------------- |
12 | | - The 'bdldfp' package currently has 14 components having 7 levels of physical |
| 12 | + The 'bdldfp' package currently has 15 components having 7 levels of physical |
13 | 13 | dependency. The list below shows the hierarchical ordering of the components. |
14 | 14 | The order of components within each level is not architecturally significant, |
15 | 15 | just alphabetical. |
16 | 16 | .. |
17 | 17 | 7. bdldfp_decimalconvertutil |
18 | 18 |
|
19 | | - 6. bdldfp_decimalconvertutil_decnumber |
20 | | - bdldfp_decimalconvertutil_ibmxlc |
21 | | - bdldfp_decimalconvertutil_inteldfp |
22 | | - bdldfp_decimalutil |
| 19 | + 6. bdldfp_decimalutil |
23 | 20 |
|
24 | 21 | 5. bdldfp_decimal |
25 | 22 |
|
26 | | - 4. bdldfp_decimalimputil |
27 | | - |
28 | | - 3. bdldfp_decimalimputil_decnumber |
29 | | - bdldfp_decimalimputil_ibmxlc |
30 | | - bdldfp_decimalimputil_inteldfp |
| 23 | + 4. bdldfp_binaryintegraldecimalimputil |
| 24 | + bdldfp_decimalimputil |
31 | 25 |
|
32 | | - 2. bdldfp_denselypackeddecimalimputil |
| 26 | + 3. bdldfp_denselypackeddecimalimputil |
33 | 27 | bdldfp_intelimpwrapper |
34 | 28 |
|
35 | | - 1. bdldfp_decimalplatform |
| 29 | + 2. bdldfp_decimalplatform |
36 | 30 | bdldfp_uint128 |
| 31 | + |
| 32 | + 1. bdldfp_decimalconvertutil_decnumber |
| 33 | + bdldfp_decimalconvertutil_ibmxlc |
| 34 | + bdldfp_decimalconvertutil_inteldfp |
| 35 | + bdldfp_decimalimputil_decnumber |
| 36 | + bdldfp_decimalimputil_ibmxlc |
| 37 | + bdldfp_decimalimputil_inteldfp |
37 | 38 | .. |
38 | 39 |
|
39 | 40 | /Component Synopsis |
40 | 41 | /------------------ |
| 42 | +: 'bdldfp_binaryintegraldecimalimputil': |
| 43 | +: Utilities for working with Binary Integral Decimal representation. |
| 44 | +: |
41 | 45 | : 'bdldfp_decimal': |
42 | 46 | : Provide IEEE-754 decimal floating-point types. |
43 | 47 | : |
44 | 48 | : 'bdldfp_decimalconvertutil': |
45 | 49 | : Provide decimal floating-point conversion functions. |
46 | 50 | : |
47 | | -: 'bdldfp_decimalconvertutil_decnumber': |
48 | | -: Provide decimal floating-point conversion functions for decNumber. |
49 | | -: |
50 | | -: 'bdldfp_decimalconvertutil_ibmxlc': |
51 | | -: Provide decimal floating-point conversion functions. |
52 | | -: |
53 | | -: 'bdldfp_decimalconvertutil_inteldfp': |
54 | | -: Provide decimal floating-point conversion functions for Intel DFP. |
55 | | -: |
56 | 51 | : 'bdldfp_decimalimputil': |
57 | 52 | : Provide a unified low-level interface for decimal floating point. |
58 | 53 | : |
59 | | -: 'bdldfp_decimalimputil_decnumber': |
60 | | -: Provide utility implementing decimal FP on the decNumber library. |
61 | | -: |
62 | | -: 'bdldfp_decimalimputil_ibmxlc': |
63 | | -: Provide utility to implement decimal 'float's on the IBM compiler. |
64 | | -: |
65 | | -: 'bdldfp_decimalimputil_inteldfp': |
66 | | -: Provide utility to implement decimal 'float's on the Intel library. |
67 | | -: |
68 | 54 | : 'bdldfp_decimalplatform': |
69 | 55 | : Provide decimal floating-point platform information macros. |
70 | 56 | : |
|
0 commit comments