Home
last modified time | relevance | path

Searched defs:dec2base (Results 1 – 3 of 3) sorted by relevance

/dports/math/octave/octave-6.4.0/scripts/strings/
H A Ddec2base.m59 function retval = dec2base (d, base, len) function
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-trellis/lib/
H A Dbase.cc31 bool dec2base(unsigned int num, int base, std::vector<int>& s) in dec2base() function
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-trellis/python/trellis/
H A Dfsm_utils.py39 def dec2base(num, base, l): function