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

  /external/v8/test/unittests/compiler/
instruction-selector-unittest.h 140 bool IsDouble(const InstructionOperand* operand) const {
141 return IsDouble(ToVreg(operand));
144 bool IsDouble(const Node* node) const { return IsDouble(ToVreg(node)); }
204 bool IsDouble(int virtual_register) const {
209 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 124 return (IsDouble() && other.IsDouble()) ||
125 (!IsDouble() && !other.IsDouble());
180 bool IsDouble() const { return kind_ == kDouble; }
186 IsSmi() || IsInteger32() || IsDouble();
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 656 bool IsDouble = Left->getType()->isDoubleTy();
657 if (!IsFloat && !IsDouble)
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 731 if (IsDouble() || rhs.IsDouble()) {
    [all...]

Completed in 1131 milliseconds