1FUNCTION::FP_LE(3stap) Floating point processing Taps FUNCTION::FP_LE(3stap)
23
4
NAME
6function::fp_le - Check if first fp is less than or equal to
7
SYNOPSIS
9fp_le: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 less than or equal to infp2
20
SEE ALSO
22tapset::floatingpoint(3stap)
2324
25
26
SystemTap Tapset Reference May 2022 FUNCTION::FP_LE(3stap)