HomeSort by relevance Sort by last modified time
    Searched defs:Equal (Results 1 - 24 of 24) sorted by null

  /external/openfst/src/script/
equal.cc 19 #include <fst/script/equal.h>
24 bool Equal(const FstClass &fst1, const FstClass &fst2, float kDelta) {
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/
equal.h 22 #include <fst/equal.h>
31 void Equal(EqualArgs *args) {
35 args->retval = Equal(fst1, fst2, args->args.arg3);
38 bool Equal(const FstClass &fst1, const FstClass &fst2,
  /external/chromium_org/cc/debug/
layer_tree_debug_state.cc 11 // IMPORTANT: new fields must be added to Equal() and Unite()
61 bool LayerTreeDebugState::Equal(const LayerTreeDebugState& a,
  /external/chromium_org/extensions/common/permissions/
manifest_permission.cc 23 return scoped_ptr<ManifestPermission>(Intersect(rhs))->Equal(rhs);
26 bool ManifestPermission::Equal(const ManifestPermission* rhs) const {
settings_override_permission.cc 61 bool SettingsOverrideAPIPermission::Equal(const APIPermission* rhs) const {
base_set_operators.h 87 return Equal(rhs);
104 bool Equal(const T& rhs) const {
115 else if (!it->Equal(*rhs_it))
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
Collator.h 45 enum Result { Equal = 0, Greater = 1, Less = -1 };
  /external/openfst/src/include/fst/
equal.h 31 bool Equal(const Fst<Arc> &fst1, const Fst<Arc> &fst2, float delta = kDelta) {
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: mismatched input label:
    [all...]
state-map.h 507 struct Equal {
517 Equal equal_;
582 struct Equal {
593 Equal equal_;
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 31 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp);
32 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
36 Res = Builder.CreateInsertValue(Res, Equal, 1);
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum.h 75 static bool Equal(const Bignum& a, const Bignum& b) {
  /external/chromium_org/v8/src/
bignum.h 49 static bool Equal(const Bignum& a, const Bignum& b) {
hydrogen-load-elimination.cc 173 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) {
  /art/runtime/base/
bit_vector.h 168 // Are we equal to another bit vector? Note: expandability attributes must also match.
169 bool Equal(const BitVector* src) {
  /external/chromium_org/third_party/leveldatabase/src/db/
skiplist.h 49 // REQUIRES: nothing that compares equal to key is currently in the list.
52 // Returns true iff an entry that compares equal to key is in the list.
117 bool Equal(const Key& a, const Key& b) const { return (compare_(a, b) == 0); }
175 // Array of length equal to the node height. next_[0] is lowest level link.
341 assert(x == NULL || !Equal(key, x->key));
372 if (x != NULL && Equal(key, x->key)) {
  /external/chromium_org/third_party/skia/src/core/
SkTypeface.cpp 120 bool SkTypeface::Equal(const SkTypeface* facea, const SkTypeface* faceb) {
  /external/chromium_org/v8/src/compiler/
js-operator.h 84 const Operator* Equal() { BINOP(JSEqual); }
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 47 Star, Dot, Comma, Dollar, Equal, EqualEqual,
  /external/chromium_org/third_party/re2/re2/
regexp.cc 377 LOG(DFATAL) << "Unexpected op in Regexp::Equal: " << a->op();
381 bool Regexp::Equal(Regexp* a, Regexp* b) {
406 // be compared. The regexps are only equal if
407 // all the pairs end up being equal.
690 // ranges as equal if they overlap at all, so that
  /external/lldb/source/Host/common/
FileSpec.cpp 376 // Equal to operator
430 // and since we only resolve the paths if the basenames are equal, then
431 // we can just check if both directories are equal...
438 // Not equal to operator
484 // Return -1 if the "a" is less than "b", 0 if "a" is equal to "b"
509 FileSpec::Equal (const FileSpec& a, const FileSpec& b, bool full)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 354 bool Equal(TypeHandle type1, TypeHandle type2) {
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(function01, function03) == Equal(type1, type3))
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 348 bool Equal(const Environment& env) {
929 changed_ = !old_in.Equal(in_);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 176 "KnownZero, KnownOne and Min, Max must have equal bitwidth.");
200 "Ty, KnownZero, KnownOne and Min, Max must have equal bitwidth.");
759 // so the values can never be equal. Similarly for all other "or equals"
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 3835 milliseconds