MCPcopy 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
86float
87floatPosInfinity ()
88{
89 half::uif x;
90 x.i = 0x7f800000;
91 return x.f;
92}
93
94float
95floatNegInfinity ()

Callers 1

testBitPatternsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected