/external/icu/icu4c/source/data/coll/ |
D | hu.txt | 16 "&Z<zs<<<Zs<<<ZS" 45 "&ZS<<<ZZS/ZS"
|
/external/rust/crates/plotters/src/series/ |
D | surface.rs | 19 pub fn new<XS, ZS, YF, S>(xs: XS, zs: ZS, y_func: YF, style: S) -> Self in new() argument 23 ZS: Iterator<Item = Z>, in new()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | TestAfterDivZeroChecker.cpp | 161 ZeroState ZS(SR, C.getBlockID(), C.getStackFrame()); in hasDivZeroMap() local 162 return C.getState()->contains<DivZeroMap>(ZS); in hasDivZeroMap() 193 ZeroState ZS = *I; in checkEndFunction() local 194 if (ZS.getStackFrameContext() == C.getStackFrame()) in checkEndFunction() 195 DivZeroes = F.remove(DivZeroes, ZS); in checkEndFunction()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TestAfterDivZeroChecker.cpp | 165 ZeroState ZS(SR, C.getBlockID(), C.getStackFrame()); in hasDivZeroMap() local 166 return C.getState()->contains<DivZeroMap>(ZS); in hasDivZeroMap() 196 ZeroState ZS = *I; in checkEndFunction() local 197 if (ZS.getStackFrameContext() == C.getStackFrame()) in checkEndFunction() 198 DivZeroes = F.remove(DivZeroes, ZS); in checkEndFunction()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 44 ZS = 'zs' variable 220 if self.layout != PLAIN or self.colorspace == ZS: 247 return self.colorspace == ZS and self.has_channel(0) 250 return self.colorspace == ZS and self.has_channel(1) 283 elif colorspace == ZS:
|
/external/mesa3d/src/util/format/ |
D | u_format_table.py | 225 if format.colorspace != ZS and not format.is_pure_color(): 256 if format.colorspace != ZS and not format.is_pure_color(): 283 if format.colorspace != ZS and has_access(format):
|
D | u_format_parse.py | 44 ZS = 'zs' variable 241 if self.layout != PLAIN or self.colorspace == ZS: 268 return self.colorspace == ZS and self.has_channel(0) 271 return self.colorspace == ZS and self.has_channel(1) 304 elif colorspace == ZS:
|
D | u_format_pack.py | 346 elif src_colorspace == ZS: 348 elif dst_colorspace == ZS: 711 return format.layout != PLAIN or format.colorspace == ZS
|
/external/mesa3d/src/freedreno/vulkan/ |
D | vk_format_parse.py | 42 ZS = 'zs' variable 224 if self.layout != PLAIN or self.colorspace == ZS: 251 return self.colorspace == ZS and self.has_channel(0) 254 return self.colorspace == ZS and self.has_channel(1) 287 elif colorspace == ZS:
|
/external/mesa3d/src/amd/vulkan/ |
D | vk_format_parse.py | 42 ZS = 'zs' variable 232 if self.layout != PLAIN or self.colorspace == ZS: 259 return self.colorspace == ZS and self.has_channel(0) 262 return self.colorspace == ZS and self.has_channel(1) 295 elif colorspace == ZS:
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 40 ZS = 'zs' variable 263 assert colorspace in (RGB, SRGB, YUV, ZS) 272 elif colorspace == ZS:
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | irtranslator-extends.ll | 3 ; Test that extends correctly translate to G_[ZS]EXT. The translator will never
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | MathUtils.java | 66 private static final short ZS = (short)0; field in MathUtils 1135 return (x >= ZS) ? PS : NS; 1710 return (x == ZS) ? ZS : (x > ZS) ? PS : NS;
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Level.miff | 330 XS:XS<XS<XS<XS<ZS:]RAbS<XU2b_X������������������������fk<dx\����������������������\H���# 353 RR5WR9XW<ZS<XU<]S:bRD_XAR]4Rqd��������������������������������������������������������������������…
|
D | Minify.miff | 15 …@�37�84�75�6/�5*�5-�BD�Ia�AKWO8avGh�Kj�Md�I_|E:91JF@][plk�Ћ�Ќ��{n|\R�^X�ZS�@1�9*�:-�;-�:-�;1�95…
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Gamma.miff | 43 …ZS`]Va_YibVph\sjZtiWvkXxo]�p^�kW�gV�rg�or�mp�gl�gk�lf�jV�jS�jU�kS�jS�iW�hU�hR�fR�iV�i]�k^�ob�sfoaU…
|
D | Colorize.miff | 43 …����(#������55�@D�=A�9?�&2�.�C/�C(�B.�?(�F,�P4�[:�\<�V?�ZS�ZY�%�%�%�$�%�%…
|
/external/icu/icu4c/source/data/unit/ |
D | lv.txt | 1440 one{"{0} ZS"} 1441 other{"{0} ZS"} 1442 zero{"{0} ZS"} 2263 dnam{"ZS"} 2264 one{"{0} ZS"} 2265 other{"{0} ZS"} 2266 zero{"{0} ZS"}
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 92 #define ZS(c, p, n, r, g, b, a, t, s, u) \ macro 139 ZS(A, Z24_UNORM_S8_UINT, Z24_S8_UNORM, R, R, R, xx, UNORM, S8Z24, TZ), 141 ZS(A, Z32_FLOAT_S8X24_UINT, Z32_S8_X24_FLOAT, R, R, R, xx, FLOAT, ZF32_X24S8, TZ),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Z3Solver.cpp | 75 Z3Sort(Z3Context &C, Z3_sort ZS) : Context(C), Sort(ZS) { in Z3Sort() argument
|
/external/llvm-project/llvm/lib/Support/ |
D | Z3Solver.cpp | 76 Z3Sort(Z3Context &C, Z3_sort ZS) : Context(C), Sort(ZS) { in Z3Sort() argument
|
/external/ImageMagick/PerlMagick/t/reference/jpeg/ |
D | write_non_interlaced.miff | 16 …�D;�2'�C0�D0�1�>)�SD�rm�[d�ev�yz�\h�]cy�[WiC���������������������������XR<ZS@YQ>UI9TG7XK;[K<YI9RC…
|
D | read_plane_interlaced.miff | 16 …�D;�2'�C0�D0�1�>)�SD�rm�[d�ev�wx�[g�\bz�\YkE���������������������������XR<ZS@YQ>UI9TG7XK;[K<YI9RC…
|
D | read_non_interlaced.miff | 16 …�D;�2'�C0�D0�1�>)�SD�rm�[d�ev�wx�[g�\bz�\YkE���������������������������XR<ZS@YQ>UI9TG7XK;[K<YI9RC…
|
D | write_plane_interlaced.miff | 16 …�D;�2'�C0�D0�1�>)�SD�rm�[d�ev�yz�\h�]cy�[WiC���������������������������XR<ZS@YQ>UI9TG7XK;[K<YI9RC…
|