/external/icu/icu4c/source/i18n/ |
D | double-conversion-double-to-string.cpp | 187 if (Double(value).IsSpecial()) { 226 if (Double(value).IsSpecial()) { 260 if (Double(value).IsSpecial()) { 314 if (Double(value).IsSpecial()) { 392 DOUBLE_CONVERSION_ASSERT(!Double(v).IsSpecial()); in DoubleToAscii()
|
D | double-conversion-ieee.h | 78 DOUBLE_CONVERSION_ASSERT(!IsSpecial()); in AsDiyFp() 155 bool IsSpecial() const { in IsSpecial() function 305 DOUBLE_CONVERSION_ASSERT(!IsSpecial()); in AsDiyFp() 341 bool IsSpecial() const { in IsSpecial() function
|
D | double-conversion-bignum-dtoa.cpp | 106 DOUBLE_CONVERSION_ASSERT(!Double(v).IsSpecial()); in BignumDtoa()
|
D | double-conversion-fast-dtoa.cpp | 656 DOUBLE_CONVERSION_ASSERT(!Double(v).IsSpecial()); in FastDtoa()
|
/external/icu/libicu/cts_headers/ |
D | double-conversion-ieee.h | 78 DOUBLE_CONVERSION_ASSERT(!IsSpecial()); in AsDiyFp() 155 bool IsSpecial() const { in IsSpecial() function 305 DOUBLE_CONVERSION_ASSERT(!IsSpecial()); in AsDiyFp() 341 bool IsSpecial() const { in IsSpecial() function
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_colorspace.h | 85 bool IsSpecial() const { in IsSpecial() function
|
D | cpdf_colorspace.cpp | 1237 if (m_pAltCS->IsSpecial()) in v_Load() 1318 if (m_pAltCS->IsSpecial()) in v_Load()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 116 unsigned IsSpecial:1; member in __anoned9efeff0111::LatticeCell 126 LatticeCell() : Kind(Top), Size(0), IsSpecial(false) { in LatticeCell() 140 L.IsSpecial ? sizeof L.Properties : L.Size * sizeof(const Constant *); in LatticeCell() 144 IsSpecial = L.IsSpecial; in LatticeCell() 150 uint32_t N = L.IsSpecial ? sizeof L.Properties in operator =() 155 IsSpecial = L.IsSpecial; in operator =() 161 bool isProperty() const { return IsSpecial; } in isProperty() 169 IsSpecial = false; in setBottom() 177 IsSpecial = true; in setProperty()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 117 unsigned IsSpecial:1; member in __anon4e8e348b0111::LatticeCell 127 LatticeCell() : Kind(Top), Size(0), IsSpecial(false) { in LatticeCell() 141 L.IsSpecial ? sizeof L.Properties : L.Size * sizeof(const Constant *); in LatticeCell() 145 IsSpecial = L.IsSpecial; in LatticeCell() 151 uint32_t N = L.IsSpecial ? sizeof L.Properties in operator =() 156 IsSpecial = L.IsSpecial; in operator =() 162 bool isProperty() const { return IsSpecial; } in isProperty() 170 IsSpecial = false; in setBottom() 178 IsSpecial = true; in setProperty()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 10078 bool IsSpecial = false; in DecodeTypeFromStr() local 10097 assert(!IsSpecial && "Can't use 'L' with 'W', 'N', 'Z' or 'O' modifiers"); in DecodeTypeFromStr() 10103 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!"); in DecodeTypeFromStr() 10106 IsSpecial = true; in DecodeTypeFromStr() 10113 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!"); in DecodeTypeFromStr() 10116 IsSpecial = true; in DecodeTypeFromStr() 10131 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!"); in DecodeTypeFromStr() 10134 IsSpecial = true; in DecodeTypeFromStr() 10151 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!"); in DecodeTypeFromStr() 10154 IsSpecial = true; in DecodeTypeFromStr()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 2850 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/ |
D | buffer_validation.cpp | 865 !IsSpecial(barriers[b].dstQueueFamilyIndex)) { in ValidateQFOTransferBarrierUniqueness() 872 !IsSpecial(barriers[b].srcQueueFamilyIndex)) { in ValidateQFOTransferBarrierUniqueness() 899 !IsSpecial(barriers[b].dstQueueFamilyIndex)) { in RecordQFOTransferBarriers() 902 !IsSpecial(barriers[b].srcQueueFamilyIndex)) { in RecordQFOTransferBarriers()
|
D | core_validation_types.h | 112 inline bool IsSpecial(const uint32_t queue_family_index) { in IsSpecial() function
|
D | core_validation.cpp | 8507 return IsValid(queue_family) || (mem_ext_ && IsSpecial(queue_family)); in IsValidOrSpecial() 8561 if ((src_ignored && !(dst_ignored || IsSpecial(dst_queue_family))) || in Validate() 8562 (dst_ignored && !(src_ignored || IsSpecial(src_queue_family)))) { in Validate()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 1702 if (family == PDFCS_LAB || pCS->IsSpecial() || in GetBackColor()
|