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

  /external/v8/test/unittests/compiler/
instruction-selector-unittest.h 177 bool IsDouble(const InstructionOperand* operand) const {
178 return IsDouble(ToVreg(operand));
181 bool IsDouble(const Node* node) const { return IsDouble(ToVreg(node)); }
241 bool IsDouble(int virtual_register) const {
246 return !IsDouble(virtual_register) && !IsReference(virtual_register);
  /art/runtime/verifier/
reg_type.h 61 virtual bool IsDouble() const { return false; }
532 bool IsDouble() const OVERRIDE { return true; }
    [all...]
  /external/v8/src/
property-details.h 128 return (IsDouble() && other.IsDouble()) ||
129 (!IsDouble() && !other.IsDouble());
184 bool IsDouble() const { return kind_ == kDouble; }
190 IsSmi() || IsInteger32() || IsDouble();
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 656 bool IsDouble = Left->getType()->isDoubleTy();
657 if (!IsFloat && !IsDouble)
    [all...]
  /external/v8/src/compiler/
instruction.h     [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 731 if (IsDouble() || rhs.IsDouble()) {
    [all...]

Completed in 293 milliseconds