OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arca
(Results
1 - 3
of
3
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h
431
void AddArc(StateId s, const A &
arca
, const A &arcb, int f,
436
arc.olabel =
arca
.olabel;
437
arc.weight = Times(arcb.weight,
arca
.weight);
438
StateTuple tuple(arcb.nextstate,
arca
.nextstate, f);
441
arc.ilabel =
arca
.ilabel;
443
arc.weight = Times(
arca
.weight, arcb.weight);
444
StateTuple tuple(
arca
.nextstate, arcb.nextstate, f);
485
const A &
arca
= aitera.Value();
local
486
Label match_labela = find_input ?
arca
.ilabel :
arca
.olabel
515
const A &
arca
= aitera.Value();
local
526
A
arca
= aitera.Value();
local
[
all
...]
/external/openfst/src/include/fst/
lookahead-filter.h
294
FilterState LookAheadFilterArc(Arc *
arca
, Arc *arcb,
296
Label &labela = LookAheadOutput() ?
arca
->olabel :
arca
->ilabel;
304
selector_.GetMatcher()->SetState(
arca
->nextstate);
547
FilterState PushedLabelFilterArc(Arc *
arca
, Arc *arcb,
549
Label &labela = LookAheadOutput() ?
arca
->olabel :
arca
->ilabel;
560
Selector().GetMatcher()->SetState(
arca
->nextstate);
571
FilterState PushLabelFilterArc(Arc *
arca
, Arc *arcb,
573
Label &labela = LookAheadOutput() ?
arca
->olabel : arca->ilabel
[
all
...]
compose.h
315
Arc
arca
= matchera->Value();
local
318
const FilterState &f = filter_->FilterArc(&arcb, &
arca
);
320
AddArc(s, arcb,
arca
, f);
322
const FilterState &f = filter_->FilterArc(&
arca
, &arcb);
324
AddArc(s,
arca
, arcb, f);
Completed in 700 milliseconds