Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Basic type: float

Variables

const type_t BT_FLOAT = 0x09
 float
 
const type_t BTMT_FLOAT = 0x00
 float (4 bytes)
 
const type_t BTMT_DOUBLE = 0x10
 double (8 bytes)
 
const type_t BTMT_LNGDBL = 0x20
 long double (compiler specific)
 
const type_t BTMT_SPECFLT = 0x30
 float (variable size). More...
 

Detailed Description

Variable Documentation

◆ BTMT_SPECFLT

const type_t BTMT_SPECFLT = 0x30

float (variable size).

if processor_t::use_tbyte() then use processor_t::tbyte_size, otherwise 2 bytes