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

Function empty_hi64

Source/external/fast_float.h:1976–1980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1974};
1975
1976fastfloat_really_inline FASTFLOAT_CONSTEXPR14
1977uint64_t empty_hi64(bool& truncated) noexcept {
1978 truncated = false;
1979 return 0;
1980}
1981
1982fastfloat_really_inline FASTFLOAT_CONSTEXPR20
1983uint64_t uint64_hi64(uint64_t r0, bool& truncated) noexcept {

Callers 1

hi64Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected