![]() |
Cinder
0.9.1
|
#include <CinderMath.h>
Public Attributes | |
uint16_t | u |
struct { | |
uint16_t Mantissa: 10 | |
uint16_t Exponent: 5 | |
uint16_t Sign: 1 | |
}; | |
uint16_t cinder::half_float::u |
uint16_t cinder::half_float::Mantissa |
uint16_t cinder::half_float::Exponent |
uint16_t cinder::half_float::Sign |
struct { ... } |