LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ 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..
Date
December 2016
Parameters
[in]A
 
[in]B
          The values A and B.

Definition at line 173 of file slamch.f.

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