Bitwise 'OR' over two integer of kind 4
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(in) | :: | a | |||
integer(kind=4), | intent(in) | :: | b |
Bitwise 'OR' over two 1D integer array of kind 4
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(in), | dimension(:) | :: | a | ||
integer(kind=4), | intent(in), | dimension(:) | :: | b |
Bitwise 'OR' over one 1D integer array and integer of kind 4
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(in), | dimension(:) | :: | a | ||
integer(kind=4), | intent(in) | :: | b |
Bitwise 'OR' over two 2D integer array of kind 4
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(in), | dimension(:, :) | :: | a | ||
integer(kind=4), | intent(in), | dimension(:, :) | :: | b |
Bitwise 'OR' over one 2D integer array and integer of kind 4
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(in), | dimension(:, :) | :: | a | ||
integer(kind=4), | intent(in) | :: | b |
Bitwise 'OR' over two integer of kind 8
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=8), | intent(in) | :: | a | |||
integer(kind=8), | intent(in) | :: | b |