Home
last modified time | relevance | path

Searched defs:c4 (Results 1 – 25 of 857) sorted by relevance

12345678910>>...35

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.counted/
H A Dcounted.pass.cpp79 auto c4 = std::views::counted(contiguous_iterator<int*>(buffer), 3); in test() local
111 auto c4 = std::views::counted(random_access_iterator<int*>(buffer), 3); in test() local
143 auto c4 = std::views::counted(bidirectional_iterator<int*>(buffer), 3); in test() local
177 auto c4 = std::views::counted(cpp17_output_iterator<int*>(buffer), 3); in test() local
198 auto c4 = std::views::counted(cpp17_input_iterator<int*>(buffer), 3); in test() local
220 auto c4 = std::views::counted(cpp20_input_iterator<int*>(buffer), 3); in test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/preprocessed/
Dmake_expr.hpp144 make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4) in make_expr()
180 … make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5) in make_expr()
216 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr()
252 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr()
288 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr()
324 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr()
/aosp_15_r20/external/libdav1d/src/ppc/
H A Ditx_tmpl.c591 #define IDCT_8_INNER(c0, c1, c2, c3, c4, c5, c6, c7, c03, c12, c74, c65) \ in inv_txfm_fn4x4() argument
663 #define dct_8_in(c0, c1, c2, c3, c4, c5, c6, c7, ...) \ argument
671 #define dct_8_out(c0, c1, c2, c3, c4, c5, c6, c7, c01, c23, c45, c67) \ argument
683 c0, c1, c2, c3, c4, c5, c6, c7) \ argument
691 c0, c1, c2, c3, c4, c5, c6, c7) \ argument
719 #define identity_8_in(c0, c1, c2, c3, c4, c5, c6, c7, c01, c23, c45, c67) \ argument
728 #define identity_8_out(c0, c1, c2, c3, c4, c5, c6, c7, c01, c23, c45, c67) \ argument
737 c0, c1, c2, c3, c4, c5, c6, c7) \ argument
767 #define PACK_8(c0, c1, c2, c3, c4, c5, c6, c7, \ argument
783 c0, c1, c2, c3, c4, c5, c6, c7) \ argument
[all …]
H A Dutils.h60 #define TRANSPOSE8_I32(c0, c1, c2, c3, c4, c5, c6, c7, \ argument
83 #define TRANSPOSE4x16_I32(c0, c1, c2, c3, c4, c5, c6, c7, \ argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_simple_arena_test.cc79 char* c4 = arena.Memdup(kTestString, length); in TEST() local
101 char* c4 = arena.Memdup(kTestString, length); in TEST() local
121 char* c4 = arena.Realloc(c3, length, 2 * length); in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/doc/
Dpath_table.cpp70 struct c4 : public column_base struct
72 string heading() const { return string("<code>root_<br>name()</code>"); } in heading()
73 string cell_value( const path & p ) const { return p.root_name().string(); } in cell_value()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/carrier/
H A DShadeCarrierGroupControllerTest.java234 c4 = new CarrierTextManager.CarrierTextCallbackInfo( in testUpdateCarrierText_sameLengths() local
275 c4 = new CarrierTextManager.CarrierTextCallbackInfo( in testUpdateCarrierText_differentLength() local
289 c4 = new CarrierTextManager.CarrierTextCallbackInfo( in testUpdateCarrierText_invalidSim() local
/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DinnerTypes.kt50 val c4 = C1.C4<Double>() constant
/aosp_15_r20/external/ksp/kotlin-analysis-api/testData/
H A DinnerTypes.kt50 val c4 = C1.C4<Double>() constant
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/array/
H A Dcompare.pass.cpp38 const C c4 = {1, 2, 1}; in tests() local
57 const C c4 = {LessAndEqComp(1), LessAndEqComp(2), LessAndEqComp(1)}; in tests() local
/aosp_15_r20/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/
H A DStringOps.kt20 val c4 = toHexChar(c) in <lambda>() constant
/aosp_15_r20/system/core/libutils/binder/
H A DUnicode.cpp393 static char32_t utf8_4b_to_utf32(uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4) { in utf8_4b_to_utf32()
439 uint8_t c2, c3, c4; in utf8_to_utf16_length() local
479 uint8_t c, c2, c3, c4; in utf8_to_utf16_no_null_terminator() local
/aosp_15_r20/external/skia/gm/
H A Dcolor4f.cpp113 for (const auto& c4 : colors) { variable
148 for (const auto& c4 : colors) { variable
/aosp_15_r20/external/kotlinx.serialization/formats/json-okio/commonMain/src/kotlinx/serialization/json/okio/internal/
H A DOkioJsonStreams.kt23 val c4 = toHexChar(c) in <lambda>() constant
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_alu.c58 nir_def *c4 = nir_imm_int(b, 4); in lower_alu_instr() local
106 nir_def *c4 = nir_imm_int(b, 4); in lower_alu_instr() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/test/
Dhas_xxx.cpp40 struct c4 { template< typename T1, typename T2, typename T3, typename T4 > struct xxx {}; }; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Drunge_kutta_cash_karp54_classic.hpp97 const value_type c4 = static_cast<value_type> ( 125 ) / static_cast<value_type>( 594 ); in do_step_impl() local
143 const value_type c4 = static_cast<value_type> ( 125 ) / static_cast<value_type>( 594 ); in do_step_impl() local
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Davg.c56 int16_t c4 = b4 + b6; in hadamard_highbd_col8_first_pass() local
89 int32_t c4 = b4 + b6; in hadamard_highbd_col8_second_pass() local
214 int16_t c4 = b4 + b6; in hadamard_col8() local
/aosp_15_r20/frameworks/rs/toolkit/
H A Dx86.cpp86 __m128i c0, c2, c4, c6, c8; in rsdIntrinsicConvolve3x3_K() local
417 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuv_K() local
479 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuvR_K() local
541 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuv2_K() local
604 __m128i c0, c2, c4, c6, c8, c10, c12; in rsdIntrinsicConvolve5x5_K() local
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
H A Dx86.cpp85 __m128i c0, c2, c4, c6, c8; in rsdIntrinsicConvolve3x3_K() local
416 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuv_K() local
478 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuvR_K() local
540 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuv2_K() local
603 __m128i c0, c2, c4, c6, c8, c10, c12; in rsdIntrinsicConvolve5x5_K() local
/aosp_15_r20/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.cpp83 __m128i c0, c2, c4, c6, c8; in rsdIntrinsicConvolve3x3_K() local
414 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuv_K() local
476 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuvR_K() local
538 __m128i c0, c1, c2, c3, c4; in rsdIntrinsicYuv2_K() local
601 __m128i c0, c2, c4, c6, c8, c10, c12; in rsdIntrinsicConvolve5x5_K() local
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dav1_inv_txfm_neon.c561 const int16x4_t c4 = in idct16_neon() local
792 const int16x4_t c4 = set_s16x4_neon((int16_t)cospi[8], (int16_t)cospi[56], in iadst16_neon() local
1182 const int16x4_t c4 = set_s16x4_neon((int16_t)cospi[4], (int16_t)cospi[60], in idct32_neon() local
2163 const int16x4_t c4 = in idct64_low32_neon() local
2733 const int16x4_t c4 = in idct64_low8_neon() local
3110 const int16x4_t c4 = in idct64_low16_neon() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DInsnFormat.java550 short c2, short c3, short c4) { in write()
570 short c2, short c3, short c4, short c5) { in write()
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dhighbd_hadamard_neon.c37 int16x8_t c4 = vaddq_s16(b4, b6); in hadamard_highbd_col8_first_pass() local
70 int32x4_t c4 = vaddq_s32(b4, b6); in hadamard_highbd_col4_second_pass() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dcc_ops_test.cc179 auto c4 = Const(root.WithOpName("c4").ColocateWith(a), 5); in TEST() local
229 auto c4 = ops::Const<int>(root, {{{}}}); in TEST() local

12345678910>>...35