Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ floatNegInfinity
Function
floatNegInfinity
src/ImathTest/testClassification.cpp:78–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
float
79
floatNegInfinity ()
80
{
81
half::uif x;
82
x.i = 0xff800000;
83
return x.f;
84
}
85
86
float
87
floatPosQNan1 ()
Callers
1
testClassification
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected