Macros
math_constants.h File Reference

Go to the source code of this file.

Macros

#define HIPRT_INF   __hiloint2double(0x7ff00000, 0x00000000)
 
#define HIPRT_INF_F   __int_as_float(0x7f800000)
 
#define HIPRT_MAX_NORMAL_F   __int_as_float(0x7f7fffff)
 
#define HIPRT_MIN_DENORM_F   __int_as_float(0x00000001)
 
#define HIPRT_NAN   __hiloint2double(0xfff80000, 0x00000000)
 
#define HIPRT_NAN_F   __int_as_float(0x7fffffff)
 
#define HIPRT_NEG_ZERO_F   __int_as_float(0x80000000)
 
#define HIPRT_ONE_F   1.0f
 
#define HIPRT_ZERO_F   0.0f
 

Macro Definition Documentation

◆ HIPRT_INF

#define HIPRT_INF   __hiloint2double(0x7ff00000, 0x00000000)

Definition at line 20 of file math_constants.h.

◆ HIPRT_INF_F

#define HIPRT_INF_F   __int_as_float(0x7f800000)

Definition at line 11 of file math_constants.h.

◆ HIPRT_MAX_NORMAL_F

#define HIPRT_MAX_NORMAL_F   __int_as_float(0x7f7fffff)

Definition at line 14 of file math_constants.h.

◆ HIPRT_MIN_DENORM_F

#define HIPRT_MIN_DENORM_F   __int_as_float(0x00000001)

Definition at line 13 of file math_constants.h.

◆ HIPRT_NAN

#define HIPRT_NAN   __hiloint2double(0xfff80000, 0x00000000)

Definition at line 21 of file math_constants.h.

◆ HIPRT_NAN_F

#define HIPRT_NAN_F   __int_as_float(0x7fffffff)

Definition at line 12 of file math_constants.h.

◆ HIPRT_NEG_ZERO_F

#define HIPRT_NEG_ZERO_F   __int_as_float(0x80000000)

Definition at line 15 of file math_constants.h.

◆ HIPRT_ONE_F

#define HIPRT_ONE_F   1.0f

Definition at line 17 of file math_constants.h.

◆ HIPRT_ZERO_F

#define HIPRT_ZERO_F   0.0f

Definition at line 16 of file math_constants.h.



gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:03