File: Versions

package info (click to toggle)
libdfp 1.0.17-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,172 kB
  • sloc: ansic: 255,724; sh: 4,225; makefile: 703; awk: 461; python: 432; cpp: 254
file content (42 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
libdfp {
  LIBDFP_1.0.16 {
    strfromd32;
    strfromd64;
    strfromd128;
  }
  LIBDFP_1.0.0 {
    decoded32;
    decoded64;
    decoded128;
    # These are the old callbacks.  They don't work anymore.
    # fmt_d32;
    # fmt_d64;
    # fmt_d128;
    fe_dec_getround;
    fe_dec_setround;
    register_printf_dfp;
    printf_dfp;
    strtod32;
    strtod64;
    strtod128;
    wcstod32;
    wcstod64;
    wcstod128;
  }
  LIBDFP_PRIVATE {
    __decoded32;
    __decoded64;
    __decoded128;
    __fmt_d32;
    __fmt_d64;
    __fmt_d128;
    __host_to_ieee_32;
    __ieee_32_to_host;
    __host_to_ieee_64;
    __ieee_64_to_host;
    __host_to_ieee_128;
    __ieee_128_to_host;
    __fe_dec_getround;
    __fe_dec_setround;
  }
}