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.
Parameters
[in]A
[in]B
          The values A and B.

Definition at line 647 of file dlamchf77.f.

647 *
648 * -- LAPACK auxiliary routine (version 3.7.0) --
649 * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
650 * November 2010
651 *
652 * .. Scalar Arguments ..
653  DOUBLE PRECISION A, B
654 * ..
655 * =====================================================================
656 *
657 * .. Executable Statements ..
658 *
659  dlamc3 = a + b
660 *
661  RETURN
662 *
663 * End of DLAMC3
664 *
Here is the call graph for this function:
dlamc3
double precision function dlamc3(A, B)
DLAMC3
Definition: dlamch.f:174