HomeSort by relevance Sort by last modified time
    Searched defs:nroots (Results 1 - 4 of 4) sorted by null

  /external/fec/
rs-common.h 13 int nroots; /* Number of generator roots = number of parity symbols */ member in struct:rs
rstest.c 20 int nroots; member in struct:etab
57 kk = nn - Tab[i].nroots;
155 kk = nn - e->nroots;
157 rs = init_rs_char(e->symsize,e->genpoly,e->fcs,e->prim,e->nroots,0);
163 for(errors=0;errors <= e->nroots/2;errors++){
233 kk = nn - e->nroots;
235 rs = init_rs_int(e->symsize,e->genpoly,e->fcs,e->prim,e->nroots,0);
241 for(errors=0;errors <= e->nroots/2;errors++){
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_scope.cc 139 std::vector<ScopeNode*> nroots = SearchRoot(root->show_children, regexes); local
140 res.insert(res.end(), nroots.begin(), nroots.end());
tfprof_code.cc 554 std::vector<CodeNode*> nroots = SearchRoot(root->show_children, regexes); local
555 res.insert(res.end(), nroots.begin(), nroots.end());

Completed in 190 milliseconds