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

Function uint64_hi64

Source/external/fast_float.h:1982–1987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1980}
1981
1982fastfloat_really_inline FASTFLOAT_CONSTEXPR20
1983uint64_t uint64_hi64(uint64_t r0, bool& truncated) noexcept {
1984 truncated = false;
1985 int shl = leading_zeroes(r0);
1986 return r0 << shl;
1987}
1988
1989fastfloat_really_inline FASTFLOAT_CONSTEXPR20
1990uint64_t uint64_hi64(uint64_t r0, uint64_t r1, bool& truncated) noexcept {

Callers 2

uint32_hi64Function · 0.85
hi64Method · 0.85

Calls 1

leading_zeroesFunction · 0.85

Tested by

no test coverage detected