LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

◆ slamc3()

real function slamc3 ( real a,
real b )

SLAMC3

Purpose:

!> SLAMC3 is intended to force A and B to be stored prior to doing !> the addition of A and B , for use in situations where optimizers !> might hold one of these in a register. !>
Author
LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..
Parameters
[in]A
!>
[in]B
!> The values A and B. !>

Definition at line 170 of file slamch.f.

171*
172* -- LAPACK auxiliary routine --
173* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
174*
175* .. Scalar Arguments ..
176 REAL A, B
177* ..
178* =====================================================================
179*
180* .. Executable Statements ..
181*
182 slamc3 = a + b
183*
184 RETURN
185*
186* End of SLAMC3
187*
real function slamc3(a, b)
SLAMC3
Definition slamch.f:171
Here is the call graph for this function:
Here is the caller graph for this function: