Definition at line 180 of file dc_scaledsec.f90.
◆ dcscaledsec_sign_sd()
type(dc_scaled_sec) function dc_scaledsec::sign::dcscaledsec_sign_sd |
( |
type(dc_scaled_sec), intent(in) |
sclsec, |
|
|
real(dp), intent(in) |
factor |
|
) |
| |
|
private |
Definition at line 1974 of file dc_scaledsec.f90.
1981 real(DP),
intent(in):: factor
1984 sclsec_work = factor
1985 result =
sign( sclsec, sclsec_work )
◆ dcscaledsec_sign_si()
type(dc_scaled_sec) function dc_scaledsec::sign::dcscaledsec_sign_si |
( |
type(dc_scaled_sec), intent(in) |
sclsec, |
|
|
integer, intent(in) |
factor |
|
) |
| |
|
private |
Definition at line 1940 of file dc_scaledsec.f90.
1947 integer,
intent(in):: factor
1950 sclsec_work = factor
1951 result =
sign( sclsec, sclsec_work )
◆ dcscaledsec_sign_sr()
type(dc_scaled_sec) function dc_scaledsec::sign::dcscaledsec_sign_sr |
( |
type(dc_scaled_sec), intent(in) |
sclsec, |
|
|
real, intent(in) |
factor |
|
) |
| |
|
private |
Definition at line 1957 of file dc_scaledsec.f90.
1964 real,
intent(in):: factor
1967 sclsec_work = factor
1968 result =
sign( sclsec, sclsec_work )
◆ dcscaledsec_sign_ss()
Definition at line 1925 of file dc_scaledsec.f90.
1934 result % flag_negative = sclsec2 % flag_negative
The documentation for this interface was generated from the following file: