LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
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
November 2011
Parameters
[in]A
 
[in]B
          The values A and B.

Definition at line 172 of file slamch.f.

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

Here is the caller graph for this function: