1FUNCTION::FP_LT(3stap) Floating point processing Taps FUNCTION::FP_LT(3stap)
23
4
NAME
6function::fp_lt - fp comparison function less than
7
SYNOPSIS
9fp_lt:long(infp1:long,infp2:long)
10
ARGUMENTS
12infp1
13the 64 bit floating point input
1415
infp2
16second 64 bit floating point input
17
DESCRIPTION
19check if infp1 is strictly less than infp2
20
SEE ALSO
22tapset::floatingpoint(3stap)
2324
25
26
SystemTap Tapset Reference April 2023 FUNCTION::FP_LT(3stap)