1FUNCTION::FP_ADD(3stap) Floating point processing Taps FUNCTION::FP_ADD(3stap)
23
4
NAME
6function::fp_add - Addition between floating points
7
SYNOPSIS
9fp_add:long(add1:long,add2:long)
10
ARGUMENTS
12add1
13the 64 bit floating point addend
1415
add2
16second 64 bit floating point addend
17
DESCRIPTION
19Given addend 1 and addend 2, apply floating point adding
20
SEE ALSO
22tapset::floatingpoint(3stap)
2324
25
26
SystemTap Tapset Reference April 2023 FUNCTION::FP_ADD(3stap)