Searched refs:texp (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_math.py | 482 tmant, texp = 0, 0 486 if texp > exp: 487 tmant <<= texp-exp 488 texp = exp 490 mant <<= exp-texp 496 tail = max(len(bin(abs(tmant)))-2 - mant_dig, etiny - texp) 500 texp += tail 501 return math.ldexp(tmant, texp)
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 6326 _mpd_qpow_mpd(mpd_t *result, mpd_t *tbase, mpd_t *texp, uint8_t resultsign, in _mpd_qpow_mpd() argument 6339 while (!mpd_iszero(texp)) { in _mpd_qpow_mpd() 6340 if (mpd_isodd(texp)) { in _mpd_qpow_mpd() 6349 mpd_qdivint(texp, texp, &two, &maxctx, &workstatus); in _mpd_qpow_mpd() 6350 if (mpd_isnan(tbase) || mpd_isnan(texp)) { in _mpd_qpow_mpd() 6370 MPD_NEW_STATIC(texp,0,0,0,0); in _mpd_qpow_int() 6397 if (!mpd_qcopy(&texp, exp, status)) { in _mpd_qpow_int() 6401 _mpd_qpow_mpd(result, &tbase, &texp, resultsign, &workctx, status); in _mpd_qpow_int() 6414 mpd_del(&texp); in _mpd_qpow_int() 6660 MPD_NEW_STATIC(texp,0,0,0,0); in _mpd_qpow_real() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_math.py | 622 tmant, texp = 0, 0 626 if texp > exp: 627 tmant <<= texp-exp 628 texp = exp 630 mant <<= exp-texp 636 tail = max(len(bin(abs(tmant)))-2 - mant_dig, etiny - texp) 640 texp += tail 641 return math.ldexp(tmant, texp)
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 3634 int texp = -exp; in toString() local 3645 unsigned precision = semantics->precision + (137 * texp + 136) / 59; in toString() 3652 if (texp & 1) significand *= five_to_the_i; in toString() 3654 texp >>= 1; in toString() 3655 if (!texp) break; in toString()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 3541 int texp = -exp; in toString() local 3552 unsigned precision = semantics->precision + (137 * texp + 136) / 59; in toString() 3559 if (texp & 1) significand *= five_to_the_i; in toString() 3561 texp >>= 1; in toString() 3562 if (!texp) break; in toString()
|
/external/llvm-project/llvm/lib/Support/ |
D | APFloat.cpp | 3821 int texp = -exp; in toString() local 3832 unsigned precision = semantics->precision + (137 * texp + 136) / 59; in toString() 3839 if (texp & 1) significand *= five_to_the_i; in toString() 3841 texp >>= 1; in toString() 3842 if (!texp) break; in toString()
|
/external/hyphenation-patterns/de/ |
D | hyph-de-1996.pat.txt | 20047 4texp
|
D | hyph-de-ch-1901.pat.txt | 19947 4texp
|
D | hyph-de-1901.pat.txt | 20136 4texp
|