OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oarc
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/
vector-fst.h
648
A&
oarc
= state_->arcs[i_];
local
649
if (
oarc
.ilabel !=
oarc
.olabel)
651
if (
oarc
.ilabel == 0) {
654
if (
oarc
.olabel == 0)
657
if (
oarc
.olabel == 0) {
661
if (
oarc
.weight != Weight::Zero() &&
oarc
.weight != Weight::One())
663
oarc
= arc;
cache.h
790
Arc&
oarc
= state_->arcs[i_];
local
791
if (
oarc
.ilabel !=
oarc
.olabel)
793
if (
oarc
.ilabel == 0) {
796
if (
oarc
.olabel == 0)
799
if (
oarc
.olabel == 0) {
803
if (
oarc
.weight != Weight::Zero() &&
oarc
.weight != Weight::One())
805
oarc
= arc;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
vector-fst.h
744
A&
oarc
= state_->arcs[i_];
local
745
if (
oarc
.ilabel !=
oarc
.olabel)
747
if (
oarc
.ilabel == 0) {
750
if (
oarc
.olabel == 0)
753
if (
oarc
.olabel == 0) {
757
if (
oarc
.weight != Weight::Zero() &&
oarc
.weight != Weight::One())
759
oarc
= arc;
Completed in 429 milliseconds