TAPSET::FLOATINGPOINT

Section: Misc. Reference Manual Pages (3stap)
Updated: November 2020
Page Index
 

NAME

tapset::floatingpoint - systemtap floatingpoint tapset
   

DESCRIPTION

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_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_le
fp comparison function less than
See function::fp_le(3stap)
 for details.

 

SEE ALSO

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_rem(3stap), function::fp_sqrt(3stap), function::fp_eq(3stap), function::fp_le(3stap), stap(1), stapprobes(3stap)


 

Index

NAME
DESCRIPTION
SEE ALSO