/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/frag/ |
D | fp16.invalid.desktop.frag | 1 static min16float4 v4; 15 min16float4 v4 : TEXCOORD3; 91 min16float4 res = radians(v4); 92 res = degrees(v4); 93 res = sin(v4); 94 res = cos(v4); 95 res = tan(v4); 96 res = asin(v4); 97 res = atan2(v4, v3.xyzz); 98 res = atan(v4); [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/frag/ |
D | fp16.desktop.invalid.frag | 7 layout(location = 3) in f16vec4 v4; 59 res = radians(v4); 60 res = degrees(v4); 61 res = sin(v4); 62 res = cos(v4); 63 res = tan(v4); 64 res = asin(v4); 65 res = atan(v4, v3.xyzz); 66 res = atan(v4); 67 res = sinh(v4); [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/frag/ |
D | fp16.invalid.desktop.frag | 7 layout(location = 3) in f16vec4 v4; 59 res = radians(v4); 60 res = degrees(v4); 61 res = sin(v4); 62 res = cos(v4); 63 res = tan(v4); 64 res = asin(v4); 65 res = atan(v4, v3.xyzz); 66 res = atan(v4); 67 res = sinh(v4); [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/frag/ |
D | fp16.invalid.desktop.frag | 7 layout(location = 3) in f16vec4 v4; 62 res = radians(v4); 63 res = degrees(v4); 64 res = sin(v4); 65 res = cos(v4); 66 res = tan(v4); 67 res = asin(v4); 68 res = atan(v4, v3.xyzz); 69 res = atan(v4); 70 res = sinh(v4); [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/frag/ |
D | fp16.invalid.desktop.frag | 16 layout(location = 3) in f16vec4 v4; 65 f16vec4 res = radians(v4); 66 res = degrees(v4); 67 res = sin(v4); 68 res = cos(v4); 69 res = tan(v4); 70 res = asin(v4); 71 res = atan(v4, v3.xyzz); 72 res = atan(v4); 73 res = sinh(v4); [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/frag/ |
D | fp16.desktop.invalid.frag | 19 half4 v4 [[user(locn3)]]; 89 void test_builtins(thread half4& v4, thread half3& v3, thread half& v1) 91 half4 res = radians(v4); 92 res = degrees(v4); 93 res = sin(v4); 94 res = cos(v4); 95 res = tan(v4); 96 res = asin(v4); 97 res = atan2(v4, v3.xyzz); 98 res = atan(v4); [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/ |
D | outer-product.comp | 23 float4 v4; 32 _21.m24 = float2x4(_26.v4 * _26.v2.x, _26.v4 * _26.v2.y); 35 _21.m34 = float3x4(_26.v4 * _26.v3.x, _26.v4 * _26.v3.y, _26.v4 * _26.v3.z); 36 _21.m42 = float4x2(_26.v2 * _26.v4.x, _26.v2 * _26.v4.y, _26.v2 * _26.v4.z, _26.v2 * _26.v4.w); 37 _21.m43 = float4x3(_26.v3 * _26.v4.x, _26.v3 * _26.v4.y, _26.v3 * _26.v4.z, _26.v3 * _26.v4.w); 38 _21.m44 = float4x4(_26.v4 * _26.v4.x, _26.v4 * _26.v4.y, _26.v4 * _26.v4.z, _26.v4 * _26.v4.w);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/ |
D | outer-product.comp | 23 float4 v4; 32 _21.m24 = float2x4(_26.v4 * _26.v2.x, _26.v4 * _26.v2.y); 35 _21.m34 = float3x4(_26.v4 * _26.v3.x, _26.v4 * _26.v3.y, _26.v4 * _26.v3.z); 36 _21.m42 = float4x2(_26.v2 * _26.v4.x, _26.v2 * _26.v4.y, _26.v2 * _26.v4.z, _26.v2 * _26.v4.w); 37 _21.m43 = float4x3(_26.v3 * _26.v4.x, _26.v3 * _26.v4.y, _26.v3 * _26.v4.z, _26.v3 * _26.v4.w); 38 _21.m44 = float4x4(_26.v4 * _26.v4.x, _26.v4 * _26.v4.y, _26.v4 * _26.v4.z, _26.v4 * _26.v4.w);
|
/third_party/node/deps/googletest/include/gtest/ |
D | gtest_pred_impl.h | 197 const T2& v2, const T3& v3, const T4& v4) { in AssertPred4Helper() argument 198 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); in AssertPred4Helper() 207 << e4 << " evaluates to " << ::testing::PrintToString(v4); in AssertPred4Helper() 212 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure) \ argument 213 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), on_failure) 217 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure) \ argument 218 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, #v1, #v2, #v3, #v4, pred, \ 219 v1, v2, v3, v4), \ 223 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ argument 224 GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, GTEST_NONFATAL_FAILURE_) [all …]
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 197 const T2& v2, const T3& v3, const T4& v4) { in AssertPred4Helper() argument 198 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); in AssertPred4Helper() 207 << e4 << " evaluates to " << ::testing::PrintToString(v4); in AssertPred4Helper() 212 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure) \ argument 213 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), on_failure) 217 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure) \ argument 218 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, #v1, #v2, #v3, #v4, pred, \ 219 v1, v2, v3, v4), \ 223 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ argument 224 GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, GTEST_NONFATAL_FAILURE_) [all …]
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest_pred_impl.h | 245 const T4& v4) { in AssertPred4Helper() argument 246 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); in AssertPred4Helper() 255 << e4 << " evaluates to " << ::testing::PrintToString(v4); in AssertPred4Helper() 260 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\ argument 261 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \ 266 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\ argument 271 #v4, \ 276 v4), on_failure) 279 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ argument 280 GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, GTEST_NONFATAL_FAILURE_) [all …]
|
/third_party/rust/crates/clap/clap_complete/ |
D | CHANGELOG.md | 64 - *(zsh)* Fix multiple-items regression introduced in v4 128 [Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete-v4.1.5...HEAD 129 [4.1.5]: https://github.com/clap-rs/clap/compare/clap_complete-v4.1.4...clap_complete-v4.1.5 130 [4.1.4]: https://github.com/clap-rs/clap/compare/clap_complete-v4.1.3...clap_complete-v4.1.4 131 [4.1.3]: https://github.com/clap-rs/clap/compare/clap_complete-v4.1.2...clap_complete-v4.1.3 132 [4.1.2]: https://github.com/clap-rs/clap/compare/clap_complete-v4.1.1...clap_complete-v4.1.2 133 [4.1.1]: https://github.com/clap-rs/clap/compare/clap_complete-v4.1.0...clap_complete-v4.1.1 134 [4.1.0]: https://github.com/clap-rs/clap/compare/clap_complete-v4.0.7...clap_complete-v4.1.0 135 [4.0.7]: https://github.com/clap-rs/clap/compare/clap_complete-v4.0.6...clap_complete-v4.0.7 136 [4.0.6]: https://github.com/clap-rs/clap/compare/clap_complete-v4.0.5...clap_complete-v4.0.6 [all …]
|
/third_party/openh264/codec/common/arm64/ |
D | mc_aarch64_neon.S | 301 ld1 {v2.8b, v3.8b, v4.8b}, [x0], x1 //only use 21(16+5); v2=src[-2] 304 ext v5.16b, v2.16b, v4.16b, #1 //v5=src[-1] 305 ext v6.16b, v2.16b, v4.16b, #2 //v6=src[0] 306 ext v7.16b, v2.16b, v4.16b, #3 //v7=src[1] 307 ext v16.16b, v2.16b, v4.16b, #4 //v16=src[2] 308 ext v17.16b, v2.16b, v4.16b, #5 //v17=src[3] 348 …VEC4_UADDL_8BITS v16, v17, v20, v21, v24, v25, v28, v29, v0, v2, v4, v6 //v0/v2/v4/v6=src[-2]+sr… 350 …VEC4_MLS_16BITS v1, v9, v3, v9, v5, v9, v7, v9, v0, v2, v4, v6 //v0/v2/v4/v6 -= 5*(src[-1]+src[2]) 366 … VEC4_MLA_16BITS v1, v8, v3, v8, v5, v8, v7, v8, v0, v2, v4, v6 //v0/v2/v4/v6+=20*(src[0]+src[1]) 368 VEC4_SQRSHRUN_16BITS_SHIFT5 v0, v2, v4, v6, v1, v3, v5, v7 [all …]
|
/third_party/node/deps/npm/node_modules/ip-regex/ |
D | index.js | 7 const v4 = '(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\… constant 14 (?:${v6segment}:){6}(?:${v4}|:${v6segment}|:)| // 1:2:3:4:5:6:: 1:2:… 15 (?:${v6segment}:){5}(?::${v4}|(?::${v6segment}){1,2}|:)| // 1:2:3:4:5:: 1:2:… 16 (?:${v6segment}:){4}(?:(?::${v6segment}){0,1}:${v4}|(?::${v6segment}){1,3}|:)| // 1:2:3:4:: … 17 (?:${v6segment}:){3}(?:(?::${v6segment}){0,2}:${v4}|(?::${v6segment}){1,4}|:)| // 1:2:3:: … 18 (?:${v6segment}:){2}(?:(?::${v6segment}){0,3}:${v4}|(?::${v6segment}){1,5}|:)| // 1:2:: … 19 (?:${v6segment}:){1}(?:(?::${v6segment}){0,4}:${v4}|(?::${v6segment}){1,6}|:)| // 1:: … 20 (?::(?:(?::${v6segment}){0,5}:${v4}|(?::${v6segment}){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:… 25 const v46Exact = new RegExp(`(?:^${v4}$)|(?:^${v6}$)`); 26 const v4exact = new RegExp(`^${v4}$`); [all …]
|
/third_party/openh264/codec/encoder/core/arm64/ |
D | reconstruct_aarch64_neon.S | 158 trn1 \arg0\().4s, v4.4s, v6.4s 159 trn2 \arg2\().4s, v4.4s, v6.4s 293 mov v4.16b, v2.16b 296 NEWQUANT_COEF_EACH_16BITS v1, v4, v3, v5, v6, v7 297 st1 {v4.8h}, [x0], #16 305 mov v4.16b, v2.16b 308 NEWQUANT_COEF_EACH_16BITS v1, v4, v3, v5, v6, v7 309 st1 {v4.8h}, [x0], #16 319 mov v4.16b, v2.16b 320 NEWQUANT_COEF_EACH_16BITS v0, v4, v3, v5, v6, v7 [all …]
|
/third_party/glslang/Test/ |
D | GL_EXT_texture_array.frag | 15 vec4 v4; 17 v4 = texture1DArray(s1DA, v2); 18 v4 = texture2DArray(s2DA, v3); 19 v4 = shadow1DArray(s1DAS, v3); 20 v4 = shadow2DArray(s2DAS, v4); 22 v4 = texture1DArray(s1DA, v2, f); 23 v4 = texture2DArray(s2DA, v3, f); 24 v4 = shadow1DArray(s1DAS, v3, f); 26 v4 = texture1DArrayLod(s1DA, v2, f); 27 v4 = texture2DArrayLod(s2DA, v3, f); [all …]
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | me_cmp_neon.S | 34 ld1 {v4.16b}, [x2], x3 // load pix2 37 uabdl v16.8h, v0.8b, v4.8b // absolute difference accumulate 38 uabdl2 v17.8h, v0.16b, v4.16b 63 ld1 {v4.16b}, [x2], x3 // load pix2 64 uabdl v16.8h, v0.8b, v4.8b // absolute difference accumulate 65 uabal2 v16.8h, v0.16b, v4.16b 88 uaddl v2.8h, v4.8b, v3.8b // pix2 + pix2+1 0..7 89 uaddl2 v3.8h, v4.16b, v3.16b // pix2 + pix2+1 8..15 97 ld1 {v4.16b}, [x5], x3 // load pix3 113 uaddl v30.8h, v4.8b, v5.8b // pix3 + pix3+1 0..7 [all …]
|
D | idctdsp_neon.S | 32 ld1 {v4.16b, v5.16b, v6.16b, v7.16b}, [x0] 37 sqxtun v4.8b, v4.8h 45 st1 {v4.8b}, [x1], x2 59 movi v4.8b, #128 66 add v0.8b, v0.8b, v4.8b 68 add v1.8b, v1.8b, v4.8b 70 add v2.8b, v2.8b, v4.8b 72 add v3.8b, v3.8b, v4.8b 74 add v0.8b, v5.8b, v4.8b 76 add v1.8b, v6.8b, v4.8b [all …]
|
D | vp9itxfm_16bpp_neon.S | 388 dup v4.4s, v2.s[0] 389 mov v5.16b, v4.16b 390 mov v6.16b, v4.16b 391 mov v7.16b, v4.16b 396 ld1 {v4.4s,v5.4s,v6.4s,v7.4s}, [x2] 400 sshr v4.4s, v4.4s, #2 406 \txfm1\()4_\bpp v4, v5, v6, v7 410 transpose_4x4s v4, v5, v6, v7, v16, v17, v18, v19 412 \txfm2\()4_\bpp v4, v5, v6, v7 418 srshr v4.4s, v4.4s, #4 [all …]
|
D | h264dsp_neon.S | 57 uabd v19.16B, v4.16B, v0.16B // abs(q2 - q0) 72 uhadd v28.16B, v4.16B, v28.16B 75 uqadd v4.16B, v2.16B, v24.16B 78 umin v28.16B, v4.16B, v28.16B 79 uxtl v4.8H, v0.8B 82 usubw v4.8H, v4.8H, v16.8B 84 shl v4.8H, v4.8H, #2 86 uaddw v4.8H, v4.8H, v18.8B 88 usubw v4.8H, v4.8H, v2.8B 90 rshrn v4.8B, v4.8H, #3 [all …]
|
/third_party/opencl-headers/tests/ |
D | test_headers.c | 57 __cl_char4 v4 = b4.v4; in test_char() local 58 …f("__cl_char4: %d %d %d %d \n", ((cl_char*)&v4)[0], ((cl_char*)&v4)[1], ((cl_char*)&v4)[2], ((cl_… in test_char() 117 __cl_uchar4 v4 = b4.v4; in test_uchar() local 118 …f("__cl_uchar4: %d %d %d %d \n", ((uchar*)&v4)[0], ((cl_uchar*)&v4)[1], ((cl_uchar*)&v4)[2], ((cl… in test_uchar() 177 __cl_short4 v4 = b4.v4; in test_short() local 178 …__cl_short4: %d %d %d %d \n", ((cl_short*)&v4)[0], ((cl_short*)&v4)[1], ((cl_short*)&v4)[2], ((cl… in test_short() 237 __cl_ushort4 v4 = b4.v4; in test_ushort() local 238 …d %d %d %d \n", ((unsigned short*)&v4)[0], ((unsigned short*)&v4)[1], ((unsigned short*)&v4)[2], (… in test_ushort() 297 __cl_int4 v4 = b4.v4; in test_int() local 298 …rintf("__cl_int4: %d %d %d %d \n", ((cl_int*)&v4)[0], ((cl_int*)&v4)[1], ((cl_int*)&v4)[2], ((cl_… in test_int() [all …]
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/aes/ |
D | vpaes-armv8.S | 146 tbl v4.16b, {v25.16b}, v2.16b // vpshufb %xmm2, %xmm13, %xmm4 # 4 = sb1u 149 eor v4.16b, v4.16b, v16.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = sb1u + k 151 eor v0.16b, v0.16b, v4.16b // vpxor %xmm4, %xmm0, %xmm0 # 0 = A 153 ld1 {v4.2d}, [x10] // vmovdqa (%r11,%r10), %xmm4 # Lk_mc_backward[] 156 tbl v0.16b, {v0.16b}, v4.16b // vpshufb %xmm4, %xmm0, %xmm0 # 3 = D 158 tbl v4.16b, {v3.16b}, v1.16b // vpshufb %xmm1, %xmm3, %xmm4 # 0 = 2B+C 161 eor v0.16b, v0.16b, v4.16b // vpxor %xmm4, %xmm0, %xmm0 # 0 = 2A+3B+C+D 171 tbl v4.16b, {v18.16b}, v1.16b // vpshufb %xmm1, %xmm10, %xmm4 # 4 = 1/j 173 eor v4.16b, v4.16b, v5.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = jak = 1/j + a/k 175 tbl v3.16b, {v18.16b}, v4.16b // vpshufb %xmm4, %xmm10, %xmm3 # 3 = 1/jak [all …]
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/aes/ |
D | vpaes-armv8.S | 146 tbl v4.16b, {v25.16b}, v2.16b // vpshufb %xmm2, %xmm13, %xmm4 # 4 = sb1u 149 eor v4.16b, v4.16b, v16.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = sb1u + k 151 eor v0.16b, v0.16b, v4.16b // vpxor %xmm4, %xmm0, %xmm0 # 0 = A 153 ld1 {v4.2d}, [x10] // vmovdqa (%r11,%r10), %xmm4 # Lk_mc_backward[] 156 tbl v0.16b, {v0.16b}, v4.16b // vpshufb %xmm4, %xmm0, %xmm0 # 3 = D 158 tbl v4.16b, {v3.16b}, v1.16b // vpshufb %xmm1, %xmm3, %xmm4 # 0 = 2B+C 161 eor v0.16b, v0.16b, v4.16b // vpxor %xmm4, %xmm0, %xmm0 # 0 = 2A+3B+C+D 171 tbl v4.16b, {v18.16b}, v1.16b // vpshufb %xmm1, %xmm10, %xmm4 # 4 = 1/j 173 eor v4.16b, v4.16b, v5.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = jak = 1/j + a/k 175 tbl v3.16b, {v18.16b}, v4.16b // vpshufb %xmm4, %xmm10, %xmm3 # 3 = 1/jak [all …]
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/aes/ |
D | vpaes-armv8.S | 146 tbl v4.16b, {v25.16b}, v2.16b // vpshufb %xmm2, %xmm13, %xmm4 # 4 = sb1u 149 eor v4.16b, v4.16b, v16.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = sb1u + k 151 eor v0.16b, v0.16b, v4.16b // vpxor %xmm4, %xmm0, %xmm0 # 0 = A 153 ld1 {v4.2d}, [x10] // vmovdqa (%r11,%r10), %xmm4 # .Lk_mc_backward[] 156 tbl v0.16b, {v0.16b}, v4.16b // vpshufb %xmm4, %xmm0, %xmm0 # 3 = D 158 tbl v4.16b, {v3.16b}, v1.16b // vpshufb %xmm1, %xmm3, %xmm4 # 0 = 2B+C 161 eor v0.16b, v0.16b, v4.16b // vpxor %xmm4, %xmm0, %xmm0 # 0 = 2A+3B+C+D 171 tbl v4.16b, {v18.16b}, v1.16b // vpshufb %xmm1, %xmm10, %xmm4 # 4 = 1/j 173 eor v4.16b, v4.16b, v5.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = jak = 1/j + a/k 175 tbl v3.16b, {v18.16b}, v4.16b // vpshufb %xmm4, %xmm10, %xmm3 # 3 = 1/jak [all …]
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/aes/ |
D | vpaes-armv8.S | 146 tbl v4.16b, {v25.16b}, v2.16b // vpshufb %xmm2, %xmm13, %xmm4 # 4 = sb1u 149 eor v4.16b, v4.16b, v16.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = sb1u + k 151 eor v0.16b, v0.16b, v4.16b // vpxor %xmm4, %xmm0, %xmm0 # 0 = A 153 ld1 {v4.2d}, [x10] // vmovdqa (%r11,%r10), %xmm4 # .Lk_mc_backward[] 156 tbl v0.16b, {v0.16b}, v4.16b // vpshufb %xmm4, %xmm0, %xmm0 # 3 = D 158 tbl v4.16b, {v3.16b}, v1.16b // vpshufb %xmm1, %xmm3, %xmm4 # 0 = 2B+C 161 eor v0.16b, v0.16b, v4.16b // vpxor %xmm4, %xmm0, %xmm0 # 0 = 2A+3B+C+D 171 tbl v4.16b, {v18.16b}, v1.16b // vpshufb %xmm1, %xmm10, %xmm4 # 4 = 1/j 173 eor v4.16b, v4.16b, v5.16b // vpxor %xmm5, %xmm4, %xmm4 # 4 = jak = 1/j + a/k 175 tbl v3.16b, {v18.16b}, v4.16b // vpshufb %xmm4, %xmm10, %xmm3 # 3 = 1/jak [all …]
|