Searched refs:make_float128 (Results 1 – 1 of 1) sorted by relevance
137 #define make_float128(high_, low_) ((float128) { .high = high_, .low = low_ }) macro638 #define float128_zero make_float128(0, 0)