LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
double precision function dlamc3 ( double precision  A,
double precision  B 
)

DLAMC3

Purpose:

 DLAMC3  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 2015
Parameters
[in]A
          A is a DOUBLE PRECISION
[in]B
          B is a DOUBLE PRECISION
          The values A and B.

Definition at line 169 of file dlamch.f.

169 *
170 * -- LAPACK auxiliary routine (version 3.6.0) --
171 * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
172 * November 2010
173 *
174 * .. Scalar Arguments ..
175  DOUBLE PRECISION a, b
176 * ..
177 * =====================================================================
178 *
179 * .. Executable Statements ..
180 *
181  dlamc3 = a + b
182 *
183  RETURN
184 *
185 * End of DLAMC3
186 *
double precision function dlamc3(A, B)
DLAMC3
Definition: dlamch.f:169

Here is the caller graph for this function: