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

Definition at line 643 of file dlamchf77.f.

643 *
644 * -- LAPACK auxiliary routine (version 3.4.1) --
645 * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
646 * November 2010
647 *
648 * .. Scalar Arguments ..
649  DOUBLE PRECISION a, b
650 * ..
651 * =====================================================================
652 *
653 * .. Executable Statements ..
654 *
655  dlamc3 = a + b
656 *
657  RETURN
658 *
659 * End of DLAMC3
660 *
double precision function dlamc3(A, B)
DLAMC3
Definition: dlamch.f:169

Here is the call graph for this function: