tapset::floatingpoint − systemtap floatingpoint tapset
fp_to_string
Convert 64 bit floating point to string
See
function::fp_to_string(3stap)
for details.
string_to_fp
Convert the given string into floating point
See
function::string_to_fp(3stap)
for details.
long_to_fp
Convert long int to 64 bit floating point
See
function::long_to_fp(3stap)
for details.
fp_to_long
Convert fp to int64
See
function::fp_to_long(3stap)
for details.
fp_add |
Addition between floating points |
See
function::fp_add(3stap)
for details.
fp_sub |
Subtraction between floating points |
See
function::fp_sub(3stap)
for details.
fp_mul |
Multiplication between floating points |
See
function::fp_mul(3stap)
for details.
fp_div |
fp divide |
See
function::fp_div(3stap)
for details.
fp_rem |
Floating point division |
See
function::fp_rem(3stap)
for details.
fp_sqrt
Floating point square root
See
function::fp_sqrt(3stap)
for details.
fp_eq |
fp comparison function equal |
See
function::fp_eq(3stap)
for details.
fp_le |
Check if first fp is less than or equal to |
See
function::fp_le(3stap)
for details.
fp_lt |
fp comparison function less than |
See
function::fp_lt(3stap)
for details.
fp32_to_fp64
Convert fp32 to 64 bit floating point
See
function::fp32_to_fp64(3stap)
for details.
function::fp_to_string(3stap), function::string_to_fp(3stap), function::long_to_fp(3stap), function::fp_to_long(3stap), function::fp_add(3stap), function::fp_sub(3stap), function::fp_mul(3stap), function::fp_div(3stap), function::fp_rem(3stap), function::fp_sqrt(3stap), function::fp_eq(3stap), function::fp_le(3stap), function::fp_lt(3stap), function::fp32_to_fp64(3stap), stap(1), stapprobes(3stap)