|
GCBM
|

Namespaces | |
| moja | |
| moja::modules | |
| moja::modules::cbm | |
Macros | |
| #define | _LMDIF |
| #define | BUG 0 |
| #define | LM_MACHEP .555e-16 /* resolution of arithmetic */ |
| #define | LM_DWARF 9.9e-324 /* smallest nonzero number */ |
| #define | LM_SQRT_DWARF 1.e-160 /* square should not underflow */ |
| #define | LM_SQRT_GIANT 1.e150 /* square should not overflow */ |
| #define | MIN(a, b) (((a)<=(b)) ? (a) : (b)) |
| #define | MAX(a, b) (((a)>=(b)) ? (a) : (b)) |
| #define | SQR(x) (x)*(x) |
Variables | |
| const char * | lm_infmsg [] |
| const char * | lm_shortmsg [] |
| #define _LMDIF |
| #define BUG 0 |
| #define LM_DWARF 9.9e-324 /* smallest nonzero number */ |
| #define LM_MACHEP .555e-16 /* resolution of arithmetic */ |
| #define LM_SQRT_DWARF 1.e-160 /* square should not underflow */ |
| #define LM_SQRT_GIANT 1.e150 /* square should not overflow */ |
| #define MAX | ( | a, | |
| b | |||
| ) | (((a)>=(b)) ? (a) : (b)) |
| #define MIN | ( | a, | |
| b | |||
| ) | (((a)<=(b)) ? (a) : (b)) |
| #define SQR | ( | x | ) | (x)*(x) |
1.8.17