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

  /external/v8/src/
type-info.h 158 inline bool IsDouble() {
lithium-allocator.h 323 bool IsDouble() const { return is_double_; }
hydrogen-instructions.h 318 bool IsDouble() const { return kind_ == kDouble; }
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 393 bool IsDouble = StringSwitch<bool>(Mnemonic.lower())
400 return IsDouble;

Completed in 587 milliseconds