/third_party/vixl/src/aarch64/ |
D | assembler-sve-aarch64.cc | 100 void Assembler::and_(const ZRegister& zd, const ZRegister& zn, uint64_t imm) { in and_() argument 101 USE(zn); in and_() 103 VIXL_ASSERT(zd.Is(zn)); in and_() 115 void Assembler::eor(const ZRegister& zd, const ZRegister& zn, uint64_t imm) { in eor() argument 116 USE(zn); in eor() 118 VIXL_ASSERT(zd.Is(zn)); in eor() 122 void Assembler::orr(const ZRegister& zd, const ZRegister& zn, uint64_t imm) { in orr() argument 123 USE(zn); in orr() 125 VIXL_ASSERT(zd.Is(zn)); in orr() 131 const ZRegister& zn, in and_() argument [all …]
|
D | macro-assembler-sve-aarch64.cc | 34 const ZRegister& zn, in AddSubHelper() argument 39 if (TrySingleAddSub(option, zd, zn, imm)) return; in AddSubHelper() 53 if (TrySingleAddSub(n_option, zd, zn, n_imm)) return; in AddSubHelper() 58 ZRegister scratch = temps.AcquireZ().WithLaneSize(zn.GetLaneSizeInBits()); in AddSubHelper() 63 add(zd, zn, scratch); in AddSubHelper() 65 sub(zd, zn, scratch); in AddSubHelper() 71 const ZRegister& zn, in TrySingleAddSub() argument 79 MovprfxHelperScope guard(this, zd, zn); in TrySingleAddSub() 95 const ZRegister& zn, in IntWideImmHelper() argument 101 MovprfxHelperScope guard(this, zd, zn); in IntWideImmHelper() [all …]
|
D | macro-assembler-aarch64.h | 3207 const ZRegister& zn, \ 3210 if (zd.Aliases(zn)) { \ 3215 ASM(zd, pg, zd, zn); \ 3217 MovprfxHelperScope guard(this, zd, pg, zn); \ 3612 void Abs(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Abs() argument 3615 abs(zd, pg, zn); in Abs() 3617 void Add(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Add() argument 3620 add(zd, zn, zm); in Add() 3622 void Add(const ZRegister& zd, const ZRegister& zn, IntegerOperand imm) { in Add() argument 3624 AddSubHelper(kAddImmediate, zd, zn, imm); in Add() [all …]
|
D | assembler-aarch64.h | 3648 void abs(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn); 3653 const ZRegister& zn, 3657 void add(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm); 3660 void add(const ZRegister& zd, const ZRegister& zn, int imm8, int shift = -1); 3680 const ZRegister& zn, 3684 void and_(const ZRegister& zd, const ZRegister& zn, uint64_t imm); 3687 void and_(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm); 3696 void andv(const VRegister& vd, const PRegister& pg, const ZRegister& zn); 3701 const ZRegister& zn, 3707 const ZRegister& zn, [all …]
|
D | simulator-aarch64.cc | 2009 SimVRegister& zn = ReadVRegister(instr->GetRn()); in Simulator() local 2013 match(vform, pd, zn, zm, /* negate_match = */ false); in Simulator() 2016 match(vform, pd, zn, zm, /* negate_match = */ true); in Simulator() 2060 SimVRegister& zn = ReadVRegister(instr->GetRn()); in Simulator() local 2067 ext(kFormatVnB, zd, zn, zn2, index); in Simulator() 2073 SimVRegister& zn = ReadVRegister(instr->GetRn()); in Simulator() local 2081 zn, in Simulator() 2089 pmul(kFormatVnB, zd, zn, zm); in Simulator() 2099 SimVRegister& zn = ReadVRegister(instr->GetRn()); in Simulator() local 2112 mul(vform, zd, zn, temp); in Simulator() [all …]
|
D | simulator-aarch64.h | 4548 const LogicVRegister& zn, 4564 const LogicVRegister& zn,
|
/third_party/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 6328 void abs(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) 6335 void adclb(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm) 6342 void adclt(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm) 6349 void add(const ZRegister& zd, const ZRegister& zn, int imm8, int shift = -1) 6358 const ZRegister& zn, 6366 void add(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) 6373 void addhnb(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) 6380 void addhnt(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) 6389 const ZRegister& zn, 6430 const ZRegister& zn, [all …]
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderState.hpp | 338 float zn; member 343 , zn (0.0f) in ViewportState() 350 , zn (0.0f) in ViewportState()
|
D | rrRenderer.cpp | 829 const float zn = state.viewport.zn; in transformVertexClipCoordsToWindowCoords() local 834 packet.position.z()*(zf - zn)/2.0f + (zn + zf)/2.0f, in transformVertexClipCoordsToWindowCoords() 1112 const float depthClampMin = de::min(state.viewport.zn, state.viewport.zf); in rasterizePrimitive() 1113 const float depthClampMax = de::max(state.viewport.zn, state.viewport.zf); in rasterizePrimitive() 1180 const float depthClampMin = de::min(state.viewport.zn, state.viewport.zf); in rasterizePrimitive() 1181 const float depthClampMax = de::max(state.viewport.zn, state.viewport.zf); in rasterizePrimitive() 1233 const float depthClampMin = de::min(state.viewport.zn, state.viewport.zf); in rasterizePrimitive() 1234 const float depthClampMax = de::max(state.viewport.zn, state.viewport.zf); in rasterizePrimitive()
|
/third_party/ffmpeg/libavcodec/ |
D | tiffenc.c | 382 int zlen, zn; in encode_frame() local 392 zn = 0; in encode_frame() 396 memcpy(zbuf + zn, s->yuv_line, bytes_per_row); in encode_frame() 401 zn += bytes_per_row; in encode_frame() 403 ret = encode_strip(s, zbuf, ptr, zn, s->compr); in encode_frame()
|
/third_party/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 382 ZRegister zn = z2.WithLaneSize(lane_size_in_bits); in MlaMlsHelper() local 388 InsrHelper(&masm, zn, zn_inputs); in MlaMlsHelper() 409 __ Mla(mla_da_result, p0.Merging(), mla_da_result, zn, zm); in MlaMlsHelper() 411 __ Mov(mla_dn_result, zn); in MlaMlsHelper() 415 __ Mla(mla_dm_result, p2.Merging(), za, zn, mla_dm_result); in MlaMlsHelper() 418 __ Mla(mla_d_result, p3.Merging(), za, zn, zm); in MlaMlsHelper() 428 __ Mls(mls_da_result, p0.Merging(), mls_da_result, zn, zm); in MlaMlsHelper() 430 __ Mov(mls_dn_result, zn); in MlaMlsHelper() 434 __ Mls(mls_dm_result, p2.Merging(), za, zn, mls_dm_result); in MlaMlsHelper() 437 __ Mls(mls_d_result, p3.Merging(), za, zn, zm); in MlaMlsHelper() [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | ConverterSelectorTestUTF8.txt | 188 …obsahovat dostatek znaků: například Evropská unie sama potřebuje několik různých kódování, aby pok… 190 …zné znaky, nebo používat různá čísla pro stejný znak. Jakýkoli počítač (zvláště servery) musí podp… 197 …em, jazyků a zemí beze změn návrhu. To dovoluje přenášet data přes mnoho různých systémů bez poruš…
|
/third_party/vk-gl-cts/modules/internal/ |
D | ditFrameworkTests.cpp | 706 const float zn = 0.0f; in runCase() local 785 viewport.zn = zn; in runCase() 811 const float refDepth = subCase.vtx[0].z()*(zf - zn)/2.0f + (zn + zf)/2.0f; in runCase()
|
/third_party/icu/icu4c/source/data/translit/ |
D | vec_vec_FONIPA.txt | 35 {zm} {zn} {zɲ} {zj} {zl} {zb} {zbɾ} {zbj} {zbw} {zd} {zdɾ} {zdj} {zdw}
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | vec_vec_FONIPA.txt | 35 {zm} {zn} {zɲ} {zj} {zl} {zb} {zbɾ} {zbj} {zbw} {zd} {zdɾ} {zdj} {zdw}
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "zd" | "ze" | "zf" | "zg" | "zh" | "zi" | "zj" | "zk" | "zl" | "zm" | "zn" | "zo" | "zp" | "zq… 9 …zn: "aa.zn"; zo: "aa.zo"; zp: "aa.zp"; zq: "aa.zq"; zr: "aa.zr"; zs: "aa.zs"; zt: "aa.zt"; zu: "aa… 10 …zn: "aa.zn"; zo: "aa.zo"; zp: "aa.zp"; zq: "aa.zq"; zr: "aa.zr"; zs: "aa.zs"; zt: "aa.zt"; zu: "aa…
|
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "zd" | "ze" | "zf" | "zg" | "zh" | "zi" | "zj" | "zk" | "zl" | "zm" | "zn" | "zo" | "zp" | "zq… 9 …zn: "aa.zn"; zo: "aa.zo"; zp: "aa.zp"; zq: "aa.zq"; zr: "aa.zr"; zs: "aa.zs"; zt: "aa.zt"; zu: "aa… 10 …zn: "aa.zn"; zo: "aa.zo"; zp: "aa.zp"; zq: "aa.zq"; zr: "aa.zr"; zs: "aa.zs"; zt: "aa.zt"; zu: "aa…
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | CompatibilityTest.java | 783 TransitionItem(String zn, int y, int m, int d, int h) { in TestAddAcrossOffsetTransitions() argument 784 zoneName = zn; in TestAddAcrossOffsetTransitions()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CompatibilityTest.java | 780 TransitionItem(String zn, int y, int m, int d, int h) { in TestAddAcrossOffsetTransitions() argument 781 zoneName = zn; in TestAddAcrossOffsetTransitions()
|
/third_party/astc-encoder/Test/Images/Small/HDR-RGB/ |
D | hdr-rgb-00.hdr | 7 …�������|��ل��݊t����t�������p�pxl��r��lx�|�l�rx���t�l���n������v���~~��߄�vΊ�zn�����ntr�����셂�ՙ��vn… 15 …�~~~~~~�~��~�~�~~~~~~~~�~������ʂ�Ũ���ޚ�����t|z��l|n���zn�~�i��`g�v^��|`�xe��ˈ… 25 …z���bt�l�|�`|�~��bvr��pe�|���r~���jl�lxt���|�����nTKRTTWV\biv������jluw~�c�zn`n���tWc|���t��jl^j�c… 59 …Y�������������������ȝ���Ο˥���������������������������x���䈐��������������t�zn��v���~�~�����x��r�v�… 88 …~���~~~~~���~~~~~�~�~�~}�~}�~����ވ�����݈�~�솙˂ܒ�����znĶ�����sé��lp�ahk�����… 882 …�������;Ѷ�������������������������O����ӛ����������쐨��ӎ�䓛���Փ����^`iy���ȶp��zn~ڹ�������������������… 1095 …��������������w�������������������������ٯ���������͎�Ôillec`b`�NK�KQ^n~�����zn���������������҆�����… 1305 …�����Ê���#���'fjq\TQNu)��^9>[daaa_dmu|���hǂjUpn�������p�s�琫�zn�������������������t
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | tz2icu.cpp | 1830 int32_t zn = 0; in main() local 1838 file << "//Z#" << zn++ << " " << i->first << endl; in main()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | tz2icu.cpp | 1830 int32_t zn = 0; in main() local 1838 file << "//Z#" << zn++ << " " << i->first << endl; in main()
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | cs.txt | 981 miscellaneous{"{0} – různé"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | cs.txt | 1021 miscellaneous{"{0} – různé"}
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 1244 Int4 zn = CmpLT(z, Float4(0.0f)); // z < 0 in cubeFace() local 1267 Int4 n = ((xn & xMajor) | (yn & yMajor) | (zn & zMajor)) & Int4(0x80000000); in cubeFace()
|