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

  /external/stlport/src/
num_get_float.cpp 232 static void _Stl_norm_and_round(uint64& p, int& norm, uint64 prodhi, uint64 prodlo) {
234 if ((prodhi & _Stl_HIBITULL) == 0) {
238 if ((prodhi == ~_Stl_HIBITULL) &&
246 p = (prodhi << 1) | (prodlo >> 63); /* normalize */
251 p = prodhi;
299 uint64 prodhi, prodlo; /* 128b product */ local
307 _Stl_mult64(p, _Stl_tenpow[hi], prodhi, prodlo);
308 _Stl_norm_and_round(p, norm, prodhi, prodlo);
314 _Stl_mult64(p, _Stl_tenpow[lo], prodhi, prodlo);
315 _Stl_norm_and_round(p, norm, prodhi, prodlo)
    [all...]
  /ndk/sources/android/stlport/src/
num_get_float.cpp 232 static void _Stl_norm_and_round(uint64& p, int& norm, uint64 prodhi, uint64 prodlo) {
234 if ((prodhi & _Stl_HIBITULL) == 0) {
238 if ((prodhi == ~_Stl_HIBITULL) &&
246 p = (prodhi << 1) | (prodlo >> 63); /* normalize */
251 p = prodhi;
299 uint64 prodhi, prodlo; /* 128b product */ local
307 _Stl_mult64(p, _Stl_tenpow[hi], prodhi, prodlo);
308 _Stl_norm_and_round(p, norm, prodhi, prodlo);
314 _Stl_mult64(p, _Stl_tenpow[lo], prodhi, prodlo);
315 _Stl_norm_and_round(p, norm, prodhi, prodlo)
    [all...]

Completed in 48 milliseconds