OpenCMISS-Iron Internal API Documentation
CONSTANTS::IntegerTypes

Bit format types for integers. More...

Variables

integer(intg), parameter constants::twos_complement_integer =1
 Twos complement integer type. More...
 
integer(intg), parameter constants::signed_magnitude_integer =2
 Signed magnitude integer type. More...
 

Detailed Description

Bit format types for integers.

See also
CONSTANTS

Variable Documentation

integer(intg), parameter constants::signed_magnitude_integer =2

Signed magnitude integer type.

See also
CONSTANTS_IntegerFormatTypes,CONSTANTS

Definition at line 120 of file constants.f90.

integer(intg), parameter constants::twos_complement_integer =1

Twos complement integer type.

See also
CONSTANTS_IntegerFormatTypes,CONSTANTS

Definition at line 119 of file constants.f90.