Lines Matching refs:SLAMCH
1 *> \brief \b SLAMCH
11 * REAL FUNCTION SLAMCH( CMACH )
23 *> SLAMCH determines single precision machine parameters.
31 *> Specifies the value to be returned by SLAMCH:
32 *> = 'E' or 'e', SLAMCH := eps
33 *> = 'S' or 's , SLAMCH := sfmin
34 *> = 'B' or 'b', SLAMCH := base
35 *> = 'P' or 'p', SLAMCH := eps*base
36 *> = 'N' or 'n', SLAMCH := t
37 *> = 'R' or 'r', SLAMCH := rnd
38 *> = 'M' or 'm', SLAMCH := emin
39 *> = 'U' or 'u', SLAMCH := rmin
40 *> = 'L' or 'l', SLAMCH := emax
41 *> = 'O' or 'o', SLAMCH := rmax
68 REAL FUNCTION SLAMCH( CMACH )
142 SLAMCH = RMACH
145 * End of SLAMCH