Home
last modified time | relevance | path

Searched defs:G1 (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/libs/graph/test/
Dsubgraph_add.cpp50 Graph& G1 = G0.create_subgraph(); in BOOST_AUTO_TEST_CASE() local
114 Graph& G1 = G0.create_subgraph(); in BOOST_AUTO_TEST_CASE() local
236 Graph& G1 = G0.create_subgraph(); in BOOST_AUTO_TEST_CASE() local
/third_party/boost/libs/mp11/test/
Dmp_compose.cpp14 template<class T> using G1 = F1<T>; typedef
/third_party/boost/boost/graph/
Disomorphism.hpp44 const Graph1& G1; member in boost::detail::isomorphism_algo
134 const Graph1& G1; member
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/boost/libs/graph/example/
Dsubgraph.cpp60 Graph& G1 = G0.create_subgraph(); in main() local
Dsubgraph_properties.cpp71 Graph& G1 = G0.create_subgraph(); in main() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dyuv_sse41.c52 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); 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.c52 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); 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
Drescaler_sse2.c316 const __m128i G1 = _mm_or_si128(D1, F3); in RescalerExportRowShrink_SSE2() local
Denc_mips32.c257 #define HORIZONTAL_PASS(A, E, F, G, H, E1, F1, G1, H1) \ argument
Dlossless_enc_sse2.c111 const __m128i G1 = _mm_sub_epi8(E1, F1); in CollectColorBlueTransforms_SSE2() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dyuv_sse41.c52 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); 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.c52 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); 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
Drescaler_sse2.c316 const __m128i G1 = _mm_or_si128(D1, F3); in RescalerExportRowShrink_SSE2() local
Denc_mips32.c257 #define HORIZONTAL_PASS(A, E, F, G, H, E1, F1, G1, H1) \ argument
Dlossless_enc_sse2.c111 const __m128i G1 = _mm_sub_epi8(E1, F1); in CollectColorBlueTransforms_SSE2() local
/third_party/python/Modules/_blake2/impl/
Dblake2s-round.h44 #define G1(row1,row2,row3,row4,buf) \ macro
Dblake2b-round.h47 #define G1(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1) \ macro
/third_party/ffmpeg/libswscale/ppc/
Dyuv2rgb_altivec.c483 vector signed short R0, G0, B0, R1, G1, B1; in altivec_uyvy_rgb32() local
648 vector signed short R0, G0, B0, R1, G1, B1; in yuv2packedX_altivec() local
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardsWithInstanceOfByConstructorSignature.ts149 interface G1 { interface
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dpartial_eliminate.h346 …tr BuildNewSwitchNode(const CNodePtr &old_cnode, const CNodePtr input0_cnode, const AnfNodePtr &G1, 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/ffmpeg/libavcodec/
Dcfhd.c163 int R, G1, G2, B; in process_bayer() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DETC_Decoder.cpp197 unsigned char G1 : 4; member

12