Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ floatPosInfinity
Function
floatPosInfinity
src/ImathTest/testBitPatterns.cpp:86–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
float
87
floatPosInfinity ()
88
{
89
half::uif x;
90
x.i = 0x7f800000;
91
return x.f;
92
}
93
94
float
95
floatNegInfinity ()
Callers
1
testBitPatterns
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected