/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 2416 programCollection.glslSources.add("compute") << glu::ComputeSource(computeSrc); in initPrograms() 2433 programCollection.glslSources.add("vertex") << glu::VertexSource(vertexSrc); in initPrograms() 2449 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragmentSrc); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 701 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 1443 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 2652 // Specialize whole shader and add it to program collection in initPrograms() 2653 programCollection.spirvAsmSources.add("comp") << shaderTemplate.specialize(specializations) in initPrograms()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 1094 // add() registers the debug object with the given id. 1096 void add(ID id, std::unique_ptr<debug::Object> &&); 1117 // use get() and add() to access this 1566 add(id, std::unique_ptr<debug::Object>(new T())); 1897 void SpirvShader::Impl::Debugger::add(ID id, std::unique_ptr<debug::Object> &&obj) 1899 ASSERT_MSG(obj != nullptr, "add() called with nullptr obj");
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | GPRArith.cpp | 627 TestImplOp(add, Dst, Value0, Src, Value1, int, Size, +); \ in TEST_F() 628 TestImplOp(add, Dst, Value0, Src, Value1, uint, Size, +); \ in TEST_F() 850 TestImplOp(add, adc, Dst0, Dst1, Value0, Src0, Src1, Value1, +, Size); \ in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | GPRArith.cpp | 653 TestImplOp(add, Dst, Value0, Src, Value1, int, Size, +); \ in TEST_F() 654 TestImplOp(add, Dst, Value0, Src, Value1, uint, Size, +); \ in TEST_F() 875 TestImplOp(add, adc, Dst0, Dst1, Value0, Src0, Src1, Value1, +, Size); \ in TEST_F()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 687 // was already aligned correctly. Thus computeReferenceLayout should not add any extra padding in computeReferenceLayout() 2096 // todo: add compute stage availability check in iterate() 2467 programCollection.glslSources.add("compute") << glu::ComputeSource(m_computeShaderSrc) in initPrograms() 2472 programCollection.glslSources.add("compute") << glu::ComputeSource(m_computeShaderSrc) in initPrograms() 2476 programCollection.glslSources.add("compute") << glu::ComputeSource(m_computeShaderSrc); in initPrograms()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 268 forEachIteration(getIterator(iterable), function (value) { return _this.add(value); }); 275 Set.prototype.add = function (value) { return addOrUpdateEntry(this._mapData, value, value), this; }; 848 result_1.add(newValue); 866 set.add(value); 1583 result.add(makeKey(value), makeValue(value)); 1637 map.add = multiMapAdd; 1721 add: function (element) { 4164 // Also, If you add a new SyntaxKind be sure to keep the `Markers` section at the bottom in sync 4623 // removal, it is likely that users will add the import anyway. 5367 // attempting to add `| undefine [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 93 static cl::opt<bool> AddBuildAttributes("arm-add-build-attributes", 2642 // An ASR value of 32 encodes as 0, so that's how we want to add it to in addPKHASRImmOperands() 2811 ARM_AM::AddrOpc AddSub = Val < 0 ? ARM_AM::sub : ARM_AM::add; in addAddrMode2Operands() 2819 Val = ARM_AM::getAM2Opc(Memory.isNegative ? ARM_AM::sub : ARM_AM::add, in addAddrMode2Operands() 2832 ARM_AM::AddrOpc AddSub = Val < 0 ? ARM_AM::sub : ARM_AM::add; 2855 ARM_AM::AddrOpc AddSub = Val < 0 ? ARM_AM::sub : ARM_AM::add; 2863 Val = ARM_AM::getAM3Opc(Memory.isNegative ? ARM_AM::sub : ARM_AM::add, 0); 2874 ARM_AM::getAM3Opc(PostIdxReg.isAdd ? ARM_AM::add : ARM_AM::sub, 0); 2883 ARM_AM::AddrOpc AddSub = Val < 0 ? ARM_AM::sub : ARM_AM::add; 2905 ARM_AM::AddrOpc AddSub = Val < 0 ? ARM_AM::sub : ARM_AM::add; [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 2117 bi_index add = bi_fadd_lscale_f32(b, bi_imm_f32(-1.0f), s0); in bi_flog2_32() local 2118 bi_fma_f32_to(b, dst, bi_flogd_f32(b, s0), add, frexpi); in bi_flog2_32() 4051 stats->nr_ins += (tuple->fma ? 1 : 0) + (tuple->add ? 1 : 0); in bi_count_tuple_stats() 4054 if (tuple->add != clause->message) { in bi_count_tuple_stats() 4885 /* nir_lower[_explicit]_io is lazy and emits mul+add chains even for in bi_finalize_nir()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 376 add(rd, rs, rt.rm()); in Add64() 404 add(rd, rs, scratch); in Add64() 484 // Use load -imm and add when loading -imm generates one instruction. in Sub64() 489 add(rd, rs, scratch); in Sub64() 3140 // with the slt instructions. We could use sub or add instead but we would miss 3141 // overflow cases, so we keep slt and add an intermediate third instruction. 3428 // three instructions, so add another 4 to pc to get the return address. in StoreReturnAddressAndCall() 4067 add(scratch2, left, right_reg); in AddOverflow64() 4073 add(dst, left, right_reg); in AddOverflow64() 4483 add(s in LeaveExitFrame() [all...] |
/third_party/python/Lib/test/ |
H A D | test_enum.py | 2700 # check that enum will add missing values when custom __new__ does not 3334 seen.add(TestFlag(i)) 3879 seen.add(TestFlag(i)) 4742 interesting.add('__new__') 4744 interesting.add('__init_subclass__') 4762 allowed.add(name) 4766 allowed.add(name)
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv2022.cpp | 2269 /* add another bit so that the code below writes 2 bytes in case of error */ in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() 2774 /* add another bit so that the code below writes 2 bytes in case of error */ in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() 3405 /* add another bit so that the code below writes 2 bytes in case of error */ in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() 3665 sa->add(sa->set, 0xa5); 3666 sa->add(sa->set, 0x203e); 3713 /* special handling for non-EXT ISO-2022-CN: add only code points for CNS planes 1 and 2 */ 3727 * Only add code points that map to Shift-JIS codes
|
H A D | ucurr.cpp | 1607 result.add(cp); in uprv_currencyLeads() 1614 result.add(cp); in uprv_currencyLeads()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucurr.cpp | 1633 result.add(cp); in uprv_currencyLeads() 1640 result.add(cp); in uprv_currencyLeads()
|
H A D | ucnv2022.cpp | 2269 /* add another bit so that the code below writes 2 bytes in case of error */ in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() 2774 /* add another bit so that the code below writes 2 bytes in case of error */ in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() 3405 /* add another bit so that the code below writes 2 bytes in case of error */ in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() 3665 sa->add(sa->set, 0xa5); 3666 sa->add(sa->set, 0x203e); 3713 /* special handling for non-EXT ISO-2022-CN: add only code points for CNS planes 1 and 2 */ 3727 * Only add code points that map to Shift-JIS codes
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 418 void add(const Register& rd, const Register& rn, const Operand& operand); 961 void add(const VRegister& vd, const VRegister& vn, const VRegister& vm); 963 // Unsigned halving add. 969 // Signed halving add. 976 // Multiply-add by scalar element. 984 // Signed long multiply-add by scalar element. 988 // Signed long multiply-add by scalar element (second part). 992 // Unsigned long multiply-add by scalar element. 996 // Unsigned long multiply-add by scalar element (second part). 1046 // Signed saturating doubling long multiply-add b [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ppc.pl | 298 #to add since c1=c2=c3=0. 313 addc r10,r7,r10 # now add to temp result. 446 addc r10,r7,r10 #add the two register number 450 addc r10,r7,r10 #add the two register number 1711 add r12,r12,r10 # th+=t 1719 add r3,r5,r3 # h+=d
|
H A D | rsaz-x86_64.pl | 2243 add \$0xa8,%rsp 2354 add \$64,%rsp
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha256-mb-x86_64.pl | 913 add \$`32*8`,$Tbl 1475 add \$64,%rsp
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo-compiled.js | 10 function k(a,b){function c(){}c.prototype=b.prototype;a.la=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.ua=function(d,f,e){for(var g=Array(arguments.length-2),h=2;h<arguments.length;h++)g[h-2]=arguments[h];return b.prototype[f].apply(d,g)}};function oa(a){if(Error.captureStackTrace)Error.captureStackTrace(this,oa);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))}k(oa,Error);oa.prototype.name="CustomError";function pa(a,b){a=a.split("%s");for(var c="",d=a.length-1,f=0;f<d;f++)c+=a[f]+(f<b.length?b[f]:"%s");oa.call(this,c+a[d])}k(pa,oa);pa.prototype.name="AssertionError";function qa(a,b){throw new pa("Failure"+(a?": "+a:""),Array.prototype.slice.call(arguments,1));};function ra(a,b){a.sort(b||sa)}function sa(a,b){return a>b?1:a<b?-1:0};function ta(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b}function ua(a,b){a:{for(var c in a)if(b.call(void 0,a[c],c,a)){b=c;break a}b=void 0}return b&&a[b]};function va(a){return String(a).replace(/\-([a-z])/g,function(b,c){return c.toUpperCase()})};function wa(a){var b=document;return"string"===typeof a?b.getElementById(a):a};function xa(a,b){this.g=a;this.o=b.name;this.j=!!b.aa;this.h=b.i;this.u=b.type;this.s=!1;switch(this.h){case ya:case za:case Ea:case Fa:case Ga:case Ha:case Ia:this.s=!0}this.l=b.defaultValue}var Ia=1,Ha=2,ya=3,za=4,Ea=6,Fa=16,Ga=18;function Ja(a,b){this.h=a;this.g={};for(a=0;a<b.length;a++){var c=b[a];this.g[c.g]=c}}function Ka(a){a=ta(a.g);ra(a,function(b,c){return b.g-c.g});return a}function La(a,b){return ua(a.g,function(c){return c.o==b})||null};function l(){this.h={};this.j=this.m().g;this.g=this.l=null}function Ma(a,b){for(var c in a.h){var d=Number(c);a.j[d]||b.call(a,d,a.h[c])}}l.prototype.has=function(a){return n(this,a.g)};l.prototype.get=function(a,b){return q(this,a.g,b)};l.prototype.set=function(a,b){t(this,a.g,b)};l.prototype.add=function(a,b){Na(this,a.g,b)}; 15 y.prototype.g=function(a,b){return 8==a.h&&"number"===typeof b?!!b:y.la.g.call(this,a,b)};y.prototype.o=function(a,b){var c=a.m(),d;for(d in b){var f=b[d],e=!/[^0-9]/.test(d);if(e)var g=c.g[parseInt(d,10)]||null;else 2==this.s&&(d=String(d).replace(/([A-Z])/g,"-$1").toLowerCase().replace(/\-/g,"_")),g=La(c,d);if(g)if(g.j)for(e=0;e<f.length;e++)a.add(g,this.g(g,f[e]));else a.set(g,this.g(g,f));else e?(g=a,e=Number(d),g.h[e]=f,g.g&&delete g.g[e]):this.u||qa("Failed to find field: "+d)}};function z(a,b){null!=a&&this.g.apply(this,arguments)}z.prototype.h="";z.prototype.set=function(a){this.h=""+a};z.prototype.g=function(a,b,c){this.h+=String(a);if(null!=b)for(var d=1;d<arguments.length;d++)this.h+=arguments[d];return this};function A(a){a.h=""}z.prototype.toString=function(){return this.h};/*
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ppc.pl | 298 #to add since c1=c2=c3=0. 313 addc r10,r7,r10 # now add to temp result. 446 addc r10,r7,r10 #add the two register number 450 addc r10,r7,r10 #add the two register number 1711 add r12,r12,r10 # th+=t 1719 add r3,r5,r3 # h+=d
|
H A D | rsaz-x86_64.pl | 2243 add \$0xa8,%rsp 2354 add \$64,%rsp
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 2184 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms() 2185 sourceCollections.glslSources.add("tex_frag") << glu::FragmentSource(fragmentSrc.str()); in initPrograms()
|
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 1634 programCollection.glslSources.add("vert") << glu::VertexSource( 1652 programCollection.glslSources.add("frag") << glu::FragmentSource(fragmentSource.str().c_str());
|
H A D | vktPipelineVertexInputTests.cpp | 638 // Matrix types add each column as a separate attribute. in createInstance() 732 programCollection.glslSources.add("attribute_test_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms() 734 programCollection.glslSources.add("attribute_test_frag") << glu::FragmentSource( in initPrograms()
|