Home
last modified time | relevance | path

Searched defs:G2 (Results 1 – 25 of 27) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DgenericClassWithObjectTypeArgsAndConstraints.js32 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/
Dsubgraph_add.cpp51 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/
DgenericClassWithObjectTypeArgsAndConstraints.ts31 class G2<T extends C> { class
53 interface G2<T extends C> { interface
/third_party/boost/libs/mp11/test/
Dmp_compose.cpp15 template<class T> using G2 = F2<T>; typedef
/third_party/boost/libs/graph/example/
Dsubgraph.cpp61 Graph& G2 = G0.create_subgraph(); in main() local
Dsubgraph_properties.cpp113 Graph& G2 = G0.create_subgraph(); in main() local
/third_party/boost/boost/graph/
Disomorphism.hpp45 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/
Dyuv_sse41.c53 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
Dcommon_sse41.h42 __m128i G0, G1, G2, G3, G4, G5; in VP8PlanarTo24b_SSE41() local
Dyuv_sse2.c53 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/
Dyuv_sse41.c53 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
Dcommon_sse41.h42 __m128i G0, G1, G2, G3, G4, G5; in VP8PlanarTo24b_SSE41() local
Dyuv_sse2.c53 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/
Dblake2s-round.h52 #define G2(row1,row2,row3,row4,buf) \ macro
Dblake2b-round.h66 #define G2(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1) \ macro
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardsWithInstanceOfByConstructorSignature.ts152 interface G2 { interface
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dpartial_eliminate.h347 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/
DAArch64A57FPLoadBalancing.cpp454 llvm::sort(GV, [](const Chain *G1, const Chain *G2) { in colorChainSet()
/third_party/mesa3d/src/mesa/program/
Dprog_noise.c242 #define G2 0.211324865f /* G2 = (3.0-Math.sqrt(3.0))/6.0 */ in _mesa_noise2() macro
/third_party/ffmpeg/libavcodec/
Dcfhd.c163 int R, G1, G2, B; in process_bayer() local
/third_party/openssl/test/
Dectest.c2158 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_generator_test() local
/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp674 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/
DETC_Decoder.cpp196 unsigned char G2 : 4; member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DETC_Decoder.cpp197 unsigned char G2 : 4; member
/third_party/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp227 unsigned char G2 : 4; member

12