Searched defs:make_float16 (Results 1 – 1 of 1) sorted by relevance
95 #define make_float16(x) __extension__ ({ float16 f16_val = {x}; f16_val; }) macro117 #define make_float16(x) (x) macro