Searched defs:make_float32 (Results 1 – 1 of 1) sorted by relevance
127 #define make_float32(x) __extension__ ({ float32 f32_val = {x}; f32_val; }) macro138 #define make_float32(x) (x) macro