Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-double-to-string.cpp187 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()
Ddouble-conversion-ieee.h78 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
Ddouble-conversion-bignum-dtoa.cpp106 DOUBLE_CONVERSION_ASSERT(!Double(v).IsSpecial()); in BignumDtoa()
Ddouble-conversion-fast-dtoa.cpp656 DOUBLE_CONVERSION_ASSERT(!Double(v).IsSpecial()); in FastDtoa()
/external/icu/libicu/cts_headers/
Ddouble-conversion-ieee.h78 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/
Dcpdf_colorspace.h85 bool IsSpecial() const { in IsSpecial() function
Dcpdf_colorspace.cpp1237 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/
DHexagonConstPropagation.cpp116 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/
DHexagonConstPropagation.cpp117 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/
DASTContext.cpp10078 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/
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/
Dbuffer_validation.cpp865 !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()
Dcore_validation_types.h112 inline bool IsSpecial(const uint32_t queue_family_index) { in IsSpecial() function
Dcore_validation.cpp8507 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/
Dcpdf_renderstatus.cpp1702 if (family == PDFCS_LAB || pCS->IsSpecial() || in GetBackColor()