MCPcopy 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
94float
95floatNegInfinity ()
96{
97 half::uif x;
98 x.i = 0xff800000;
99 return x.f;
100}
101
102float
103floatPosQNan1 ()

Callers 1

testBitPatternsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected