Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h213 struct value128 { struct
216 value128(uint64_t _low, uint64_t _high) : low(_low), high(_high) {} in value128() argument
217 value128() : low(0), high(0) {} in value128() function