Checks whether x is ieee_negative_inf
Checks whether x is ieee_negative_inf
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ieee_class_type), | intent(in) | :: | x |
Checks whether x is ieee_negative_inf
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(in) | :: | x |
Checks whether x is ieee_negative_inf
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x |
Checks whether x is ieee_negative_inf
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(in) | :: | x |
Checks whether x is ieee_negative_zero
Checks whether x is ieee_negative_zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ieee_class_type), | intent(in) | :: | x |
Checks whether x is ieee_negative_zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(in) | :: | x |
Checks whether x is ieee_negative_zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x |
Checks whether x is ieee_negative_zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(in) | :: | x |
Checks whether x is either ieee_negative_zero or ieee_positive_zero
Checks whether x is either ieee_negative_zero or ieee_positive_zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ieee_class_type), | intent(in) | :: | x |
Checks whether x is either ieee_negative_zero or ieee_positive_zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(in) | :: | x |
Checks whether x is either ieee_negative_zero or ieee_positive_zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x |
Checks whether x is either ieee_negative_zero or ieee_positive_zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(in) | :: | x |
Checks whether x is ieee_positive_zero
Checks whether x is ieee_positive_zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ieee_class_type), | intent(in) | :: | x |
Checks whether x is ieee_positive_zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(in) | :: | x |
Checks whether x is ieee_positive_zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x |
Checks whether x is ieee_positive_zero
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(in) | :: | x |
Checks whether x is ieee_positive_inf
Checks whether x is ieee_positive_inf
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ieee_class_type), | intent(in) | :: | x |
Checks whether x is ieee_positive_inf
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(in) | :: | x |
Checks whether x is ieee_positive_inf
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x |
Checks whether x is ieee_positive_inf
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(in) | :: | x |
Checks whether x is ieee_quiet_nan
Checks whether x is ieee_quiet_nan
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ieee_class_type), | intent(in) | :: | x |
Checks whether x is ieee_quiet_nan
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(in) | :: | x |
Checks whether x is ieee_quiet_nan
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x |
Checks whether x is ieee_quiet_nan
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(in) | :: | x |
Checks whether x is ieee_signaling_nan
Checks whether x is ieee_signaling_nan
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ieee_class_type), | intent(in) | :: | x |
Checks whether x is ieee_signaling_nan
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(in) | :: | x |
Checks whether x is ieee_signaling_nan
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x |
Checks whether x is ieee_signaling_nan
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(in) | :: | x |
Substitutes ieee_negative_inf to x using ieee_value
Substitutes ieee_negative_inf to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(inout) | :: | x |
Substitutes ieee_negative_inf to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(inout) | :: | x |
Substitutes ieee_negative_inf to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(inout) | :: | x |
Substitutes ieee_negative_zero to x using ieee_value
Substitutes ieee_negative_zero to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(inout) | :: | x |
Substitutes ieee_negative_zero to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(inout) | :: | x |
Substitutes ieee_negative_zero to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(inout) | :: | x |
Substitutes ieee_positive_zero to x using ieee_value
Substitutes ieee_positive_zero to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(inout) | :: | x |
Substitutes ieee_positive_zero to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(inout) | :: | x |
Substitutes ieee_positive_zero to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(inout) | :: | x |
Substitutes ieee_positive_inf to x using ieee_value
Substitutes ieee_positive_inf to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(inout) | :: | x |
Substitutes ieee_positive_inf to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(inout) | :: | x |
Substitutes ieee_positive_inf to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(inout) | :: | x |
Substitutes ieee_quiet_nan to x using ieee_value
Substitutes ieee_quiet_nan to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(inout) | :: | x |
Substitutes ieee_quiet_nan to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(inout) | :: | x |
Substitutes ieee_quiet_nan to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(inout) | :: | x |
Substitutes ieee_signaling_nan to x using ieee_value
Substitutes ieee_signaling_nan to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(inout) | :: | x |
Substitutes ieee_signaling_nan to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(inout) | :: | x |
Substitutes ieee_signaling_nan to x using ieee_value
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real128), | intent(inout) | :: | x |