1TAPSET::FLOATINGPOINT(3stap)                      TAPSET::FLOATINGPOINT(3stap)
2
3
4

NAME

6       tapset::floatingpoint - systemtap floatingpoint tapset
7
8

DESCRIPTION

10       fp_to_string
11              Convert 64 bit floating point to string
12
13              See function::fp_to_string(3stap)
14               for details.
15
16       string_to_fp
17              Convert the given string into floating point
18
19              See function::string_to_fp(3stap)
20               for details.
21
22       long_to_fp
23              Convert long int to 64 bit floating point
24
25              See function::long_to_fp(3stap)
26               for details.
27
28       fp_to_long
29              Convert fp to int64
30
31              See function::fp_to_long(3stap)
32               for details.
33
34       fp_add Addition between floating points
35
36              See function::fp_add(3stap)
37               for details.
38
39       fp_sub Subtraction between floating points
40
41              See function::fp_sub(3stap)
42               for details.
43
44       fp_mul Multiplication between floating points
45
46              See function::fp_mul(3stap)
47               for details.
48
49       fp_rem Floating point division
50
51              See function::fp_rem(3stap)
52               for details.
53
54       fp_sqrt
55              Floating point square root
56
57              See function::fp_sqrt(3stap)
58               for details.
59
60       fp_eq  fp comparison function equal
61
62              See function::fp_eq(3stap)
63               for details.
64
65       fp_le  Check if first fp is less than or equal to
66
67              See function::fp_le(3stap)
68               for details.
69
70       fp_le  fp comparison function less than
71
72              See function::fp_le(3stap)
73               for details.
74
75

SEE ALSO

77          function::fp_to_string(3stap),      function::string_to_fp(3stap),
78       function::long_to_fp(3stap),          function::fp_to_long(3stap),
79       function::fp_add(3stap),                function::fp_sub(3stap),
80       function::fp_mul(3stap),               function::fp_rem(3stap),
81       function::fp_sqrt(3stap),                function::fp_eq(3stap),
82       function::fp_le(3stap),  stap(1), stapprobes(3stap)
83
84
85
86SystemTap Tapset Reference       November 2020    TAPSET::FLOATINGPOINT(3stap)
Impressum