![]()  | 
  
    Imt.Base C++ API V4.1.1.0
    
   | 
 
Go to the source code of this file.
Classes | |
| union | IEEEl2bits | 
Macros | |
| #define | LDBL_NBIT 0x80000000 | 
| #define | mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT) | 
| #define | LDBL_MANH_SIZE 32 | 
| #define | LDBL_MANL_SIZE 32 | 
| #define | LDBL_TO_ARRAY32(u, a) | 
| #define LDBL_MANH_SIZE 32 | 
Definition at line 49 of file amd64_fpmath.h.
| #define LDBL_MANL_SIZE 32 | 
Definition at line 50 of file amd64_fpmath.h.
| #define LDBL_NBIT 0x80000000 | 
Definition at line 46 of file amd64_fpmath.h.
| #define LDBL_TO_ARRAY32 | ( | u, | |
| a | |||
| ) | 
Definition at line 52 of file amd64_fpmath.h.
| #define mask_nbit_l | ( | u | ) | ((u).bits.manh &= ~LDBL_NBIT) | 
Definition at line 47 of file amd64_fpmath.h.