Searched defs:float_ulimit (Results 1 - 1 of 1) sorted by relevance

/external/stlport/src/
H A Dcomplex_trig.cpp33 static const union { unsigned int i; float f; } float_ulimit = { 0x42b2d4fc }; variable in typeref:union:__anon31234
34 static const float float_limit = float_ulimit.f;

Completed in 130 milliseconds