HomeSort by relevance Sort by last modified time
    Searched defs:float_ulimit (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
complex_trig.cpp 33 static const union { unsigned int i; float f; } float_ulimit = { 0x42b2d4fc }; variable in typeref:union:__anon111828
34 static const float float_limit = float_ulimit.f;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
complex_trig.cpp 33 static const union { unsigned int i; float f; } float_ulimit = { 0x42b2d4fc }; variable in typeref:union:__anon112192
34 static const float float_limit = float_ulimit.f;

Completed in 49 milliseconds