Public Member Functions | |
| type(dc_scaled_sec) function | dcscaledsec_sub_s (sclsec) |
| type(dc_scaled_sec) function | dcscaledsec_sub_ss (sclsec1, sclsec2) |
| type(dc_scaled_sec) function | dcscaledsec_sub_si (sclsec, factor) |
| type(dc_scaled_sec) function | dcscaledsec_sub_is (factor, sclsec) |
| type(dc_scaled_sec) function | dcscaledsec_sub_sr (sclsec, factor) |
| type(dc_scaled_sec) function | dcscaledsec_sub_rs (factor, sclsec) |
| type(dc_scaled_sec) function | dcscaledsec_sub_sd (sclsec, factor) |
| type(dc_scaled_sec) function | dcscaledsec_sub_ds (factor, sclsec) |
Definition at line 193 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(-)::dcscaledsec_sub_ds | ( | real(dp), intent(in) | factor, |
| type(dc_scaled_sec), intent(in) | sclsec | ||
| ) |
Subtract DC_SCALED_SEC from double
| [in] | factor | Double precision value |
| [in] | sclsec | DC_SCALED_SEC variable to subtract |
Definition at line 1573 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(-)::dcscaledsec_sub_is | ( | integer, intent(in) | factor, |
| type(dc_scaled_sec), intent(in) | sclsec | ||
| ) |
Subtract DC_SCALED_SEC from integer
| [in] | factor | Integer value |
| [in] | sclsec | DC_SCALED_SEC variable to subtract |
Definition at line 1473 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(-)::dcscaledsec_sub_rs | ( | real, intent(in) | factor, |
| type(dc_scaled_sec), intent(in) | sclsec | ||
| ) |
Subtract DC_SCALED_SEC from real
| [in] | factor | Real value |
| [in] | sclsec | DC_SCALED_SEC variable to subtract |
Definition at line 1523 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(-)::dcscaledsec_sub_s | ( | type(dc_scaled_sec), intent(in) | sclsec | ) |
Negate DC_SCALED_SEC (unary minus)
| [in] | sclsec | DC_SCALED_SEC variable |
Definition at line 1338 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(-)::dcscaledsec_sub_sd | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| real(dp), intent(in) | factor | ||
| ) |
Subtract double from DC_SCALED_SEC
| [in] | sclsec | DC_SCALED_SEC variable |
| [in] | factor | Double precision value to subtract |
Definition at line 1548 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(-)::dcscaledsec_sub_si | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| integer, intent(in) | factor | ||
| ) |
Subtract integer from DC_SCALED_SEC
| [in] | sclsec | DC_SCALED_SEC variable |
| [in] | factor | Integer value to subtract |
Definition at line 1448 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(-)::dcscaledsec_sub_sr | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| real, intent(in) | factor | ||
| ) |
Subtract real from DC_SCALED_SEC
| [in] | sclsec | DC_SCALED_SEC variable |
| [in] | factor | Real value to subtract |
Definition at line 1498 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(-)::dcscaledsec_sub_ss | ( | type(dc_scaled_sec), intent(in) | sclsec1, |
| type(dc_scaled_sec), intent(in) | sclsec2 | ||
| ) |
Subtract two DC_SCALED_SEC variables
| [in] | sclsec1 | First DC_SCALED_SEC variable |
| [in] | sclsec2 | Second DC_SCALED_SEC variable |
Definition at line 1361 of file dc_scaledsec.f90.