Searched defs:bit_cast (Results 1 – 7 of 7) sorted by relevance
155 inline Dest bit_cast(const Source& source) { in bit_cast() function175 inline Dest bit_cast(const Source& source) { in bit_cast() function
50 inline To bit_cast(const From &from) noexcept { in bit_cast() function
118 inline To bit_cast(const From& from) { in bit_cast() function
70 destType bit_cast(const sourceType &source) in bit_cast() function
78 destType bit_cast(const sourceType &source) in bit_cast() function
352 I32 bit_cast(F32 x) { return {x.id}; } in bit_cast() function371 F32 bit_cast(I32 x) { return {x.id}; } in bit_cast() function
23 SI Dst bit_cast(const Src& src) { in bit_cast() function