1TAPSET::FLOATINGPOINT(3stap) TAPSET::FLOATINGPOINT(3stap)
2
3
4
6 tapset::floatingpoint - systemtap floatingpoint tapset
7
8
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_div fp divide
50
51 See function::fp_div(3stap)
52 for details.
53
54 fp_rem Floating point division
55
56 See function::fp_rem(3stap)
57 for details.
58
59 fp_sqrt
60 Floating point square root
61
62 See function::fp_sqrt(3stap)
63 for details.
64
65 fp_eq fp comparison function equal
66
67 See function::fp_eq(3stap)
68 for details.
69
70 fp_le Check if first fp is less than or equal to
71
72 See function::fp_le(3stap)
73 for details.
74
75 fp_lt fp comparison function less than
76
77 See function::fp_lt(3stap)
78 for details.
79
80 fp32_to_fp64
81 Convert fp32 to 64 bit floating point
82
83 See function::fp32_to_fp64(3stap)
84 for details.
85
86
88 function::fp_to_string(3stap), function::string_to_fp(3stap),
89 function::long_to_fp(3stap), function::fp_to_long(3stap),
90 function::fp_add(3stap), function::fp_sub(3stap),
91 function::fp_mul(3stap), function::fp_div(3stap),
92 function::fp_rem(3stap), function::fp_sqrt(3stap),
93 function::fp_eq(3stap), function::fp_le(3stap),
94 function::fp_lt(3stap), function::fp32_to_fp64(3stap), stap(1),
95 stapprobes(3stap)
96
97
98
99SystemTap Tapset Reference November 2021 TAPSET::FLOATINGPOINT(3stap)