/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 280 // then we can freely add more poison-producing flags ontop of that. in makeGuaranteedNoWrapRegion() 782 return add(Other); 808 return add(Other); 837 ConstantRange::add(const ConstantRange &Other) const { 867 ConstantRange Result = add(Other); 871 // get lucky that intersection of add() with uadd_sat()/sadd_sat() results
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotlidump.py | 397 - set description to add some text 1226 def add(self, index): member in ContextModeKeeper 1344 #add quotes around left string when present 1348 #add quotes around right string when present 1419 #add comma to separate fields 1848 self.contextMode.add(char) 1891 self.contextMode.add(self.output[-2]) 1892 self.contextMode.add(self.output[-1])
|
/third_party/python/Lib/logging/ |
H A D | __init__.py | 259 _at_fork_reinit_lock_weakset.add(instance) 477 fields.add(fieldname) 507 fields.add(d['named']) 509 fields.add(d['braced']) 1160 # Issue #27493: add support for Path objects to be passed in 1964 add the handler to the root logger. 2094 has no handlers, call basicConfig() to add a console handler with a 2110 no handlers, call basicConfig() to add a console handler with a pre-defined 2120 information. If the logger has no handlers, basicConfig() is called to add 2128 no handlers, call basicConfig() to add [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 596 .add(*Reg) in buildMUBUFOffsetLoadStore() 597 .add(*TII->getNamedOperand(*MI, AMDGPU::OpName::srsrc)) in buildMUBUFOffsetLoadStore() 598 .add(*TII->getNamedOperand(*MI, AMDGPU::OpName::soffset)) in buildMUBUFOffsetLoadStore() 610 NewMI.add(*VDataIn); in buildMUBUFOffsetLoadStore() 670 // add the offset directly to the ScratchOffset register, and then in buildSpillLoadStore() 1118 // TODO: Fold if use instruction is another add of a constant. in eliminateFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 16 // add them to the current SCC and restart the IPO pipeline to optimize the 241 // If coro.end has an associated bundle, add cleanupret instruction. in replaceUnwindCoroEnd() 318 // Split block before and after coro.suspend and add a jump from an entry in createResumeEntryBlock() 370 // In the destroy function, we add a code sequence to check if ResumeFnAddress 873 // entirely trust this pass. Note that we don't want to add a verifier in postSplitCleanup() 879 FPM.add(createSCCPPass()); in postSplitCleanup() 880 FPM.add(createCFGSimplificationPass()); in postSplitCleanup() 881 FPM.add(createEarlyCSEPass()); in postSplitCleanup() 882 FPM.add(createCFGSimplificationPass()); in postSplitCleanup() 1389 // Update call graph and add th in splitCoroutine() [all...] |
/third_party/python/Lib/test/ |
H A D | test_compile.py | 1105 lines.add(node.lineno) 1106 end_lines.add(node.end_lineno) 1107 columns.add(node.col_offset) 1108 end_columns.add(node.end_col_offset)
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 872 let fdp = (p as *const RawFd).add(i); in decode_from() 902 let ts: libc::timespec = ptr::read_unaligned(tp.add(1)); in decode_from() 904 let ts: libc::timespec = ptr::read_unaligned(tp.add(2)); in decode_from() 1233 cmsg_data.add(size), in copy_to_cmsg_data()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 343 programCollection.glslSources.add("vert") << glu::VertexSource(vertSource.str()); in initPrograms() 344 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSource.str()); in initPrograms() 1316 programCollection.glslSources.add("vert") << glu::VertexSource(vs.str()); in initPrograms() 1326 programCollection.glslSources.add("frag") << glu::FragmentSource(fs.str()); in initPrograms()
|
H A D | vktPipelineInputAssemblyTests.cpp | 321 sourceCollections.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str()); in initPrograms() 323 sourceCollections.glslSources.add("color_frag") << glu::FragmentSource( in initPrograms() 332 sourceCollections.glslSources.add("color_tcs") << glu::TessellationControlSource( in initPrograms() 352 sourceCollections.glslSources.add("color_tes") << glu::TessellationEvaluationSource( in initPrograms()
|
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 830 programCollection.glslSources.add("comp" + nameSuffix) << glu::ComputeSource(src.str()); in addVerificationComputeShader() 866 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 882 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms() 1495 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 1536 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms() 1801 // If you add more, make sure it is handled in the test/shader in createMixedAttachmentSamplesTestsInGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferTests.cpp | 752 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initProgramsDrawWithUBO() 812 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initProgramsDrawWithUBO() 1076 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initProgramsDrawGrid() 1095 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initProgramsDrawGrid()
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 122 To add your name to the credits, pick a random blank space in the middle and fill it. 1021 // returns 1 if "a*b + add" has no negative terms/factors and doesn't overflow 1022 static int stbi__mad2sizes_valid(int a, int b, int add) in stbi__mad2sizes_valid() argument 1024 return stbi__mul2sizes_valid(a, b) && stbi__addsizes_valid(a*b, add); in stbi__mad2sizes_valid() 1028 // returns 1 if "a*b*c + add" has no negative terms/factors and doesn't overflow 1029 static int stbi__mad3sizes_valid(int a, int b, int c, int add) in stbi__mad3sizes_valid() argument 1032 stbi__addsizes_valid(a*b*c, add); in stbi__mad3sizes_valid() 1035 // returns 1 if "a*b*c*d + add" has no negative terms/factors and doesn't overflow 1037 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid() argument 1040 stbi__mul2sizes_valid(a*b*c, d) && stbi__addsizes_valid(a*b*c*d, add); in stbi__mad4sizes_valid() 1046 stbi__malloc_mad2(int a, int b, int add) stbi__malloc_mad2() argument 1053 stbi__malloc_mad3(int a, int b, int c, int add) stbi__malloc_mad3() argument 1060 stbi__malloc_mad4(int a, int b, int c, int d, int add) stbi__malloc_mad4() argument [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.cpp | 386 * add(16) g4<1>F g4<8,8,1>F g6<8,8,1>F in has_source_and_destination_hazard() 390 * add(8) g4<1>F g4<8,8,1>F g6<8,8,1>F in has_source_and_destination_hazard() 391 * add(8) g5<1>F g5<8,8,1>F g7<8,8,1>F in has_source_and_destination_hazard() 396 * add(8) g4<1>F g4<0,1,0>F g6<8,8,1>F in has_source_and_destination_hazard() 397 * add(8) g5<1>F g4<0,1,0>F g7<8,8,1>F in has_source_and_destination_hazard() 1383 * we need to add N to the sequence (0, 0, 0, 0, 1, 1, 1, 1) in 3826 /* Get rid of COMPR4. We'll add it back in if we need it */ 3973 * adjust the high result and add them (like the mach is doing): 3978 * add(8) g2<1>D g7<8,8,1>D g8<8,8,1>D 3980 * We avoid the shl instruction by realizing that we only want to add [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | BigDecimal.java | 64 /* 1997.12.14 add did not prepare and align arguments correctly */ 80 /* add toBigDecimal() and BigDecimal(java.math.BigDecimal) */ 84 /* 1999.02.06 add javadoc comments */ 90 /* constructor, no blanks in string constructor, add */ 92 /* add valueOf(double); drop booleanValue, charValue; */ 93 /* add ...Exact versions of remaining converters */ 94 /* 1999.03.13 add toBigIntegerExact */ 154 * award.add(extra) 155 * <br>award.add(extra, MathContext.DEFAULT) 156 * <br>award.add(extr 991 public com.ibm.icu.math.BigDecimal add(com.ibm.icu.math.BigDecimal rhs) { add() method in BigDecimal 1007 public com.ibm.icu.math.BigDecimal add(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) { add() method in BigDecimal [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | BigDecimal.java | 65 /* 1997.12.14 add did not prepare and align arguments correctly */ 81 /* add toBigDecimal() and BigDecimal(java.math.BigDecimal) */ 85 /* 1999.02.06 add javadoc comments */ 91 /* constructor, no blanks in string constructor, add */ 93 /* add valueOf(double); drop booleanValue, charValue; */ 94 /* add ...Exact versions of remaining convertors */ 95 /* 1999.03.13 add toBigIntegerExact */ 155 * award.add(extra) 156 * <br>award.add(extra, MathContext.DEFAULT) 157 * <br>award.add(extr 968 public ohos.global.icu.math.BigDecimal add(ohos.global.icu.math.BigDecimal rhs) { add() method in BigDecimal 983 public ohos.global.icu.math.BigDecimal add(ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set) { add() method in BigDecimal [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-x86_64.pl | 344 &add ($Htbl,-128); 347 &add ($len,$inp); # pointer to the end of data 875 add \$0x40,$len 1442 add \$0x80,$len 1760 add \$64,%rsp
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-x86_64.pl | 344 &add ($Htbl,-128); 347 &add ($len,$inp); # pointer to the end of data 875 add \$0x40,$len 1442 add \$0x80,$len 1760 add \$64,%rsp
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMutableTests.cpp | 366 programCollection.glslSources.add("uploadDrawVert") << glu::VertexSource(src.str()); in initPrograms() 390 programCollection.glslSources.add("uploadDrawFrag") << glu::FragmentSource(src.str()); in initPrograms() 441 programCollection.glslSources.add("uploadStoreComp") << glu::ComputeSource(src.str()); in initPrograms() 473 programCollection.glslSources.add("downloadLoadComp") << glu::ComputeSource(src.str()); in initPrograms() 507 programCollection.glslSources.add("downloadTextureComp") << glu::ComputeSource(src.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 832 programCollection.glslSources.add("comp" + nameSuffix) << glu::ComputeSource(src.str()); in addVerificationComputeShader() 868 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 884 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms() 1487 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 1528 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms() 1788 // If you add more, make sure it is handled in the test/shader in createMixedAttachmentSamplesTestsInGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMutableTests.cpp | 366 programCollection.glslSources.add("uploadDrawVert") << glu::VertexSource(src.str()); in initPrograms() 390 programCollection.glslSources.add("uploadDrawFrag") << glu::FragmentSource(src.str()); in initPrograms() 441 programCollection.glslSources.add("uploadStoreComp") << glu::ComputeSource(src.str()); in initPrograms() 473 programCollection.glslSources.add("downloadLoadComp") << glu::ComputeSource(src.str()); in initPrograms() 507 programCollection.glslSources.add("downloadTextureComp") << glu::ComputeSource(src.str()); in initPrograms()
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 63 add(zd, zn, scratch); in AddSubHelper() 82 add(zd, zd, imm8, shift); in TrySingleAddSub() 242 add(xd, xn, scratch); in Addpl() 244 add(xd, xn, Operand(scratch, ASR, kZRegBitsPerPRegBitLog2)); in Addpl() 298 add(xd, xn, a); in Addvl()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | GeneratedMessageV3.java | 53 // Since this class becomes GeneratedMessageV3V? in opensource, we have to add an import here 153 * The returned Map is modifiable so that the caller can add additional 1320 * e.g. "get", "set", and "add" -- but for extensions. The extensions are 2417 addRepeatedMethod = getMethodOrDie(builderClass, "add" + camelCaseName, type); in ReflectionInvoker() 2626 result.add(getRepeated(message, i)); in get() 2636 result.add(getRepeated(builder, i)); in get() 2686 getMutableMapField(builder).getMutableList().add(coerceType((Message) value)); in addRepeated() 2822 getMethodOrDie(builderClass, "add" + camelCaseName + "Value", int.class); in RepeatedEnumFieldAccessor() 2842 newList.add(getRepeated(message, i)); in get() 2853 newList.add(getRepeate in get() [all...] |
/third_party/python/Lib/ |
H A D | typing.py | 1182 '''A type-safe decorator to add logging to a function.''' 1909 attrs.add(attr) 2975 required_keys.add(annotation_key) 2977 optional_keys.add(annotation_key) 2979 required_keys.add(annotation_key) 2981 optional_keys.add(annotation_key)
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 566 // As a crutch to avoid having to add manual Align calls wherever we use a in GetCode() 567 // raw workflow to create Code objects (mostly in tests), add another Align in GetCode() 1266 add(rd, rd, Operand(imm & mask), LeaveCC, cond); in AddrMode1() 1269 add(rd, rd, Operand(imm), LeaveCC, cond); in AddrMode1() 1571 void Assembler::add(Register dst, Register src1, const Operand& src2, SBit s, in add() function in v8::internal::Assembler 1576 void Assembler::add(Register dst, Register src1, Register src2, SBit s, in add() function in v8::internal::Assembler 1578 add(dst, src1, Operand(src2), s, cond); in add() 2452 add(scratch, base, Operand(offset)); in vldr() 2468 add(scratch, operand.rn(), in vldr() 2501 add(scratc in vldr() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 2182 programCollection.glslSources.add(shaderPrefix + "vert") << glu::VertexSource(src.str()); in initPassthroughPrograms() 2212 programCollection.glslSources.add(shaderPrefix + "tesc") << glu::TessellationControlSource(src.str()); in initPassthroughPrograms() 2237 programCollection.glslSources.add(shaderPrefix + "tese") << glu::TessellationEvaluationSource(src.str()); in initPassthroughPrograms() 2267 programCollection.glslSources.add(shaderPrefix + "geom") << glu::GeometrySource(src.str()); in initPassthroughPrograms() 2285 programCollection.glslSources.add(shaderPrefix + "frag") << glu::FragmentSource(src.str()); in initPassthroughPrograms() 2302 programCollection.glslSources.add(shaderPrefix + "comp") << glu::ComputeSource(src.str()); in initPassthroughPrograms() 3118 programCollection.glslSources.add("comp") << glu::ComputeSource(source.str().c_str()); in initPrograms() 4263 programCollection.glslSources.add("draw_vert") << glu::VertexSource(src.str()); in initPrograms() 4282 programCollection.glslSources.add("draw_frag") << glu::FragmentSource(src.str()); in initPrograms() 4910 programCollection.glslSources.add("read_ib_ver in initPrograms() [all...] |