Home | History | Annotate | Download | only in src

Lines Matching refs:FromBits

31   static Float32 FromBits(uint32_t bits) { return Float32(bits); }
47 static Float64 FromBits(uint64_t bits) { return Float64(bits); }