Home
last modified time | relevance | path

Searched defs:G0 (Results 1 – 17 of 17) sorted by relevance

/external/rust/android-crates-io/crates/petgraph/src/algo/
Disomorphism.rs158 fn eq(&mut self, _g0: &G0, _g1: &G1, _n0: G0::NodeId, _n1: G1::NodeId) -> bool; in eq()
167 fn eq(&mut self, _g0: &G0, _g1: &G1, _n0: G0::NodeId, _n1: G1::NodeId) -> bool { in eq()
183 fn eq(&mut self, g0: &G0, g1: &G1, n0: G0::NodeId, n1: G1::NodeId) -> bool { in eq()
196 _g0: &G0, in eq()
211 _g0: &G0, in eq()
233 g0: &G0, in eq()
282 fn is_feasible<G0, G1, NM, EM>( in is_feasible()
283 st: &mut (Vf2State<'_, G0>, Vf2State<'_, G1>), in is_feasible() argument
291 NM: NodeMatcher<G0, G1>, in is_feasible()
292 EM: EdgeMatcher<G0, G1>, in is_feasible()
[all …]
/external/webp/src/dsp/
Dyuv_sse41.c53 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419); in ConvertYUV444ToRGB_SSE41() local
139 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local
163 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local
192 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local
230 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE41() local
Dyuv_sse2.c53 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419); in ConvertYUV444ToRGB_SSE2() local
262 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local
286 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local
384 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local
422 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE2() local
Dcommon_sse41.h42 __m128i G0, G1, G2, G3, G4, G5; in VP8PlanarTo24b_SSE41() local
Drescaler_sse2.c313 const __m128i G0 = _mm_or_si128(D0, F2); in RescalerExportRowShrink_SSE2() local
Dlossless_enc_sse2.c112 const __m128i G0 = _mm_sub_epi8(E0, F0); // 0 0 | x b' in CollectColorBlueTransforms_SSE2() local
/external/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp70 std::unique_ptr<GlobalVariable> G0 = llvm::make_unique<GlobalVariable>( in TEST() local
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/ppv-lite86-0.2.20/src/
Dgeneric.rs611 pub struct G0; struct
/external/rust/android-crates-io/crates/ppv-lite86/src/
Dgeneric.rs622 pub struct G0; struct
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/ppv-lite86-0.2.20/src/
Dgeneric.rs611 pub struct G0; struct
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/ppv-lite86-0.2.20/src/x86_64/
Dsse2.rs865 pub struct G0; struct
/external/rust/android-crates-io/crates/ppv-lite86/src/x86_64/
Dsse2.rs867 pub struct G0; struct
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/ppv-lite86-0.2.20/src/x86_64/
Dsse2.rs865 pub struct G0; struct
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1410 APInt G0 = AM.abs(); in findGCD() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1333 APInt G0 = AM.abs(); in findGCD() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1497 APInt G0 = AM.abs(); in findGCD() local
/external/intel-media-driver/media_common/agnostic/common/hw/
Dmhw_vebox.h469 uint32_t G0; member