Home
last modified time | relevance | path

Searched defs:float16_t (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/
H A Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() function
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() function
126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} in float16_t() function

Completed in 1 milliseconds