Home
last modified time | relevance | path

Searched refs:IsSpecial (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Ddouble.h38 DCHECK(!IsSpecial()); in AsDiyFp()
105 bool IsSpecial() const { in IsSpecial() function
Ddtoa.cc34 DCHECK(!Double(v).IsSpecial()); in DoubleToAscii()
Dbignum-dtoa.cc70 DCHECK(!Double(v).IsSpecial()); in BignumDtoa()
Dfast-dtoa.cc693 DCHECK(!Double(v).IsSpecial()); in FastDtoa()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp2850 bool IsSpecial = in checkoffsets() local
2854 (IsSpecial && Phdr.p_type != ELF::PT_TLS) ? 0 : Sec.sh_size; in checkoffsets()
2868 bool IsSpecial = in checkVMA() local
2872 (IsSpecial && Phdr.p_type != ELF::PT_TLS) ? 0 : Sec.sh_size; in checkVMA()