To apply bitwise (and) and (or) to integer which represents the binary or oct number
Bitwise 'AND' over two integer of kind 4
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(in) | :: | a | |||
integer(kind=4), | intent(in) | :: | b |
Bitwise 'AND' over two integer of kind 8
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=8), | intent(in) | :: | a | |||
integer(kind=8), | intent(in) | :: | b |
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 |
Get integer of kind 4 from the string which might contain either octal or binary number
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(out) | :: | lhs | |||
character(len=*), | intent(in) | :: | rhs |
Get integer of kind 8 from the string which might contain either octal or binary number
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=8), | intent(out) | :: | lhs | |||
character(len=*), | intent(in) | :: | rhs |
String of binary number converted to integer of kind 4
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(out) | :: | r | |||
character(len=*) | :: | binstr |
String of binary number converted to integer of kind 8
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=8), | intent(out) | :: | r | |||
character(len=*) | :: | binstr |
String of octal number converted to integer of kind 4
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(out) | :: | r | |||
character(len=*) | :: | octstr |
String of octal number converted to integer of kind 8
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=8), | intent(out) | :: | r | |||
character(len=*) | :: | octstr |
Bitwise 'AND' over two integer of kind 4
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(in) | :: | a | |||
integer(kind=4), | intent(in) | :: | b |
Bitwise 'AND' over two integer of kind 8
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=8), | intent(in) | :: | a | |||
integer(kind=8), | intent(in) | :: | b |
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 |
String of binary number converted to integer of kind 4
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(out) | :: | r | |||
character(len=*) | :: | binstr |
String of binary number converted to integer of kind 8
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=8), | intent(out) | :: | r | |||
character(len=*) | :: | binstr |
String of octal number converted to integer of kind 4
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(out) | :: | r | |||
character(len=*) | :: | octstr |
String of octal number converted to integer of kind 8
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=8), | intent(out) | :: | r | |||
character(len=*) | :: | octstr |
Get integer of kind 4 from the string which might contain either octal or binary number
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4), | intent(out) | :: | lhs | |||
character(len=*), | intent(in) | :: | rhs |
Get integer of kind 8 from the string which might contain either octal or binary number
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=8), | intent(out) | :: | lhs | |||
character(len=*), | intent(in) | :: | rhs |