MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / uint32_hi64

Function uint32_hi64

Source/external/fast_float.h:2002–2005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2000}
2001
2002fastfloat_really_inline FASTFLOAT_CONSTEXPR20
2003uint64_t uint32_hi64(uint32_t r0, bool& truncated) noexcept {
2004 return uint64_hi64(r0, truncated);
2005}
2006
2007fastfloat_really_inline FASTFLOAT_CONSTEXPR20
2008uint64_t uint32_hi64(uint32_t r0, uint32_t r1, bool& truncated) noexcept {

Callers 1

hi64Method · 0.85

Calls 1

uint64_hi64Function · 0.85

Tested by

no test coverage detected