gotoHomeFree Source CodeModule bit_functionsFact SheetEmail us |
Purple Sage Computing Solutions, Inc. |
|
Home --> Fact Sheet --> Free Source Code --> bit_functions About the Module bit_functionsThe module bit_functions contains some functions which operate on variables of type integer at the bit level. Included are functions to merge bits, count bits, masks and shifts. This module uses module standard_types, which may be obtained from the Portability Project pages. The source code requires use of the coco preprocessor to select code for the integer kinds supported by your processor. The operators and functions are provided for all integer kinds. A list of (most) constants and procedures defined follows.
DownloadsTo download the bit_functions module, click bit_functions. This module depends on the standard_types module, see the portability project for information about how to make one for your compiler. This module also requires the use of the coco preprocessor to compile code for the kinds supported by various processors. To make comments or suggestions regarding standard_functions, or any of our software, please E-mail us. We're always happy to share the experiences others have using our software. |
|