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
2021
22
23
SystemTap Tapset Reference November 2020 FUNCTION::FP_LT(3stap)