Home
last modified time | relevance | path

Searched refs:bexp (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp269 static void _Stl_tenscale(uint64& p, int exp, int& bexp) { in _Stl_tenscale() argument
270 bexp = 0; in _Stl_tenscale()
309 bexp += _Stl_twoexp[hi] - norm; in _Stl_tenscale()
316 bexp += _Stl_twoexp[lo] - norm; in _Stl_tenscale()
347 int bexp; /* binary exponent */ in _Stl_atod() local
368 bexp = 64; /* convert from 64b int to fraction */ in _Stl_atod()
382 bexp -= 64 - nzero; in _Stl_atod()
390 bexp += sexp; in _Stl_atod()
392 if (bexp <= -1022) { /* HI denorm or underflow */ in _Stl_atod()
393 bexp += 1022; in _Stl_atod()
[all …]