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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
num_get_float.cpp 218 static const short _Stl_twoexp[80] = {
309 bexp += _Stl_twoexp[hi] - norm;
316 bexp += _Stl_twoexp[lo] - norm;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
num_get_float.cpp 218 static const short _Stl_twoexp[80] = {
309 bexp += _Stl_twoexp[hi] - norm;
316 bexp += _Stl_twoexp[lo] - norm;

Completed in 63 milliseconds