LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
real function slamc3 ( real  A,
real  B 
)

SLAMC3

Purpose:

 SLAMC3  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 slamchf77.f.

647 *
648 * -- LAPACK auxiliary routine (version 3.4.1) --
649 * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
650 * November 2010
651 *
652 * .. Scalar Arguments ..
653  REAL a, b
654 * ..
655 * =====================================================================
656 *
657 * .. Executable Statements ..
658 *
659  slamc3 = a + b
660 *
661  RETURN
662 *
663 * End of SLAMC3
664 *
real function slamc3(A, B)
SLAMC3
Definition: slamch.f:172

Here is the call graph for this function: