/third_party/typescript/tests/baselines/reference/ |
D | templateLiteralTypesPatternsPrefixSuffixAssignability.js | 5 const s4: `:${string}:${string}:` = ":::"; // ok constant 11 var s4 = ":::"; // ok variable
|
D | operatorsAndIntersectionTypes.js | 24 const s4 = guid + serialNo; constant 50 var s4 = guid + serialNo; variable
|
D | assignmentIndexedToPrimitives.js | 10 const s4: "01" = ["0", "1"]; variable 27 var s4 = ["0", "1"]; variable
|
D | recursiveInitializer.js | 11 var s4 = '' + s4; variable
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | stringutil.cc | 164 const StringHolder& s3, const StringHolder& s4) { in StrCat() 169 const StringHolder& s3, const StringHolder& s4, in StrCat() 175 const StringHolder& s3, const StringHolder& s4, in StrCat() 181 const StringHolder& s3, const StringHolder& s4, in StrCat() 188 const StringHolder& s3, const StringHolder& s4, in StrCat() 198 const StringHolder& s3, const StringHolder& s4, in StrCat() 206 const StringHolder& s3, const StringHolder& s4, in StrCat() 215 const StringHolder& s3, const StringHolder& s4, in StrCat() 224 const StringHolder& s3, const StringHolder& s4, in StrCat() 235 const StringHolder& s3, const StringHolder& s4, in StrCat() [all …]
|
/third_party/boost/libs/numeric/ublas/test/tensor/ |
D | test_strides.cpp | 48 strides_type s4{extents_type{2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 89 strides_type s4{extents_type{2,3}}; in BOOST_AUTO_TEST_CASE() local 141 strides_type s4{extents_type{2,3}}; in BOOST_AUTO_TEST_CASE() local
|
/third_party/boost/libs/compute/test/ |
D | test_fill.cpp | 78 S s4 = S(84.0f); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 92 S s4 = S(84.0f); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 106 S s4 = S(84.0f); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 124 S s4 = S(84.0f); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 187 S s4 = S(84.0f); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 201 S s4 = S(84.0f); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 215 S s4 = S(84.0f); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 233 S s4 = S(84.0f); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
|
/third_party/flutter/skia/tests/ |
D | SkSLMemoryLayoutTest.cpp | 73 SkSL::Type s4(-1, SkSL::String("s4"), fields2); in DEF_TEST() local 154 SkSL::Type s4(-1, SkSL::String("s4"), fields2); in DEF_TEST() local
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypesPatternsPrefixSuffixAssignability.ts | 4 const s4: `:${string}:${string}:` = ":::"; // ok constant
|
/third_party/skia/tests/ |
D | SkSLMemoryLayoutTest.cpp | 79 std::unique_ptr<SkSL::Type> s4 = SkSL::Type::MakeStructType(-1, SkSL::String("s4"), fields2); in DEF_TEST() local 167 std::unique_ptr<SkSL::Type> s4 = SkSL::Type::MakeStructType(-1, SkSL::String("s4"), fields2); in DEF_TEST() local
|
/third_party/boost/libs/beast/test/beast/core/ |
D | static_string.cpp | 69 static_string<5> s4(s1, 6); in testConstruct() local 103 static_string<4> s4(s1); in testConstruct() local 946 static_string<3> s4("12"); in testOperations() local 956 static_string<3> s4("12"); in testOperations() local 1275 static_string<5> s4("12345"); in testSwap() local 1286 static_string<3> s4("XYZ"); in testSwap() local 1397 auto const s4 = s1; in testGeneral() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | resize_nearest_neighbor_impl.cu | 25 … const int s4, T *output, const int d1, const int d2, const int d3, const int d4, in ResizeNearestNeighbor() 60 …estNeighbor(const int size, const T *input, const int s1, const int s2, const int s3, const int s4, in CalResizeNearestNeighbor()
|
D | slice_impl.cu | 56 __global__ void Slice4D(const size_t s1, const size_t s2, const size_t s3, const size_t s4, const s… in Slice4D() 71 __global__ void Slice5D(const size_t s1, const size_t s2, const size_t s3, const size_t s4, const s… in Slice5D() 90 __global__ void Slice6D(const size_t s1, const size_t s2, const size_t s3, const size_t s4, const s… in Slice6D() 111 __global__ void Slice7D(const size_t s1, const size_t s2, const size_t s3, const size_t s4, const s… in Slice7D() 134 __global__ void Slice4DGrad(const size_t s1, const size_t s2, const size_t s3, const size_t s4, in Slice4DGrad() 176 void Slice4DKernel(const size_t s1, const size_t s2, const size_t s3, const size_t s4, const size_t… in Slice4DKernel() 183 void Slice5DKernel(const size_t s1, const size_t s2, const size_t s3, const size_t s4, const size_t… in Slice5DKernel() 190 void Slice6DKernel(const size_t s1, const size_t s2, const size_t s3, const size_t s4, const size_t… in Slice6DKernel() 199 void Slice7DKernel(const size_t s1, const size_t s2, const size_t s3, const size_t s4, const size_t… in Slice7DKernel() 208 void CalSlice4DGrad(const size_t s1, const size_t s2, const size_t s3, const size_t s4, const size_… in CalSlice4DGrad() [all …]
|
D | resize_nearest_neighbor_grad_impl.cu | 33 … const int s3, const int s4, T *output, const int d1, const int d2, in ResizeNearestNeighborGrad() 70 … const int s4, T *output, const int d1, const int d2, const int d3, const int d4, in CalResizeNearestNeighborGrad()
|
D | boundingbox_encode_impl.cu | 22 const float s2, const float s3, const float s4) { in BoundingBoxEncodeKernel() 54 const float &s3, const float &s4, cudaStream_t cuda_stream) { in BoundingBoxEncode()
|
D | boundingbox_decode_impl.cu | 22 … const float s3, const float s4, const int max_height, const int max_width, in BoundingBoxDecodeKernel() 70 … const float &s4, const int &max_height, const int &max_width, const float &ratio_clip, in BoundingBoxDecode()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/ |
D | WinogradTrans.c | 47 __m128 s4 = _mm_loadu_ps(SK + 3 * S_step); in WinogradTransLeft() local 75 __m128 s4 = _mm_loadu_ps(SK + 3 * S_step); in WinogradTransLeft() local 150 __m128 s4 = _mm_loadu_ps(S4); in WinogradTransRight() local 180 __m128 s4 = _mm_loadu_ps(S4); in WinogradTransRight() local
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | vc1dsp_altivec.c | 34 #define STEP8(s0, s1, s2, s3, s4, s5, s6, s7, vec_rnd) \ argument 81 #define SHIFT_HOR8(s0, s1, s2, s3, s4, s5, s6, s7) \ argument 93 #define SHIFT_VERT8(s0, s1, s2, s3, s4, s5, s6, s7) \ argument 141 vector signed int s0, s1, s2, s3, s4, s5, s6, s7; in vc1_inv_trans_8x8_altivec() local 237 vector signed int s0, s1, s2, s3, s4, s5, s6, s7; in vc1_inv_trans_8x4_altivec() local
|
/third_party/boost/boost/proto/transform/detail/preprocessed/ |
D | fold_impl.hpp | 137 …pr, 2>::type , state2 , Data >()( proto::child_c< 2>(e) , s2 , d ); state4 s4 = typename when<_, F… in operator ()() local 154 state4 s4 = in operator ()() local 175 …pr, 2>::type , state2 , Data >()( proto::child_c< 2>(e) , s2 , d ); state4 s4 = typename when<_, F… in operator ()() local 194 …state4 s4 = typename when<_, Fun>::template impl< typename result_of::child_c< Expr , 4 >::type , … in operator ()() local 213 …pr, 2>::type , state2 , Data >()( proto::child_c< 2>(e) , s2 , d ); state4 s4 = typename when<_, F… in operator ()() local 232 …r , 5 >::type , state6 , Data >()( proto::child_c<5>(e) , s6 , d ); state4 s4 = typename when<_, F… in operator ()() local 251 …pr, 2>::type , state2 , Data >()( proto::child_c< 2>(e) , s2 , d ); state4 s4 = typename when<_, F… in operator ()() local 270 …r , 5 >::type , state6 , Data >()( proto::child_c<5>(e) , s6 , d ); state4 s4 = typename when<_, F… in operator ()() local 289 …pr, 2>::type , state2 , Data >()( proto::child_c< 2>(e) , s2 , d ); state4 s4 = typename when<_, F… in operator ()() local 308 …r , 5 >::type , state6 , Data >()( proto::child_c<5>(e) , s6 , d ); state4 s4 = typename when<_, F… in operator ()() local [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | assignmentIndexedToPrimitives.ts | 9 const s4: "01" = ["0", "1"]; constant
|
/third_party/typescript/tests/cases/conformance/statements/VariableStatements/ |
D | recursiveInitializer.ts | 10 var s4 = '' + s4; variable
|
/third_party/boost/libs/asio/test/local/ |
D | connect_pair.cpp | 51 dp::socket s4(io_context); in test() local
|
/third_party/boost/libs/mpl/test/ |
D | multiset.cpp | 54 typedef typename insert<s3,abstract>::type s4; typedef
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | operatorsAndIntersectionTypes.ts | 23 const s4 = guid + serialNo; constant
|
/third_party/boost/libs/numeric/odeint/test/ |
D | controlled_adams_bashforth_moulton.cpp | 35 controlled_adams_bashforth_moulton<adaptive_adams_bashforth_moulton<4, state_type> > s4; in BOOST_AUTO_TEST_CASE() local
|