Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h75 ASSERT(!IsSpecial()); in AsDiyFp()
152 bool IsSpecial() const { in IsSpecial() function
294 ASSERT(!IsSpecial()); in AsDiyFp()
330 bool IsSpecial() const { in IsSpecial() function
Ddouble-conversion.cpp181 if (Double(value).IsSpecial()) {
220 if (Double(value).IsSpecial()) {
254 if (Double(value).IsSpecial()) {
302 if (Double(value).IsSpecial()) {
380 ASSERT(!Double(v).IsSpecial()); in DoubleToAscii()
Ddouble-conversion-bignum-dtoa.cpp106 ASSERT(!Double(v).IsSpecial()); in BignumDtoa()
Ddouble-conversion-fast-dtoa.cpp656 ASSERT(!Double(v).IsSpecial()); in FastDtoa()
/external/v8/src/
Ddouble.h42 DCHECK(!IsSpecial()); in AsDiyFp()
109 bool IsSpecial() const { in IsSpecial() function
Ddtoa.cc33 DCHECK(!Double(v).IsSpecial()); in DoubleToAscii()
Dbignum-dtoa.cc70 DCHECK(!Double(v).IsSpecial()); in BignumDtoa()
Dfast-dtoa.cc702 DCHECK(!Double(v).IsSpecial()); in FastDtoa()
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.h61 bool IsSpecial() const { in IsSpecial() function
Dcpdf_colorspace.cpp1129 if (m_pAltCS->IsSpecial()) in v_Load()
1210 if (m_pAltCS->IsSpecial()) in v_Load()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp114 unsigned IsSpecial:1; member in __anon158a696e0111::LatticeCell
124 LatticeCell() : Kind(Top), Size(0), IsSpecial(false) { in LatticeCell()
138 uint32_t N = L.IsSpecial ? sizeof L.Properties in operator =()
143 IsSpecial = L.IsSpecial; in operator =()
149 bool isProperty() const { return IsSpecial; } in isProperty()
157 IsSpecial = false; in setBottom()
165 IsSpecial = true; in setProperty()
/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()
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h108 inline bool IsSpecial(const uint32_t queue_family_index) { in IsSpecial() function
Dbuffer_validation.cpp874 !IsSpecial(barriers[b].dstQueueFamilyIndex)) { in ValidateQFOTransferBarrierUniqueness()
881 !IsSpecial(barriers[b].srcQueueFamilyIndex)) { in ValidateQFOTransferBarrierUniqueness()
909 !IsSpecial(barriers[b].dstQueueFamilyIndex)) { in RecordQFOTransferBarriers()
912 !IsSpecial(barriers[b].srcQueueFamilyIndex)) { in RecordQFOTransferBarriers()
Dcore_validation.cpp8150 return IsValid(queue_family) || (mem_ext_ && IsSpecial(queue_family)); in IsValidOrSpecial()
8205 if ((src_ignored && !(dst_ignored || IsSpecial(dst_queue_family))) || in Validate()
8206 (dst_ignored && !(src_ignored || IsSpecial(src_queue_family)))) { in Validate()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp3200 bool IsSpecial = in checkoffsets() local
3204 (IsSpecial && Phdr.p_type != ELF::PT_TLS) ? 0 : Sec.sh_size; in checkoffsets()
3218 bool IsSpecial = in checkVMA() local
3222 (IsSpecial && Phdr.p_type != ELF::PT_TLS) ? 0 : Sec.sh_size; in checkVMA()