/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 443 /// and \p MaxLane, times each part between \p MinPart and \p MaxPart, 467 /// loop at unroll index \p Part. If the value has already been vectorized, 474 Value *getOrCreateVectorValue(Value *V, unsigned Part); 614 unsigned Part, 1738 for (unsigned Part = 0; Part < UF; ++Part) { 1739 VectorLoopValueMap.setVectorValue(EntryVal, Part, LastInduction); 1743 recordVectorLoopValueForInductionCast(II, EntryVal, LastInduction, Part); [all...] |
/third_party/backends/ |
H A D | README.djpeg | 97 for example, the color quantization modules are not strictly part of JPEG 142 (1) If any part of the source code for this software is distributed, then this 147 documentation must state that "this software is based in part on the work of 172 ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part 243 1992, ANSI was charging $95 for Part 1 and $47 for Part 2, plus 7% 244 shipping/handling. The standard is divided into two parts, Part 1 being the 245 actual specification, while Part 2 covers compliance testing methods. Part 1 247 Part [all...] |
/third_party/curl/docs/libcurl/ |
H A D | libcurl-errors.md | 604 An invalid 'part' argument was passed as argument. 632 An unknown part ID was passed to a URL API function. 636 There is no scheme part in the URL. 640 There is no user part in the URL. 644 There is no password part in the URL. 648 There is no options part in the URL. 652 There is no host part in the URL. 656 There is no port part in the URL. 660 There is no query part in the URL. 664 There is no fragment part i [all...] |
/third_party/icu/tools/multi/proj/provider/ |
H A D | Makefile | 185 for part in $(GL_PARTS) ; \ 187 echo "**$(SUBHEAD)" $$ver "(provider) backend: ---- " "$$part" "----" ; \ 188 $(call ECHO_COMPILE,$(shell $(PLUGLIB_ICU_CONFIG) --noverify $(ICU_CONFIG_CXX)) $(GLUE_CFLAGS) -c -I$(TOP)/$(BUILD)/$$ver/gluren/include -DICUGLUE_VER=$$ver -DICUGLUE_VER_STR=\"$$ver\" "-DGLUE_SYM(x)=glue ## x ## $$ver" -o $(GLOUT)/$(PLUGLIB)/$${part}_$${ver}_for_$(PLUGLIB).o $(GLUE)/$${part}$(PARTSUFF).cpp $(XOPTS) ) || exit 1 ; \ 194 @for part in $(GL_PARTS) ; \ 196 echo "ICU" $(PLUGLIB) "(plugin) building plugin for ------- $$part -----" ; \ 197 $(call ECHO_COMPILE,$(shell $(PLUGLIB_ICU_CONFIG) --noverify $(ICU_CONFIG_CXX)) $(GLUE_CFLAGS) -I$(GLOUT)/$(PLUGLIB)/include -c -o $(GLOUT)/$(PLUGLIB)/$${part}_$(PLUGLIB).o $(GLUE)/$${part}$(PARTSUFF).cpp $(XOPTS) $(PLUG_EXTRA_FLAGS) ) || exit 1 ; \ 210 @for part in $(GL_PARTS) ; \ 212 echo "$(PLUGLIB_NAME) $${part}_provider_plugi [all...] |
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
H A D | http2.rs | 51 let part = message.request.ref_mut().part().clone(); 54 let (flag, payload) = build_headers_payload(part, false) 75 let part = match headers_frame.payload() { in frame_2_response() 120 let length = match BodyLengthParser::new(message.request.ref_mut().method(), &part).parse() { in frame_2_response() 129 ylong_http::response::Response::from_raw_parts(part, body), in frame_2_response() 134 mut part: RequestPart, 137 remove_connection_specific_headers(&mut part.headers)?; 138 let pseudo = build_pseudo_headers(&mut part)?; 140 header_part.set_header_lines(part [all...] |
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hgm_multi_app_strategy_test.cpp | 149 PART("CaseDescription") { in HWTEST_F() 201 PART("CaseDescription") { in HWTEST_F() 249 PART("CaseDescription") { in HWTEST_F() 303 PART("CaseDescription") { in HWTEST_F() 345 PART("CaseDescription") { in HWTEST_F() 384 PART("CaseDescription") { in HWTEST_F() 423 PART("CaseDescription") { in HWTEST_F() 449 PART("CaseDescription") { in HWTEST_F() 477 PART("CaseDescription") { in HWTEST_F() 503 PART("CaseDescriptio in HWTEST_F() [all...] |
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_gfx7.c | 33 /* From the Ivybridge PRM (2012-05-31), Volume 4, Part 1, Section 2.12.1, in gfx7_format_needs_valign2() 68 /* From the Ivybridge PRM, Volume 4 Part 1 p73, SURFACE_STATE, Number of in isl_gfx7_choose_msaa_layout() 85 * From the Ivybridge PRM, Volume 4 Part 1 p73, SURFACE_STATE, Number of in isl_gfx7_choose_msaa_layout() 91 * And errata from the Ivybridge PRM, Volume 4 Part 1 p77, in isl_gfx7_choose_msaa_layout() 115 /* From the Ivybridge PRM, Volume 4 Part 1 p72, SURFACE_STATE, Multisampled in isl_gfx7_choose_msaa_layout() 130 /* From the Ivybridge PRM, Volume 4 Part 1 p72, SURFACE_STATE, Multisampled in isl_gfx7_choose_msaa_layout() 140 /* From the Ivybridge PRM, Volume 4 Part 1 p72, SURFACE_STATE, Multisampled in isl_gfx7_choose_msaa_layout() 152 /* From the Ivybridge PRM, Volume 4 Part 1 p72, SURFACE_STATE, Multisampled in isl_gfx7_choose_msaa_layout() 261 /* From the Sandybridge PRM, Volume 4 Part 1, SURFACE_STATE Tiled in isl_gfx6_filter_tiling() 292 /* From the Sandybridge PRM, Volume 1, Part in isl_gfx6_filter_tiling() [all...] |
/third_party/python/Doc/library/ |
H A D | email.message.rst | 25 is not part of either the field name or the field value. The payload may be a 329 part of the string returned by :meth:`get_content_type`. 335 part of the string returned by :meth:`get_content_type`. 482 Here's an example that prints the MIME type of every part of a multipart 493 >>> for part in msg.walk(): 494 ... print(part.get_content_type()) 503 ``walk`` iterates over the subparts of any part where 512 >>> for part in msg.walk(): 513 ... print(part.get_content_maintype() == 'multipart', 514 ... part [all...] |
H A D | cmath.rst | 23 at the sign of the imaginary part, while for a branch cut along the 24 imaginary axis we look at the sign of the real part. 46 part* ``z.real`` and its *imaginary part* ``z.imag``. In other 211 Return ``True`` if either the real or the imaginary part of *x* is an 217 Return ``True`` if either the real or the imaginary part of *x* is a NaN, 282 Complex number with zero real part and positive infinity imaginary 283 part. Equivalent to ``complex(0.0, float('inf'))``. 298 Complex number with zero real part and NaN imaginary part [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
H A D | Mf2DataModelFormatter.java | 15 import com.ibm.icu.message2.Mf2DataModel.Part; 126 for (Part part : patternToRender.getParts()) { in format() 127 if (part instanceof Text) { in format() 128 result.append(part); in format() 129 } else if (part instanceof Expression) { // Placeholder is an Expression in format() 130 FormattedPlaceholder fp = formatPlaceholder((Expression) part, arguments, false); in format() 133 throw new IllegalArgumentException("Unknown part type: " + part); in format()
|
H A D | Mf2DataModel.java | 128 private final List<Part> parts; 153 public List<Part> getParts() { in getParts() 166 for (Part part : parts) { in toString() 167 result.append(part); in toString() 179 private final List<Part> parts = new ArrayList<>(); 190 public Builder add(Part part) { in add() argument 191 parts.add(part); in add() 200 public Builder addAll(Collection<Part> otherPart 225 public interface Part { global() interface in Mf2DataModel [all...] |
/third_party/openGLES/extensions/SGI/ |
H A D | SGI_complex.txt | 74 imaginary parts of each component, but only the real part may be set. 129 setting the real part to the floating-point value computed in the 130 previous step and setting the imaginary part to zero. 143 zero to the imaginary part. 155 part of the complex R, G, B, and A value so extracted is clamped to [0, 1]. 188 comprising the real part of C sub f. ... 214 of a comparison between the incoming fragments's alpha real-part value 234 is assigned to the real-part of the resulting color. The imaginary 235 part is set to zero.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
H A D | SGI_complex.txt | 74 imaginary parts of each component, but only the real part may be set. 129 setting the real part to the floating-point value computed in the 130 previous step and setting the imaginary part to zero. 143 zero to the imaginary part. 155 part of the complex R, G, B, and A value so extracted is clamped to [0, 1]. 188 comprising the real part of C sub f. ... 214 of a comparison between the incoming fragments's alpha real-part value 234 is assigned to the real-part of the resulting color. The imaginary 235 part is set to zero.
|
/third_party/skia/third_party/externals/angle2/extensions/ |
H A D | EGL_ANGLE_platform_angle_d3d_luid.txt | 65 EGL_PLATFORM_ANGLE_D3D_LUID_LOW_ANGLE should be set to the high part and low 66 part of the adapter's LUID. If only one attribute is specified, the other is 69 If the high part and low part combined is zero, an EGL_BAD_ATTRIBUTE error
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 531 // Extract narrow (second part). 537 // Signed saturating extract narrow (second part). 543 // Unsigned saturating extract narrow (second part). 549 // Signed saturating extract unsigned narrow (second part). 988 // Signed long multiply-add by scalar element (second part). 996 // Unsigned long multiply-add by scalar element (second part). 1004 // Signed long multiply-sub by scalar element (second part). 1012 // Unsigned long multiply-sub by scalar element (second part). 1020 // Signed long multiply by scalar element (second part). 1028 // Unsigned long multiply by scalar element (second part) [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jidctint.c | 4 * This file was part of the Independent JPEG Group's software: 229 /* Even part: reverse the even part of the forward DCT. */ in jpeg_idct_islow() 250 /* Odd part per figure 8; the matrix is unitary and hence its in jpeg_idct_islow() 334 /* Even part: reverse the even part of the forward DCT. */ in jpeg_idct_islow() 352 /* Odd part per figure 8; the matrix is unitary and hence its in jpeg_idct_islow() 448 /* Even part */ in jpeg_idct_7x7() 469 /* Odd part */ in jpeg_idct_7x7() 502 /* Even part */ in jpeg_idct_7x7() [all...] |
/third_party/ltp/testcases/lib/ |
H A D | tst_net_vars.c | 69 "IPV4_LNETWORK: IPv4 network part of IPV4_LHOST\n" in usage() 70 "IPV4_RNETWORK: IPv4 network part of IPV4_RHOST\n" in usage() 71 "LHOST_IPV4_HOST IPv4 host part of IPV4_LHOST\n" in usage() 72 "RHOST_IPV4_HOST IPv4 host part of IPV4_RHOST\n" in usage() 76 "IPV6_LNETWORK: IPv6 network part of IPV6_LHOST\n" in usage() 77 "IPV6_RNETWORK: IPv6 network part of IPV6_LHOST\n" in usage() 78 "LHOST_IPV6_HOST: IPv6 unique part of IPV6_LHOST\n" in usage() 79 "RHOST_IPV6_HOST: IPv6 unique part of IPV6_RHOST\n" in usage() 383 /* zeros in whole net part or continue to host */ in get_ipv6_network() 387 /* zeros on beginning, not whole part */ in get_ipv6_network() [all...] |
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_picker/ace_ets_module_picker_api11/entry/src/main/ets/MainAbility/pages/Checkbox/ |
H A D | checkBoxGroup.ets | 36 Text("checkBoxGroup-Part") 80 console.info("Part start to emit action state") 83 console.info("Part emit action state err: " + JSON.stringify((err as Error).message)) 86 if (itemName.status === SelectStatus.Part) { 87 console.info("CheckboxGroup SelectStatus.Part")
|
/third_party/ffmpeg/libswscale/aarch64/ |
H A D | output.S | 4 * This file is part of FFmpeg. 28 ushll v1.4S, v0.4H, #12 // extend dither to 32-bit with left shift by 12 (part 1) 29 ushll2 v2.4S, v0.8H, #12 // extend dither to 32-bit with left shift by 12 (part 2) 31 2: mov v3.16B, v1.16B // initialize accumulator part 1 with dithering value 32 mov v4.16B, v2.16B // initialize accumulator part 2 with dithering value
|
/foundation/graphic/graphic_surface/test_header/export/ |
H A D | test_header.h | 28 #define PART(part) WMTLOGI(33, part); if (const char *strPart = part) macro
|
/foundation/graphic/graphic_2d/utils/test_header/export/ |
H A D | test_header.h | 28 #define PART(part) WMTLOGI(33, part); if (const char *strPart = part) macro
|
/third_party/curl/tests/libtest/ |
H A D | lib589.c | 11 * you should have received as part of this distribution. The terms 53 curl_mimepart *part = curl_mime_addpart(mime); in test() local 54 curl_mime_name(part, "fake"); in test() 55 curl_mime_data(part, "party", 5); in test()
|
/third_party/rust/crates/memchr/ |
H A D | Cargo.toml | 34 # Internal feature, only used when building as part of libstd, not part of the 41 # Internal feature, only used when building as part of libstd, not part of the
|
/foundation/barrierfree/accessibility/common/interface/include/parcel/ |
H A D | accessibility_element_info_parcel.h | 350 * @brief Used for IPC communication first part 357 * @brief Used for IPC communication second part 364 * @brief Used for IPC communication third part 371 * @brief Used for IPC communication fourth part 378 * @brief Used for IPC communication first part 385 * @brief Used for IPC communication second part 392 * @brief Used for IPC communication second part
|
/third_party/mbedtls/programs/psa/ |
H A D | aead_demo.c | 2 * PSA API multi-part AEAD demonstration. 5 * specified on the command line, using the multi-part API. 11 * When used with multi-part AEAD operations, the `mbedtls_cipher_context` 16 * algorithm, and (3) a psa_operation_t for multi-part progress. 22 * doing the same sequence of multi-part AEAD computation with both APIs; 75 /* Dummy data for encryption: IV/nonce, additional data, 2-part message */ 201 * Encrypt a 2-part message.
|