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

  /external/skia/src/core/
SkTypeface.cpp 24 bool SkTypeface::Equal(const SkTypeface* facea, const SkTypeface* faceb) {
  /external/webkit/JavaScriptCore/wtf/unicode/
Collator.h 44 enum Result { Equal = 0, Greater = 1, Less = -1 };
  /external/webkit/JavaScriptGlue/
JSBase.cpp 75 UInt8 JSBase::Equal(JSBase* other)
JSObject.cpp 112 UInt8 JSUserObject::Equal(JSBase* other)
118 if (fCallBacks.equal)
120 result = fCallBacks.equal(GetData(), obj->GetData());
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equal.h 28 bool Equal(const Fst<Arc> &fst1, const Fst<Arc> &fst2) {
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: mismatched input label:
    [all...]
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerARM.h 46 Equal = ARMAssembler::EQ,
835 // Convert the integer result back to float & compare to the original value - if not equal or unordered (NaN) then jump.
MacroAssemblerX86Common.h 46 Equal = X86Assembler::ConditionE,
473 return branch32(Equal, dest, Imm32(0x80000000));
488 // Convert the integer result back to float & compare to the original value - if not equal or unordered (NaN) then jump.
617 // treated as a signed 32bit value, is less than or equal to 5.
619 // jz and jnz test whether the first operand is equal to zero, and take
631 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value)
888 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value)
904 if (((cond == Equal) || (cond == NotEqual)) && !right.m_value)
MacroAssemblerARMv7.h 81 Equal = ARMv7Assembler::ConditionEQ,
564 // We get here if either unordered, or equal.
679 // treated as a signed 32bit value, is less than or equal to 5.
681 // jz and jnz test whether the first operand is equal to zero, and take
685 // Should we be using TEQ for equal/not-equal?
    [all...]

Completed in 464 milliseconds