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

  /external/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;
  /ndk/sources/android/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 15 milliseconds