Home
last modified time | relevance | path

Searched defs:g1 (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_yield_from.py26 def g1(): function
49 def g1(): function
80 def g1(): function
109 def g1(): function
146 def g1(): function
190 def g1(): function
231 def g1(): function
265 def g1(): function
306 def g1(): function
368 def g1(): function
[all …]
/aosp_15_r20/external/skia/src/core/
H A DSkMaskBlurFilter.cpp416 const fp88& g0, const fp88& g1, const fp88&, const fp88&, const fp88&, in blur_x_radius_1()
437 const fp88& g0, const fp88& g1, const fp88& g2, const fp88&, const fp88&, in blur_x_radius_2()
465 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88&, in blur_x_radius_3()
502 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_x_radius_4()
550 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_row()
598 g1(gauss[1]), in blur_x_rect() local
689 const fp88& g0, const fp88& g1, const fp88&, const fp88&, const fp88&, in blur_y_radius_1()
703 const fp88& g0, const fp88& g1, const fp88& g2, const fp88&, const fp88&, in blur_y_radius_2()
720 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88&, in blur_y_radius_3()
740 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_y_radius_4()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/
Diso.rs379 let mut g1 = Graph::<_, ()>::new(); in iso1() localVariable
402 let mut g1 = Graph::<_, ()>::new(); in iso2() localVariable
450 let mut g1 = g0.clone(); in iso_matching() localVariable
471 let g1 = str_to_digraph(include_str!("res/graph_100n_100e_iso.txt")); in iso_100n_100e() localVariable
479 let g1 = graph_from_file("tests/res/graph_1000n_1000e.txt"); in iso_large() localVariable
490 let g1 = Graph::<(), ()>::from_edges(&[(0, 0), (0, 1), (0, 1), (1, 1), (1, 0), (1, 0)]); in iso_multigraph_failure() localVariable
498 let g1 = Graph::<(), ()>::from_edges(&[(0, 1), (1, 2), (2, 0), (2, 3), (0, 4)]); in iso_subgraph() localVariable
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/activities/
DDevicePolicyGroupTest.java48 DevicePolicyGroup g1 = new DevicePolicyGroup.Builder().setTitleTextId(0).build(); in equals_withDifferentGroupTitleTextId_returnsFalse() local
56 DevicePolicyGroup g1 = new DevicePolicyGroup.Builder().setTitleTextId(0).build(); in equals_withSameGroupTitleTextId_withEmptyDevicePolicyList_returnsTrue() local
64 DevicePolicyGroup g1 = new DevicePolicyGroup.Builder() in equals_withSameGroupTitleTextId_withSameDevicePolicyList_returnsTrue() local
78 DevicePolicyGroup g1 = new DevicePolicyGroup.Builder() in equals_withSameGroupTitleTextId_withDifferentDevicePolicyList_returnsFalse() local
/aosp_15_r20/external/libyuv/unit_test/
H A Dcolor_test.cc483 int r0, g0, b0, r1, g1, b1; in TEST_F() local
533 int r0, g0, b0, r1, g1, b1, r2, g2, b2; in TEST_F() local
632 int r0, g0, b0, r1, g1, b1; in TEST_F() local
662 int r0, g0, b0, r1, g1, b1; in TEST_F() local
692 int r0, g0, b0, r1, g1, b1; in TEST_F() local
722 int r0, g0, b0, r1, g1, b1; in TEST_F() local
752 int r0, g0, b0, r1, g1, b1; in TEST_F() local
782 int r0, g0, b0, r1, g1, b1; in TEST_F() local
800 int r0, g0, b0, r1, g1, b1, r2, g2, b2; in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_test.cpp264 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function
298 void g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; } in g1() function
343 bind(&X::g1, &x, 1)(); in member_function_test() local
344 bind(&X::g1, x, 1)(); in member_function_test() local
345 bind(&X::g1, ref(x), 1)(); in member_function_test() local
435 bind(&V::g1, &v, 1)(); in member_function_void_test() local
436 bind(&V::g1, v, 1)(); in member_function_void_test() local
437 bind(&V::g1, ref(v), 1)(); in member_function_void_test() local
Dbind_void_mf_test.cpp52 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function
96 bind<void>(&X::g1, &x, 1)(); in member_function_test() local
97 bind<void>(&X::g1, x, 1)(); in member_function_test() local
98 bind<void>(&X::g1, ref(x), 1)(); in member_function_test() local
Dbind_cdecl_mf_test.cpp26 int __cdecl g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function
71 bind(&X::g1, &x, 1)(); in member_function_test() local
72 bind(&X::g1, x, 1)(); in member_function_test() local
73 bind(&X::g1, ref(x), 1)(); in member_function_test() local
Dbind_fastcall_mf_test.cpp46 void __fastcall g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; } in g1() function
91 bind(&X::g1, &x, 1)(); in member_function_test() local
92 bind(&X::g1, x, 1)(); in member_function_test() local
93 bind(&X::g1, ref(x), 1)(); in member_function_test() local
Dbind_stdcall_mf_test.cpp46 int __stdcall g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function
93 bind(&X::g1, &x, 1)(); in member_function_test() local
94 bind(&X::g1, x, 1)(); in member_function_test() local
95 bind(&X::g1, ref(x), 1)(); in member_function_test() local
Dbind_mf2_test.cpp44 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function
89 bind(&X::g1, &x, 1 )(); in member_function_test() local
90 bind(&X::g1, x, 1 )(); in member_function_test() local
91 bind(&X::g1, ref(x), 1 )(); in member_function_test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_test.cpp239 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function
273 void g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; } in g1() function
317 bind(&X::g1, &x, 1)(); in member_function_test() local
318 bind(&X::g1, x, 1)(); in member_function_test() local
319 bind(&X::g1, ref(x), 1)(); in member_function_test() local
407 bind(&V::g1, &v, 1)(); in member_function_void_test() local
408 bind(&V::g1, v, 1)(); in member_function_void_test() local
409 bind(&V::g1, ref(v), 1)(); in member_function_void_test() local
Dbind_fastcall_mf_test.cpp45 void __fastcall g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; } in g1() function
89 bind(&X::g1, &x, 1)(); in member_function_test() local
90 bind(&X::g1, x, 1)(); in member_function_test() local
91 bind(&X::g1, ref(x), 1)(); in member_function_test() local
Dbind_stdcall_mf_test.cpp45 int __stdcall g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function
89 bind(&X::g1, &x, 1)(); in member_function_test() local
90 bind(&X::g1, x, 1)(); in member_function_test() local
91 bind(&X::g1, ref(x), 1)(); in member_function_test() local
Dbind_cdecl_mf_test.cpp45 int __cdecl g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function
89 bind(&X::g1, &x, 1)(); in member_function_test() local
90 bind(&X::g1, x, 1)(); in member_function_test() local
91 bind(&X::g1, ref(x), 1)(); in member_function_test() local
Dbind_noexcept_mf_test.cpp36 int g1(int a1) const noexcept { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function
78 boost::bind(&X::g1, &x, 1)(); in member_function_test() local
79 boost::bind(&X::g1, x, 1)(); in member_function_test() local
80 boost::bind(&X::g1, boost::ref(x), 1)(); in member_function_test() local
Dbind_void_mf_test.cpp42 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function
96 bind<void>(&X::g1, &x, 1)(); in member_function_test() local
97 bind<void>(&X::g1, x, 1)(); in member_function_test() local
98 bind<void>(&X::g1, ref(x), 1)(); in member_function_test() local
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
H A DDynamicSymmetry.h125 inline GroupElement mul(Generator g1, GroupElement g2) const in mul()
130 inline GroupElement mul(GroupElement g1, Generator g2) const in mul()
135 inline GroupElement mul(Generator g1, Generator g2) const in mul()
179 inline DynamicSGroup::GroupElement DynamicSGroup::mul(GroupElement g1, GroupElement g2) const in mul()
/aosp_15_r20/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp809 signed g1 = (tmp1 + v_g + u_g) / 256; in convertCbYCrY() local
1146 signed r1, signed g1, signed b1, in getWriteToDst()
1166 signed r1, signed g1, signed b1, in getWriteToDst()
1186 signed r1, signed g1, signed b1, in getWriteToDst()
1187 signed r2, signed g2, signed b2) { in getWriteToDst()
1318 signed g1 = (tmp1 + v_g + u_g) / 256; in convertYUVMediaImage() local
1360 signed g1 = (tmp1 + v_g + u_g) / 256; in convertYUVMediaImage() local
1422 signed g1 = (tmp1 + v_g + u_g) / 256; in convertYUV420Planar16() local
1499 signed g1 = (tmp1 + v_g + u_g) / 256; in convertYUVP010ToRGBA1010102() local
/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format_yuv.c52 float r, g0, g1, b; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() local
106 uint8_t r, g0, g1, b; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() local
159 float r, g0, g1, b; in util_format_r8g8_b8g8_unorm_pack_rgba_float() local
208 uint32_t r, g0, g1, b; in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() local
274 float r, g0, g1, b; in util_format_g8r8_g8b8_unorm_unpack_rgba_float() local
328 uint8_t r, g0, g1, b; in util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() local
381 float r, g0, g1, b; in util_format_g8r8_g8b8_unorm_pack_rgba_float() local
430 uint32_t r, g0, g1, b; in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() local
/aosp_15_r20/external/clang/test/Sema/
H A Dbitfield-layout.c111 struct g1 { struct
117 CHECK_SIZE(struct, g1, 4); argument
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/etc_decoder/
H A Detc_decoder.h108 int g1 = g + gd; in DecodeRGB() local
115 int g1 = int(bitfieldExtract(color_payload.y, 52 - 32, 4)); in DecodeRGB() local
146 int g1 = (int(bitfieldExtract(color_payload.y, 56 - 32, 3)) << 1) | in DecodeRGB() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DDepthwiseConvKernel.cpp102 const float32x4_t g1, in winograd_f2k3_kernel_transform__neon()
133 const float32x4_t g1 = vld1q_f32(kernel + 3); in convolution_depthwise3x3_winograd_impl() local
297 const vfloat32m1_t g1, in winograd_f2k3_kernel_transform__rvv()
329 const vfloat32m1_t g1 = __riscv_vle32_v_f32m1(kernel + 3, 4); in convolution_depthwise3x3_winograd_impl() local
/aosp_15_r20/external/clang/test/CXX/expr/
H A Dp10-0x.cpp3 volatile int g1; variable
16 __extension__ g1; in f1() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DOldGregorianCalendarTest.java42 GregorianCalendar g1 = new GregorianCalendar(TimeZone.getTimeZone("Europe/Moscow")); in test_computeTime() local
75 GregorianCalendar g1 = new GregorianCalendar( in test_hashCode() local

12345678910>>...24