/third_party/typescript/tests/baselines/reference/ |
D | genericClassWithObjectTypeArgsAndConstraints.js | 32 class G2<T extends C> { class 97 var G2 = /** @class */ (function () { class 98 function G2() { class in anonymousFunction8772b1da0400.G2
|
/third_party/boost/libs/graph/test/ |
D | subgraph_add.cpp | 51 Graph& G2 = G1.create_subgraph(); in BOOST_AUTO_TEST_CASE() local 115 Graph& G2 = G1.create_subgraph(); in BOOST_AUTO_TEST_CASE() local 237 Graph& G2 = G1.create_subgraph(); in BOOST_AUTO_TEST_CASE() local
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | genericClassWithObjectTypeArgsAndConstraints.ts | 31 class G2<T extends C> { class 53 interface G2<T extends C> { interface
|
/third_party/boost/libs/mp11/test/ |
D | mp_compose.cpp | 15 template<class T> using G2 = F2<T>; typedef
|
/third_party/boost/libs/graph/example/ |
D | subgraph.cpp | 61 Graph& G2 = G0.create_subgraph(); in main() local
|
D | subgraph_properties.cpp | 113 Graph& G2 = G0.create_subgraph(); in main() local
|
/third_party/boost/boost/graph/ |
D | isomorphism.hpp | 45 const Graph2& G2; member in boost::detail::isomorphism_algo 139 isomorphism_algo(const Graph1& G1, const Graph2& G2, IsoMapping f, in isomorphism_algo() 488 bool isomorphism(const Graph1& G1, const Graph2& G2, IsoMapping f, in isomorphism() 541 bool isomorphism_impl(const Graph1& G1, const Graph2& G2, IsoMapping f, in isomorphism_impl()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv_sse41.c | 53 const __m128i G2 = _mm_add_epi16(Y1, k8708); in ConvertYUV444ToRGB_SSE41() local 135 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local 157 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local 185 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local 222 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE41() local
|
D | common_sse41.h | 42 __m128i G0, G1, G2, G3, G4, G5; in VP8PlanarTo24b_SSE41() local
|
D | yuv_sse2.c | 53 const __m128i G2 = _mm_add_epi16(Y1, k8708); in ConvertYUV444ToRGB_SSE2() local 249 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local 271 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local 365 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local 402 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE2() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv_sse41.c | 53 const __m128i G2 = _mm_add_epi16(Y1, k8708); in ConvertYUV444ToRGB_SSE41() local 135 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local 157 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local 185 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local 222 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE41() local
|
D | common_sse41.h | 42 __m128i G0, G1, G2, G3, G4, G5; in VP8PlanarTo24b_SSE41() local
|
D | yuv_sse2.c | 53 const __m128i G2 = _mm_add_epi16(Y1, k8708); in ConvertYUV444ToRGB_SSE2() local 249 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local 271 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local 365 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local 402 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE2() local
|
/third_party/python/Modules/_blake2/impl/ |
D | blake2s-round.h | 52 #define G2(row1,row2,row3,row4,buf) \ macro
|
D | blake2b-round.h | 66 #define G2(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1) \ macro
|
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
D | typeGuardsWithInstanceOfByConstructorSignature.ts | 152 interface G2 { interface
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | partial_eliminate.h | 347 const AnfNodePtr &G2, const AnfNodePtrList &partial_args, in BuildNewSwitchNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 454 llvm::sort(GV, [](const Chain *G1, const Chain *G2) { in colorChainSet()
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_noise.c | 242 #define G2 0.211324865f /* G2 = (3.0-Math.sqrt(3.0))/6.0 */ in _mesa_noise2() macro
|
/third_party/ffmpeg/libavcodec/ |
D | cfhd.c | 163 int R, G1, G2, B; in process_bayer() local
|
/third_party/openssl/test/ |
D | ectest.c | 2158 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_generator_test() local
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuCompressedTexture.cpp | 674 const deUint8 G2 = (deUint8)getBits(src, 40, 43); in decompressETC2Block() local 701 const deUint8 G2 = (deUint8)getBits(src, 39, 42); in decompressETC2Block() local
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | ETC_Decoder.cpp | 196 unsigned char G2 : 4; member
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 197 unsigned char G2 : 4; member
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
D | loadimage_etc.cpp | 227 unsigned char G2 : 4; member
|