17.02.2015 Views

CCS C Compiler Manual PCB / PCM / PCH

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

DBL_MIN_10_EXP:<br />

DBL_MAX_EXP:<br />

DBL_MAX_10_EXP:<br />

DBL_MAX:<br />

DBL_EPSILON:<br />

DBL_MIN:<br />

LDBL_MANT_DIG:<br />

LDBL_DIG:<br />

LDBL_MIN_EXP:<br />

LDBL_MIN_10_EXP:<br />

LDBL_MAX_EXP:<br />

LDBL_MAX_10_EXP:<br />

LDBL_MAX:<br />

LDBL_EPSILON:<br />

LDBL_MIN:<br />

to that power minus 1 is a normalized floating point<br />

number.<br />

Minimum negative integer such that 10 raised to that<br />

power is in the range of normalized floating point<br />

numbers.<br />

Maximum negative integer such that FLT_RADIX raised<br />

to that power minus 1 is a representable finite floating<br />

point number.<br />

Maximum negative integer such that 10 raised to that<br />

power is in the range of representable finite floating<br />

point numbers.<br />

Maximum representable finite floating point number.<br />

The difference between 1 and the least value greater<br />

than 1 that is representable in the given floating point<br />

type.<br />

Minimum normalized positive floating point number.<br />

Number of base digits in the floating point significant<br />

Number of decimal digits, q, such that any floating point<br />

number with q decimal digits can be rounded into a<br />

floating point number with p radix b digits and back<br />

again without change to the q decimal digits.<br />

Minimum negative integer such that FLT_RADIX raised<br />

to that power minus 1 is a normalized floating-point<br />

number.<br />

Minimum negative integer such that 10 raised to that<br />

power is in the range of normalized floating-point<br />

numbers.<br />

Maximum negative integer such that FLT_RADIX raised<br />

to that power minus 1 is a representable finite floatingpoint<br />

number.<br />

Maximum negative integer such that 10 raised to that<br />

power is in the range of representable finite floatingpoint<br />

numbers.<br />

Maximum representable finite floating point number.<br />

The difference between 1 and the least value greater<br />

than 1 that is representable in the given floating point<br />

type.<br />

Minimum normalized positive floating point number.<br />

limits.h<br />

limits.h<br />

CHAR_BIT:<br />

SCHAR_MIN:<br />

SCHAR_MAX:<br />

UCHAR_MAX:<br />

Number of bits for the smallest object that is not a<br />

bit_field.<br />

Minimum value for an object of type signed char<br />

Maximum value for an object of type signed char<br />

Maximum value for an object of type unsigned char<br />

336

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!