HomeSort by relevance Sort by last modified time
    Searched full:wtdata (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/include/
swimodel.h 39 const wtdata *weights; /*pointer to weights*/
55 const wtdata *allweights; /* size num_pdfs ~ 4800 */
hmm_type.h 36 typedef signed char wtdata; typedef
  /external/srec/srec/clib/
swimodel.c 363 swimodel->allweights = (const wtdata*)file;
364 file += sizeof(wtdata) * swimodel->num_pdfs;
381 const wtdata* weight_ptr = swimodel->allweights;
445 const wtdata *weightptr;

Completed in 61 milliseconds