Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() argument
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() argument
126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} in float16_t() function
127 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
128 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/third_party/cmsis/CMSIS/DSP/Include/
Darm_math_types_f16.h55 typedef __fp16 float16_t; typedef