Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ empty_hi64
Function
empty_hi64
external/include/fast_float/fast_float.h:1798–1802 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1796
};
1797
1798
fastfloat_really_inline
1799
uint64_t empty_hi64(bool& truncated) noexcept {
1800
truncated = false;
1801
return 0;
1802
}
1803
1804
fastfloat_really_inline
1805
uint64_t uint64_hi64(uint64_t r0, bool& truncated) noexcept {
Callers
1
hi64
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected