Searched defs:Equal (Results 1 - 25 of 28) sorted by relevance

12

/external/openfst/src/script/
H A Dequal.cc24 bool Equal(const FstClass &fst1, const FstClass &fst2, float kDelta) { function in namespace:fst::script
25 if (!ArcTypesMatch(fst1, fst2, "Equal")) return false;
30 Apply<Operation<EqualArgs> >("Equal", fst1.ArcType(), &args_with_retval);
35 REGISTER_FST_OPERATION(Equal, StdArc, EqualArgs);
36 REGISTER_FST_OPERATION(Equal, LogArc, EqualArgs);
37 REGISTER_FST_OPERATION(Equal, Log64Arc, EqualArgs);
/external/openfst/src/include/fst/script/
H A Dequal.h31 void Equal(EqualArgs *args) { function in namespace:fst::script
35 args->retval = Equal(fst1, fst2, args->args.arg3);
38 bool Equal(const FstClass &fst1, const FstClass &fst2,
/external/chromium_org/cc/debug/
H A Dlayer_tree_debug_state.cc11 // IMPORTANT: new fields must be added to Equal() and Unite()
61 bool LayerTreeDebugState::Equal(const LayerTreeDebugState& a, function in class:cc::LayerTreeDebugState
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DCollator.h45 enum Result { Equal = 0, Greater = 1, Less = -1 }; enumerator in enum:WTF::Collator::Result
/external/openfst/src/include/fst/
H A Dequal.h31 bool Equal(const Fst<Arc> &fst1, const Fst<Arc> &fst2, float delta = kDelta) { function in namespace:fst
36 VLOG(1) << "Equal: mismatched start states";
45 VLOG(1) << "Equal: mismatched # of states";
51 VLOG(1) << "Equal: mismatched states:"
59 VLOG(1) << "Equal: mismatched final weights:"
69 VLOG(1) << "Equal: mismatched # of arcs"
76 VLOG(1) << "Equal: mismatched arc input labels:"
83 VLOG(1) << "Equal: mismatched arc output labels:"
90 VLOG(1) << "Equal: mismatched arc weights:"
97 VLOG(1) << "Equal
[all...]
H A Dstate-map.h507 struct Equal { struct in class:fst::ArcSumMapper
517 Equal equal_;
582 struct Equal { struct in class:fst::ArcUniqueMapper
593 Equal equal_;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dequal.h28 bool Equal(const Fst<Arc> &fst1, const Fst<Arc> &fst2) { function in namespace:fst
33 VLOG(1) << "Equal: mismatched start states";
42 VLOG(1) << "Equal: mismatched # of states";
48 VLOG(1) << "Equal: mismatched states:"
56 VLOG(1) << "Equal: mismatched final weights:"
66 VLOG(1) << "Equal: mismatched # of arcs"
73 VLOG(1) << "Equal: mismatched arc input labels:"
80 VLOG(1) << "Equal: mismatched arc output labels:"
87 VLOG(1) << "Equal: mismatched arc weights:"
94 VLOG(1) << "Equal
[all...]
/external/chromium_org/extensions/common/permissions/
H A Dmanifest_permission.cc23 return scoped_ptr<ManifestPermission>(Intersect(rhs))->Equal(rhs);
26 bool ManifestPermission::Equal(const ManifestPermission* rhs) const { function in class:extensions::ManifestPermission
H A Dsettings_override_permission.cc61 bool SettingsOverrideAPIPermission::Equal(const APIPermission* rhs) const { function in class:extensions::SettingsOverrideAPIPermission
H A Dbase_set_operators.h87 return Equal(rhs);
104 bool Equal(const T& rhs) const { function in class:extensions::BaseSetOperators
115 else if (!it->Equal(*rhs_it))
/external/llvm/lib/Transforms/Scalar/
H A DLowerAtomic.cpp31 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp); local
32 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
36 Res = Builder.CreateInsertValue(Res, Equal, 1);
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dbignum.h75 static bool Equal(const Bignum& a, const Bignum& b) { function in class:WTF::double_conversion::Bignum
/external/chromium_org/v8/src/
H A Dbignum.h49 static bool Equal(const Bignum& a, const Bignum& b) { function in class:v8::internal::Bignum
H A Dhydrogen-load-elimination.cc173 if (other == NULL || !Equal(approx->last_value_, other->last_value_)) {
253 if (Equal(approx->last_value_, value)) {
356 if (!Equal(approx->last_value_, value)) {
372 bool Equal(HValue* a, HValue* b) { function in class:v8::internal::HLoadEliminationTable
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dskiplist.h117 bool Equal(const Key& a, const Key& b) const { return (compare_(a, b) == 0); } function in class:leveldb::SkipList
341 assert(x == NULL || !Equal(key, x->key));
372 if (x != NULL && Equal(key, x->key)) {
/external/skia/src/core/
H A DSkTypeface.cpp116 bool SkTypeface::Equal(const SkTypeface* facea, const SkTypeface* faceb) { function in class:SkTypeface
/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp120 bool SkTypeface::Equal(const SkTypeface* facea, const SkTypeface* faceb) { function in class:SkTypeface
/external/chromium_org/third_party/re2/re2/
H A Dregexp.cc377 LOG(DFATAL) << "Unexpected op in Regexp::Equal: " << a->op();
381 bool Regexp::Equal(Regexp* a, Regexp* b) { function in class:re2::Regexp
/external/chromium_org/v8/src/compiler/
H A Djs-operator.h84 const Operator* Equal() { BINOP(JSEqual); } function in class:v8::internal::compiler::JSOperatorBuilder
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h47 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator in enum:llvm::AsmToken::TokenKind
/external/regex-re2/re2/
H A Dregexp.cc377 LOG(DFATAL) << "Unexpected op in Regexp::Equal: " << a->op();
381 bool Regexp::Equal(Regexp* a, Regexp* b) { function in class:re2::Regexp
/external/lldb/source/Host/common/
H A DFileSpec.cpp376 // Equal to operator
509 FileSpec::Equal (const FileSpec& a, const FileSpec& b, bool full) function in class:FileSpec
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp232 bool CFX_ByteString::Equal(FX_BSTR str) const function in class:CFX_ByteString
H A Dfx_basic_wstring.cpp187 return s1.Equal(s2);
191 return s2.Equal(s1);
195 return s1.Equal(s2);
199 return s1.Equal(s2);
203 return s2.Equal(s1);
207 return !s1.Equal(s2);
211 return !s1.Equal(s2);
215 return !s1.Equal(s2);
219 return !s2.Equal(s1);
221 bool CFX_WideString::Equal(cons function in class:CFX_WideString
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc354 bool Equal(TypeHandle type1, TypeHandle type2) { function in struct:Tests
369 CHECK(Equal(type1, type2));
502 CHECK(Equal(type1, type2) == (*map1 == *map2));
529 CHECK(Equal(type1, type2) == (*value1 == *value2));
615 CHECK(Equal(type1, type2) == (*min1 == *min2 && *max1 == *max2));
644 CHECK(Equal(array1, array2) == Equal(type1, type2));
708 CHECK(Equal(function01, function02) == Equal(type2, type3));
709 CHECK(Equal(function0
[all...]

Completed in 1063 milliseconds

12