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

  /external/tremolo/Tremolo/
codebook.h 86 extern int _ilog(unsigned int v);
codebook.c 52 int _ilog(unsigned int v){ function
132 if(_ilog(3*used-6)+1 <= leafwidth*4)
372 int bits=_ilog(b->entries);
424 if(_ilog(s->dim)+_ilog(s->entries)>24)goto _eofout;
470 long num=oggpack_read(opb,_ilog(s->entries-i));
505 s->dec_nodeb=_determine_node_bytes(s->used_entries,_ilog(s->entries)/8+1);
506 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->entries)/8+1);
523 long total2=(_ilog(quantvals-1)*s->dim+8)/8+(s->q_bits+7)/8;
569 s->q_pack=_ilog(quantvals-1)
    [all...]
floor0.c 409 int booknum=oggpack_read(&vd->opb,_ilog(info->numbooks));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 5497 def _ilog(x, M, L = 8): function
    [all...]
  /external/python/cpython2/Lib/
decimal.py 5566 def _ilog(x, M, L = 8): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 5546 def _ilog(x, M, L = 8): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 5546 def _ilog(x, M, L = 8): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 5546 def _ilog(x, M, L = 8): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 5546 def _ilog(x, M, L = 8): function
    [all...]
  /external/python/cpython3/Lib/
_pydecimal.py 5763 def _ilog(x, M, L = 8): function
    [all...]

Completed in 223 milliseconds