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

  /external/vixl/src/aarch32/
operands-aarch32.h 316 bool IsDouble() const { return immediate_type_.Is(F64); }
341 return IsFloat() || IsDouble();
344 return IsFloat() || IsDouble();
541 } else if (neon_imm.IsDouble()) {
  /art/runtime/verifier/
reg_type.h 64 virtual bool IsDouble() const { return false; }
662 bool IsDouble() const OVERRIDE { return true; }
    [all...]
  /external/v8/src/
property-details.h 123 return (IsDouble() && other.IsDouble()) ||
124 (!IsDouble() && !other.IsDouble());
179 bool IsDouble() const { return kind_ == kDouble; }
185 IsSmi() || IsInteger32() || IsDouble();
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 670 bool IsDouble = Left->getType()->isDoubleTy();
671 if (!IsFloat && !IsDouble)
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 731 if (IsDouble() || rhs.IsDouble()) {
    [all...]

Completed in 618 milliseconds