Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clFFT
/ hex_as_float
Function
hex_as_float
src/include/convenienceFunctions.h:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
/*****************************************************/
25
template< typename T >
26
T hex_as_float( unsigned int a ) {
27
return *(T*)&a;
28
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected