OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arcb
(Results
1 - 1
of
1
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h
428
void AddArc(StateId s, const A &arca, const A &
arcb
, int f,
432
arc.ilabel =
arcb
.ilabel;
434
arc.weight = Times(
arcb
.weight, arca.weight);
435
StateTuple tuple(
arcb
.nextstate, arca.nextstate, f);
439
arc.olabel =
arcb
.olabel;
440
arc.weight = Times(arca.weight,
arcb
.weight);
441
StateTuple tuple(arca.nextstate,
arcb
.nextstate, f);
493
const A &
arcb
= aiterb.Value();
local
494
Label labelb = find_input ?
arcb
.olabel :
arcb
.ilabel
507
const A &
arcb
= aiterb.Value();
local
[
all
...]
Completed in 161 milliseconds