/external/icu4c/i18n/ |
regexcst.pl | 27 $num_states = 1; # Always the state number for the line being compiled. 66 $states{$state_name} = $num_states; 67 $stateNames[$num_states] = $state_name; 88 $state_line_num[$num_states] = $line_num; # remember line number with each state 95 $state_literal_chars[$num_states] = $fields[0]; 96 $state_literal_chars[$num_states] =~ s/'//g; 99 $state_char_class[$num_states] = $fields[0]; 111 $state_flag[$num_states] = "FALSE"; 113 $state_flag[$num_states] = "TRUE"; 120 $state_dest_state[$num_states] = $fields[0] [all...] |
/external/icu4c/common/ |
rbbicst.pl | 26 $num_states = 1; # Always the state number for the line being compiled. 65 $states{$state_name} = $num_states; 66 $stateNames[$num_states] = $state_name; 87 $state_line_num[$num_states] = $line_num; # remember line number with each state 94 $state_literal_chars[$num_states] = $fields[0]; 95 $state_literal_chars[$num_states] =~ s/'//g; 98 $state_char_class[$num_states] = $fields[0]; 110 $state_flag[$num_states] = $javaOutput? "false" : "FALSE"; 112 $state_flag[$num_states] = $javaOutput? "true": "TRUE"; 119 $state_dest_state[$num_states] = $fields[0] [all...] |
/external/opencv/cvaux/src/ |
cvhmm.cpp | 147 hmm[0].num_states = state_number[0]; 181 for( i = 0; i < hmm[0].num_states; i++ ) 185 hmm[i+1].num_states = state_number[i+1]; 190 hmm[i].transP = icvCreateMatrix_32f( hmm[i].num_states, hmm[i].num_states ); 204 for( i = 0; i < hmm[0].num_states + 1; i++ ) 275 int superstate = (int)((i * hmm->num_states)*inv_y);/* /obs_info->obs_y; */ 281 int state = (int)((j * hmm->u.ehmm[superstate].num_states)* inv_x); /* / obs_info->obs_x; */ 294 if ( hmm->num_states > obs_info->obs_y ) return CV_BADSIZE_ERR; 297 float row_per_state = (float)obs_info->obs_y / hmm->num_states; [all...] |
cvhmm1d.cpp | 71 CvStatus icvForward1DHMM( int num_states, int num_obs, CvMatr64d A, 78 double* m_pi = icvAlloc( num_states* sizeof( double) ); 84 double* alpha = icvAlloc( num_states*num_obs * sizeof( double ) ); 91 for (i = 1; i < num_states; i++) 96 for (i = 0; i < num_states; i++) 109 for (j = 0; j < num_states; j++) 114 for (i = 0; i < num_states; i++) 116 sum += alpha[(t - 1) * num_states + i] * A[i * num_states + j]; 119 alpha[(t - 1) * num_states + j] = sum * B[t * num_states + j] [all...] |
/cts/tools/dasm/src/java_cup/ |
parse_reduce_table.java | 44 public int num_states() {return _num_states;} method in class:parse_reduce_table 63 for (int row = 0; row < num_states(); row++)
|
parse_action_table.java | 45 public int num_states() {return _num_states;} method in class:parse_action_table 67 for (int row = 0; row < num_states(); row++) 112 for (int row = 0; row < num_states(); row++)
|
emit.java | 497 for (int i = 0; i < act_tab.num_states(); i++) 582 for (int i=0; i<red_tab.num_states(); i++)
|
/external/srec/srec/include/ |
srec_arb.h | 67 asr_uint16_t num_states; member in struct:__anon11388 78 asr_int16_t num_states; member in struct:__anon11389 95 asr_int16_t num_states; /* total number of states, all allophones, phonemes */ member in struct:__anon11390
|
hmm_desc.h | 54 int num_states; member in struct:__anon11341
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
partition.h | 52 Partition(T num_states) { 53 Initialize(num_states); 61 // Create an empty partition for num_states. At initialization time 63 // Initialize just creates num_states of elements. All element 66 void Initialize(size_t num_states) { 73 elements_.resize(num_states); 74 class_index_.resize(num_states, -1); 75 class_size_.reserve(num_states); 76 for (size_t i = 0; i < num_states; ++i) 78 num_states_ = num_states; [all...] |
minimize.h | 368 const size_t num_states() const { return num_states_; } function in class:fst::AcyclicMinimizer::HeightVisitor 385 partition_.Initialize(hvisitor.num_states());
|
/external/hyphenation/ |
hyphen.h | 71 int num_states; member in struct:_HyphenDict
|
hyphen.c | 177 hnj_hash_insert (hashtab, string, dict->num_states); 178 /* predicate is true if dict->num_states is a power of two */ 179 if (!(dict->num_states & (dict->num_states - 1))) 182 (dict->num_states << 1) * 185 dict->states[dict->num_states].match = NULL; 186 dict->states[dict->num_states].repl = NULL; 187 dict->states[dict->num_states].fallback_state = -1; 188 dict->states[dict->num_states].num_trans = 0; 189 dict->states[dict->num_states].trans = NULL [all...] |
/external/srec/srec/clib/ |
srec_arb.c | 162 for (j = 0; j < allotree->hmm_infos[modelid].num_states; j++) 211 pfread(&(pd->num_states), sizeof(asr_uint16_t), 1, fp); 223 for (j = 0; j < (*pdata)[i].num_states; j++) 246 pfread(&(hmm_infos[i].num_states), sizeof(asr_int16_t), 1, fp); 253 appear to work; so we resort to recovering state offsets from num_states 255 pfread(*buffer, sizeof(asr_int16_t), allotree->num_states, fp); 258 num_atoms = sizeof(hmm_infos[0].state_indices[0]) * allotree->num_states / BYTES_PER_ATOM; 266 offset += hmm_infos[i].num_states; 269 for(j=0; j<hmm_infos[i].num_states; j++) 319 pfread(&allotree->num_states, sizeof(asr_int16_t), 1, fp); /* num_states * [all...] |
/external/srec/tools/cmd/ |
pht_to_long.pl | 24 ($trash,$lph,$sph,$num_states) = split(/\s+/);
|
pht_to_short.pl | 18 ($trash,$lph,$sph,$num_states) = split(/\s+/);
|
/external/srec/tools/test_swiarb/ |
test_swiarb.c | 133 (unsigned int) allotree->hmm_infos[model_sequence[j]].num_states);
|
/external/webkit/Tools/android/flex-2.5.4a/ |
dfa.c | 83 * void check_trailing_context( int nfa_states[num_states+1], int num_states, 97 * nfa_states[1 .. num_states] is the list of NFA states in the DFA. 101 void check_trailing_context( nfa_states, num_states, accset, nacc ) 102 int *nfa_states, num_states; 108 for ( i = 1; i <= num_states; ++i ) 230 * int *epsclosure( int t[num_states], int *numstates_addr,
|
/external/srec/srec/crec/ |
srec_tokens.c | 97 token->num_hmm_states = rec->context->hmm_info_for_ilabel[arc->ilabel].num_states;
|
srec.c | 389 for (i = 0;i < hmm_info->num_states;i++) 417 if (hmm_info->num_states > 0) 632 short i, num_states; local 642 num_states = stoken->num_hmm_states; 643 for (i = 0; i < num_states; i++) [all...] |
/external/srec/tools/grxmlcompile/ |
vocab.cpp | 289 int numStates = allotree->hmm_infos[id].num_states;
|
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
java_cup.jar | |
java_cup.jar.old | |
/external/opencv/cvaux/include/ |
cvaux.h | 131 int num_states; /* number of HMM states */ member in struct:CvEHMM [all...] |