MCPcopy 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
78float
79floatNegInfinity ()
80{
81 half::uif x;
82 x.i = 0xff800000;
83 return x.f;
84}
85
86float
87floatPosQNan1 ()

Callers 1

testClassificationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected