LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

◆ 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 171 of file dlamch.f.

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