Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ floatPosQNan1
Function
floatPosQNan1
src/ImathTest/testBitPatterns.cpp:102–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
float
103
floatPosQNan1 ()
104
{
105
half::uif x;
106
x.i = 0x7fffffff;
107
return x.f;
108
}
109
110
float
111
floatNegQNan1 ()
Callers
1
testBitPatterns
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected