tapset::floatingpoint(3stap) — Linux manual page

NAME | DESCRIPTION | SEE ALSO | COLOPHON

TAPSET::FLOATINGPOINT(3stap)                TAPSET::FLOATINGPOINT(3stap)

NAME         top

       tapset::floatingpoint - systemtap floatingpoint tapset

DESCRIPTION         top

       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.

SEE ALSO         top

       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)

COLOPHON         top

       This page is part of the systemtap (a tracing and live-system
       analysis tool) project.  Information about the project can be
       found at ⟨https://sourceware.org/systemtap/⟩.  If you have a bug
       report for this manual page, send it to systemtap@sourceware.org.
       This page was obtained from the project's upstream Git repository
       ⟨git://sourceware.org/git/systemtap.git⟩ on 2023-12-22.  (At that
       time, the date of the most recent commit that was found in the
       repository was 2023-12-21.)  If you discover any rendering
       problems in this HTML version of the page, or you believe there
       is a better or more up-to-date source for the page, or you have
       corrections or improvements to the information in this COLOPHON
       (which is not part of the original manual page), send a mail to
       man-pages@man7.org

SystemTap Tapset Reference    November 2023 TAPSET::FLOATINGPOINT(3stap)

Pages that refer to this page: function::fp32_to_fp64(3stap)function::fp_add(3stap)function::fp_eq(3stap)function::fp_le(3stap)function::fp_lt(3stap)function::fp_mul(3stap)function::fp_rem(3stap)function::fp_sqrt(3stap)function::fp_sub(3stap)function::fp_to_long(3stap)function::fp_to_string(3stap)function::long_to_fp(3stap)function::string_to_fp(3stap)