OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:picokdt_DtPAM
(Results
1 - 3
of
3
) sorted by null
/external/svox/pico/lib/
picokdt.h
91
typedef struct
picokdt_dtpam
*
picokdt_DtPAM
;
99
picokdt_DtPAM
picokdt_getDtPAM (picoknow_KnowledgeBase this);
443
picoos_uint8 picokdt_dtPAMconstructInVec(const
picokdt_DtPAM
this,
450
picoos_uint8 picokdt_dtPAMclassify(const
picokdt_DtPAM
this);
456
picoos_uint8 picokdt_dtPAMdecomposeOutClass(const
picokdt_DtPAM
this,
picokdt.c
741
picokdt_DtPAM
picokdt_getDtPAM (picoknow_KnowledgeBase this) {
742
return ((NULL == this) ? NULL : ((
picokdt_DtPAM
) this->subObj));
[
all
...]
picopam.c
248
picokdt_DtPAM
dtdur; /* dtdur knowledge base */
249
picokdt_DtPAM
dtlfz[PICOPAM_DT_NRLFZ]; /* dtlfz knowledge bases */
250
picokdt_DtPAM
dtmgc[PICOPAM_DT_NRMGC]; /* dtmgc knowledge bases */
433
const
picokdt_DtPAM
dtpam, const picoos_uint8 *invec,
[
all
...]
Completed in 543 milliseconds