LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ dlamc3()

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

Definition at line 174 of file dlamch.f.

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