Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ floatNegInfinity
Function
floatNegInfinity
src/ImathTest/testBitPatterns.cpp:94–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
float
95
floatNegInfinity ()
96
{
97
half::uif x;
98
x.i = 0xff800000;
99
return x.f;
100
}
101
102
float
103
floatPosQNan1 ()
Callers
1
testBitPatterns
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected