| /third_party/notofonts/docs/ |
| D | issues.json | 125 "tag": "NotoSansAvestan-v2.003", 126 "url": "https://github.com/notofonts/avestan/releases/tag/NotoSansAvestan-v2.003" 129 "tag": "NotoSerifBalinese-v2.005", 130 "url": "https://github.com/notofonts/balinese/releases/tag/NotoSerifBalinese-v2.005" 133 "tag": "NotoSansBalinese-v2.004", 134 "url": "https://github.com/notofonts/balinese/releases/tag/NotoSansBalinese-v2.004" 137 "tag": "NotoSansCarian-v2.002", 138 "url": "https://github.com/notofonts/carian/releases/tag/NotoSansCarian-v2.002" 145 "tag": "NotoSansKharoshthi-v2.004", 146 "url": "https://github.com/notofonts/kharoshthi/releases/tag/NotoSansKharoshthi-v2.004" [all …]
|
| /third_party/ffmpeg/libavcodec/aarch64/ |
| D | h264pred_neon.S | 118 ld1 {v2.8b}, [x2], x1 124 uaddl v7.8h, v2.8b, v3.8b 125 usubl v2.8h, v2.8b, v0.8b 128 mul v2.8h, v2.8h, v0.8h 130 addp v2.8h, v2.8h, v3.8h 131 addp v2.8h, v2.8h, v2.8h 132 addp v2.4h, v2.4h, v2.4h 133 sshll v3.4s, v2.4h, #2 134 saddw v2.4s, v3.4s, v2.4h 135 rshrn v4.4h, v2.4s, #6 [all …]
|
| D | vp8dsp_neon.S | 34 add v6.4h, v1.4h, v2.4h 36 sub v7.4h, v1.4h, v2.4h 41 sub v2.4h, v4.4h, v6.4h 46 transpose_4x4H v0, v1, v2, v3, v4, v5, v6, v7 51 add v6.4h, v1.4h, v2.4h 52 sub v7.4h, v1.4h, v2.4h 56 sub v2.4h, v4.4h, v6.4h 61 sshr v2.4h, v2.4h, #3 67 st1 {v2.h}[0], [x0], x3 71 st1 {v2.h}[1], [x0], x3 [all …]
|
| D | aacpsdsp_neon.S | 25 faddp v2.4S, v0.4S, v1.4S 27 fadd v3.4S, v3.4S, v2.4S 36 ld1 {v2.4S}, [x2], #16 37 zip1 v3.4S, v2.4S, v2.4S 38 zip2 v4.4S, v2.4S, v2.4S 54 1: ld1 {v2.2S}, [x0] 58 mov v2.D[1], v2.D[0] 60 fmul v2.4S, v2.4S, v4.4S 61 fmla v2.4S, v3.4S, v5.4S 62 st1 {v2.D}[0], [x0], #8 [all …]
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ci/ |
| D | traces-virgl.yml | 5 - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true-v2.trace 9 - path: glmark2/jellyfish-v2.trace 13 - path: glxgears/glxgears-2-v2.trace 17 - path: gputest/furmark-v2.trace 21 - path: gputest/pixmark-piano-v2.trace 25 - path: gputest/triangle-v2.trace 29 - path: humus/Portals-v2.trace 33 - path: 0ad/0ad-v2.trace 37 …r:update-fraction=0.5:update-dispersion=0.9:columns=200:update-method=map:interleave=false-v2.trace 41 …date-fraction=0.5:update-dispersion=0.9:columns=200:update-method=subdata:interleave=false-v2.trace [all …]
|
| D | traces-virgl-iris.yml | 6 # - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true-v2.trace 10 - path: glmark2/jellyfish-v2.trace 14 - path: glxgears/glxgears-2-v2.trace 18 - path: gputest/furmark-v2.trace 22 - path: gputest/pixmark-piano-v2.trace 26 - path: gputest/triangle-v2.trace 30 - path: humus/Portals-v2.trace 34 - path: 0ad/0ad-v2.trace 38 …r:update-fraction=0.5:update-dispersion=0.9:columns=200:update-method=map:interleave=false-v2.trace 42 …date-fraction=0.5:update-dispersion=0.9:columns=200:update-method=subdata:interleave=false-v2.trace [all …]
|
| /third_party/googletest/googletest/include/gtest/ |
| D | gtest_pred_impl.h | 49 // ASSERT_PRED_FORMAT2(pred_format, v1, v2) 61 // ASSERT_PRED2(pred, v1, v2) 65 // and the values v1, v2, ..., must support the << operator for 120 const T2& v2) { in AssertPred2Helper() argument 121 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper() 128 << e2 << " evaluates to " << ::testing::PrintToString(v2); in AssertPred2Helper() 133 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure) \ argument 134 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), on_failure) 138 #define GTEST_PRED2_(pred, v1, v2, on_failure) \ argument 139 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, #v1, #v2, pred, v1, v2), \ [all …]
|
| /third_party/node/deps/googletest/include/gtest/ |
| D | gtest_pred_impl.h | 49 // ASSERT_PRED_FORMAT2(pred_format, v1, v2) 61 // ASSERT_PRED2(pred, v1, v2) 65 // and the values v1, v2, ..., must support the << operator for 120 const T2& v2) { in AssertPred2Helper() argument 121 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper() 128 << e2 << " evaluates to " << ::testing::PrintToString(v2); in AssertPred2Helper() 133 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure) \ argument 134 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), on_failure) 138 #define GTEST_PRED2_(pred, v1, v2, on_failure) \ argument 139 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, #v1, #v2, pred, v1, v2), \ [all …]
|
| /third_party/mesa3d/src/gtest/include/gtest/ |
| D | gtest_pred_impl.h | 47 // ASSERT_PRED_FORMAT2(pred_format, v1, v2) 59 // ASSERT_PRED2(pred, v1, v2) 63 // and the values v1, v2, ..., must support the << operator for 135 const T2& v2) { in AssertPred2Helper() argument 136 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper() 143 << e2 << " evaluates to " << ::testing::PrintToString(v2); in AssertPred2Helper() 148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument 149 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \ 154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument 157 #v2, \ [all …]
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ci/ |
| D | traces-radeonsi.yml | 5 - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true-v2.trace 9 - path: glmark2/jellyfish-v2.trace 13 - path: glxgears/glxgears-2-v2.trace 17 - path: 0ad/0ad-v2.trace 21 - path: pathfinder/demo-v2.trace 25 - path: pathfinder/canvas_moire-v2.trace 29 - path: pathfinder/canvas_text_v2-v2.trace 33 - path: gputest/furmark-v2.trace 37 - path: gputest/triangle-v2.trace 41 - path: humus/Portals-v2.trace [all …]
|
| /third_party/mesa3d/src/panfrost/ci/ |
| D | traces-panfrost.yml | 5 - path: behdad-glyphy/glyphy-v2.trace 9 - path: glmark2/desktop:windows=4:effect=blur:blur-radius=5:passes=1:separable=true-v2.trace 15 - path: glmark2/jellyfish-v2.trace 21 - path: glxgears/glxgears-2-v2.trace 27 - path: pathfinder/demo-v2.trace 33 - path: pathfinder/canvas_moire-v2.trace 39 - path: pathfinder/canvas_text_v2-v2.trace 45 - path: gputest/furmark-v2.trace 49 - path: gputest/triangle-v2.trace 55 - path: humus/Portals-v2.trace [all …]
|
| /third_party/vixl/test/aarch64/ |
| D | test-cpu-features-aarch64.cc | 764 TEST_NEON(addhn_0, addhn(v0.V8B(), v1.V8H(), v2.V8H())) 765 TEST_NEON(addhn_1, addhn(v0.V4H(), v1.V4S(), v2.V4S())) 766 TEST_NEON(addhn_2, addhn(v0.V2S(), v1.V2D(), v2.V2D())) 767 TEST_NEON(addhn2_0, addhn2(v0.V16B(), v1.V8H(), v2.V8H())) 768 TEST_NEON(addhn2_1, addhn2(v0.V8H(), v1.V4S(), v2.V4S())) 769 TEST_NEON(addhn2_2, addhn2(v0.V4S(), v1.V2D(), v2.V2D())) 771 TEST_NEON(addp_1, addp(v0.V8B(), v1.V8B(), v2.V8B())) 772 TEST_NEON(addp_2, addp(v0.V16B(), v1.V16B(), v2.V16B())) 773 TEST_NEON(addp_3, addp(v0.V4H(), v1.V4H(), v2.V4H())) 774 TEST_NEON(addp_4, addp(v0.V8H(), v1.V8H(), v2.V8H())) [all …]
|
| D | test-disasm-neon-aarch64.cc | 350 COMPARE_MACRO(Ld1(v1.M, v2.M, MemOperand(x16)), \ in TEST() 351 "ld1 {v1." S ", v2." S "}, [x16]"); \ in TEST() 358 COMPARE_MACRO(Ld2(v1.M, v2.M, MemOperand(x16)), \ in TEST() 359 "ld2 {v1." S ", v2." S "}, [x16]"); \ in TEST() 372 COMPARE_MACRO(Ld1(v1.M, v2.M, MemOperand(x16, x21, PostIndex)), \ in TEST() 373 "ld1 {v1." S ", v2." S "}, [x16], x21"); \ in TEST() 380 COMPARE_MACRO(Ld2(v1.M, v2.M, MemOperand(x16, x21, PostIndex)), \ in TEST() 381 "ld2 {v1." S ", v2." S "}, [x16], x21"); \ in TEST() 395 COMPARE_MACRO(Ld1(v2.V4H(), v3.V4H(), MemOperand(x17, 16, PostIndex)), in TEST() 396 "ld1 {v2.4h, v3.4h}, [x17], #16"); in TEST() [all …]
|
| /third_party/mbedtls/tests/suites/ |
| D | test_suite_pkparse.data | 173 Parse RSA Key #38 (PKCS#8 encrypted v2 PBKDF2 3DES) 177 Parse RSA Key #38.1 (PKCS#8 encrypted v2 PBKDF2 3DES, wrong PW) 181 Parse RSA Key #38.2 (PKCS#8 encrypted v2 PBKDF2 3DES, no PW) 185 Parse RSA Key #39 (PKCS#8 encrypted v2 PBKDF2 3DES, 2048-bit) 189 Parse RSA Key #39.1 (PKCS#8 encrypted v2 PBKDF2 3DES, 2048-bit, wrong PW) 193 Parse RSA Key #39.2 (PKCS#8 encrypted v2 PBKDF2 3DES, 2048-bit, no PW) 197 Parse RSA Key #40 (PKCS#8 encrypted v2 PBKDF2 3DES, 4096-bit) 201 Parse RSA Key #40.1 (PKCS#8 encrypted v2 PBKDF2 3DES, 4096-bit, wrong PW) 205 Parse RSA Key #40.2 (PKCS#8 encrypted v2 PBKDF2 3DES, 4096-bit, no PW) 209 Parse RSA Key #41 (PKCS#8 encrypted v2 PBKDF2 3DES DER) [all …]
|
| /third_party/mesa3d/src/freedreno/ci/ |
| D | restricted-traces-freedreno.yml | 7 #- path: stellaris/Stellaris-trim--f722-v20201203-v2.trace 12 - path: SirYouAreBeingHunted/sir-f750-v2.trace 18 #- path: SpecOps/specops-s0-1088-f1300-v2.trace 22 - path: AmnesiaTDD/Amnesia-f700-v2.trace 26 - path: Antichamber/antichamber-f240-v2.trace 30 - path: ICEDarkness/ICEDarkness-f230-v2.trace 34 - path: LifelessPlanet/LifelessPlanet-f420-v2.trace 38 - path: civilization-v/CivilizationV-trim--s705-761-f762-v20201203-v2.trace 42 - path: golf-with-your-friends/GolfWithYourFriends-trim--f1070-v20201203-v2.trace 46 - path: TheRavenRemastered/Raven-f10900-v2.trace [all …]
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | type_vec2.inl | 468 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec1<T, P> const & v2) argument 471 v1.x + v2.x, 472 v1.y + v2.x); 484 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec1<T, P> const & v1, tvec2<T, P> const & v2) argument 487 v1.x + v2.x, 488 v1.x + v2.y); 492 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec2<T, P> const & v2) argument 495 v1.x + v2.x, 496 v1.y + v2.y); 508 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec2<T, P> const & v1, tvec1<T, P> const & v2) argument [all …]
|
| /third_party/glslang/Test/ |
| D | 120.frag | 113 void v2() 158 vec2 v2; 160 mat4 m4b1 = mat4(v2, v3); // ERROR, not enough 161 mat4 m4b2 = mat4(v2, v3, v3, v3, v3, v2, v2); // ERROR, too much 162 mat4 m4g = mat4(v2, v3, v3, v3, v3, v3); 163 mat4 m4 = mat4(v2, v3, v3, v3, v3, v2); 165 mat3 m3b1 = mat3(m4, v2); // ERROR, extra arg 169 mat3 m3s = mat3(v2.x); 182 vec2 v2; 184 v = texture2DLod(s2D, v2, f); // ERROR [all …]
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ci/ |
| D | traces-crocus.yml | 5 - path: 0ad/0ad-v2.trace 11 - path: behdad-glyphy/glyphy-v2.trace 18 - path: glxgears/glxgears-2-v2.trace 24 - path: gputest/furmark-v2.trace 31 #- path: gputest/gimark-v2.trace 40 - path: gputest/pixmark-julia-fp32-v2.trace 46 - path: gputest/pixmark-julia-fp64-v2.trace 51 #- path: gputest/pixmark-piano-v2.trace 59 - path: gputest/pixmark-volplosion-v2.trace 66 - path: humus/AmbientAperture-v2.trace [all …]
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| D | virgl_screen.c | 71 if (vscreen->caps.caps.v2.host_feature_check_version >= 5) in virgl_get_name() 72 return vscreen->caps.caps.v2.renderer; in virgl_get_name() 88 return vscreen->caps.caps.v2.max_anisotropy > 1.0; in virgl_get_param() 103 if (vscreen->caps.caps.v2.max_texture_2d_size) in virgl_get_param() 104 return vscreen->caps.caps.v2.max_texture_2d_size; in virgl_get_param() 107 if (vscreen->caps.caps.v2.max_texture_3d_size) in virgl_get_param() 108 return 1 + util_logbase2(vscreen->caps.caps.v2.max_texture_3d_size); in virgl_get_param() 111 if (vscreen->caps.caps.v2.max_texture_cube_size) in virgl_get_param() 112 return 1 + util_logbase2(vscreen->caps.caps.v2.max_texture_cube_size); in virgl_get_param() 154 return vscreen->caps.caps.v2.min_texel_offset; in virgl_get_param() [all …]
|
| D | virgl_winsys.h | 148 caps->caps.v2.min_aliased_point_size = 1.f; in virgl_ws_fill_new_caps_defaults() 149 caps->caps.v2.max_aliased_point_size = 255.f; in virgl_ws_fill_new_caps_defaults() 150 caps->caps.v2.min_smooth_point_size = 1.f; in virgl_ws_fill_new_caps_defaults() 151 caps->caps.v2.max_smooth_point_size = 190.f; in virgl_ws_fill_new_caps_defaults() 152 caps->caps.v2.min_aliased_line_width = 1.f; in virgl_ws_fill_new_caps_defaults() 153 caps->caps.v2.max_aliased_line_width = 10.f; in virgl_ws_fill_new_caps_defaults() 154 caps->caps.v2.min_smooth_line_width = 0.f; in virgl_ws_fill_new_caps_defaults() 155 caps->caps.v2.max_smooth_line_width = 10.f; in virgl_ws_fill_new_caps_defaults() 156 caps->caps.v2.max_texture_lod_bias = 15.0f; in virgl_ws_fill_new_caps_defaults() 157 caps->caps.v2.max_geom_output_vertices = 256; in virgl_ws_fill_new_caps_defaults() [all …]
|
| /third_party/ffmpeg/libavcodec/arm/ |
| D | simple_idct_armv5te.S | 43 ldrd v1, v2, [a1, #8] 45 orrs v1, v1, v2 58 add v2, v1, a2 101 sub v2, v2, a2 /* v2 -= W4*row[4] */ 102 sub v2, v2, lr /* v2 -= W2*row[6] */ 109 sub a2, v2, v6 126 add a2, v2, v6 152 add v2, v1, a4, asr #16 153 rsb v2, v2, v2, lsl #14 165 sub v4, v2, a3 [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | genericConstructorFunction1.types | 11 var v2 = v1['test']; 12 >v2 : new (arg: T) => Date 17 v2(args); 18 >v2(args) : any 19 >v2 : new (arg: T) => Date 22 return new v2(args); // used to give error 23 >new v2(args) : Date 24 >v2 : new (arg: T) => Date 40 var v2 = v1['test']; 41 >v2 : I1<T> [all …]
|
| /third_party/unity/test/tests/ |
| D | test_unity_integers.c | 1768 UNITY_INT v0, v1, v2; in testGreaterOrEqual() local 1773 v2 = 0; in testGreaterOrEqual() 1776 p2 = &v2; in testGreaterOrEqual() 1782 TEST_ASSERT_GREATER_OR_EQUAL(v0, v2); in testGreaterOrEqual() 1783 TEST_ASSERT_GREATER_OR_EQUAL(*p0, v2); in testGreaterOrEqual() 1797 UNITY_INT v0, v1, v2; in testGreaterOrEqualINT() local 1802 v2 = 302; in testGreaterOrEqualINT() 1805 p2 = &v2; in testGreaterOrEqualINT() 1811 TEST_ASSERT_GREATER_OR_EQUAL_INT(v0, v2); in testGreaterOrEqualINT() 1812 TEST_ASSERT_GREATER_OR_EQUAL_INT(*p0, v2); in testGreaterOrEqualINT() [all …]
|
| /third_party/ffmpeg/libavutil/aarch64/ |
| D | float_dsp_neon.S | 29 ld1 {v2.4S, v3.4S}, [x1], #32 34 fmul v18.4S, v2.4S, v6.4S 67 ld1 {v2.4S, v3.4S}, [x1], #32 69 fmul v2.4S, v2.4S, v16.4S 74 st1 {v2.4S, v3.4S}, [x0], #32 77 st1 {v2.4S, v3.4S}, [x0], #32 92 ld1 {v2.2D, v3.2D}, [x1], #32 94 fmul v2.2D, v2.2D, v16.2D 98 st1 {v2.2D, v3.2D}, [x0], #32 112 ld1 {v2.4S}, [x3], #16 // wi [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/ |
| D | outer-product.comp | 21 float2 v2; 30 _21.m22 = float2x2(_26.v2 * _26.v2.x, _26.v2 * _26.v2.y); 31 _21.m23 = float2x3(_26.v3 * _26.v2.x, _26.v3 * _26.v2.y); 32 _21.m24 = float2x4(_26.v4 * _26.v2.x, _26.v4 * _26.v2.y); 33 _21.m32 = float3x2(_26.v2 * _26.v3.x, _26.v2 * _26.v3.y, _26.v2 * _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);
|