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
431
void AddArc(StateId s, const A &arca, const A &
arcb
, int f,
435
arc.ilabel =
arcb
.ilabel;
437
arc.weight = Times(
arcb
.weight, arca.weight);
438
StateTuple tuple(
arcb
.nextstate, arca.nextstate, f);
442
arc.olabel =
arcb
.olabel;
443
arc.weight = Times(arca.weight,
arcb
.weight);
444
StateTuple tuple(arca.nextstate,
arcb
.nextstate, f);
496
const A &
arcb
= aiterb.Value();
local
497
Label labelb = find_input ?
arcb
.olabel :
arcb
.ilabel
510
const A &
arcb
= aiterb.Value();
local
[
all
...]
Completed in 72 milliseconds