Searched defs:fromRaw (Results 1 – 3 of 3) sorted by relevance
106 static const softfloat fromRaw( const uint32_t a ) { softfloat x; x.v = a; return x; } in fromRaw() function243 static softdouble fromRaw( const uint64_t a ) { softdouble x; x.v = a; return x; } in fromRaw() function