Searched defs:make_float64 (Results 1 – 1 of 1) sorted by relevance
108 #define make_float64(x) __extension__ ({ float64 f64_val = {x}; f64_val; }) macro119 #define make_float64(x) (x) macro