operator(.and.) Interface

public interface operator(.and.)

Calls

interface~~operator(.and.)~~CallsGraph interface~operator(.and.) operator(.and.) proc~int4_and_int4 int4_and_int4 interface~operator(.and.)->proc~int4_and_int4 proc~int8_and_int8 int8_and_int8 interface~operator(.and.)->proc~int8_and_int8

Contents


Module Procedures

public function int4_and_int4(a, b) result(r)

Bitwise 'AND' over two integer of kind 4

Arguments

Type IntentOptional AttributesName
integer(kind=4), intent(in) :: a
integer(kind=4), intent(in) :: b

Return Value integer(kind=4)

public function int8_and_int8(a, b) result(r)

Bitwise 'AND' over two integer of kind 8

Arguments

Type IntentOptional AttributesName
integer(kind=8), intent(in) :: a
integer(kind=8), intent(in) :: b

Return Value integer(kind=8)