VR-Vantage 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Variables

support class for float16 More...

Go to the source code of this file.

Classes

class  vrv_float16
 

Typedefs

typedef unsigned short st_uint16
 
typedef unsigned int st_uint32
 

Variables

const unsigned int HALF_FLOAT_MIN_BIASED_EXP_AS_SINGLE_FP_EXP = 0x38000000
 
const unsigned int HALF_FLOAT_MAX_BIASED_EXP_AS_SINGLE_FP_EXP = 0x47800000
 
const unsigned int FLOAT_MAX_BIASED_EXP = (0xFF << 23)
 
const unsigned int HALF_FLOAT_MAX_BIASED_EXP = (0x1F << 10)
 

Detailed Description

support class for float16

Typedef Documentation

typedef unsigned short st_uint16
typedef unsigned int st_uint32

Variable Documentation

const unsigned int HALF_FLOAT_MIN_BIASED_EXP_AS_SINGLE_FP_EXP = 0x38000000
const unsigned int HALF_FLOAT_MAX_BIASED_EXP_AS_SINGLE_FP_EXP = 0x47800000
const unsigned int FLOAT_MAX_BIASED_EXP = (0xFF << 23)
const unsigned int HALF_FLOAT_MAX_BIASED_EXP = (0x1F << 10)


Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)