LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

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

Definition at line 168 of file dlamch.f.

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