Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ asuint64
Function
asuint64
Source/Tools/FalcorTest/Tests/Slang/SlangTests.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
uint64_t asuint64(double a)
68
{
69
return *reinterpret_cast<uint64_t*>(&a);
70
}
71
} // namespace
72
73
/** Test that compares the enums generated by enum declarations in C++ vs Slang.
Callers
1
GPU_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected