OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wtdata
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/include/
hmm_type.h
36
typedef signed char
wtdata
;
typedef
swimodel.h
39
const
wtdata
*weights; /*pointer to weights*/
55
const
wtdata
*allweights; /* size num_pdfs ~ 4800 */
/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 44 milliseconds