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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} function in struct:float16_t
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} function in struct:float16_t
126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} function in struct:float16_t
/xsrc/external/mit/MesaLib.old/src/compiler/nir/
H A Dnir_constant_expressions.c210 typedef float float16_t; typedef in typeref:typename:float
[all...]
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_constant_expressions.c242 typedef float float16_t; typedef in typeref:typename:float
[all...]

Completed in 32 milliseconds