MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / uint32_hi64

Function uint32_hi64

external/include/fast_float/fast_float.h:1824–1827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1822}
1823
1824fastfloat_really_inline
1825uint64_t uint32_hi64(uint32_t r0, bool& truncated) noexcept {
1826 return uint64_hi64(r0, truncated);
1827}
1828
1829fastfloat_really_inline
1830uint64_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