1FUNCTION::FP_SUB(3stap) Floating point processing Taps FUNCTION::FP_SUB(3stap)
23
4
NAME
6function::fp_sub - Subtraction between floating points
7
SYNOPSIS
9fp_sub:long(sub1:long,sub2:long)
10
ARGUMENTS
12sub1
13the 64 bit floating point minuend
1415
sub2
1664 bit floating point subtrahend
17
DESCRIPTION
19result would be minuend minus subtrahend
20
SEE ALSO
22tapset::floatingpoint(3stap)
2324
25
26
SystemTap Tapset Reference April 2023 FUNCTION::FP_SUB(3stap)