Home
last modified time | relevance | path

Searched defs:h0 (Results 1 – 25 of 117) sorted by relevance

12345

/external/ComputeLibrary/src/gpu/cl/kernels/gemm/reshaped_only_rhs/
DClGemmDefaultConfigReshapedRhsOnlyBifrost.cpp128 const unsigned int h0 = std::max(n / 2, 1U); in configure_G31_u8() local
133 …const int h0 = std::max(std::min(static_cast<int>(n / 4), static_cast<int>(256)), static_cast<int>… in configure_G31_u8() local
161 const unsigned int h0 = std::max(n / 4, 1U); in configure_G76_f32() local
166 const unsigned int h0 = std::max(n / 2, 1U); in configure_G76_f32() local
179 …const int h0 = std::max(std::min(static_cast<int>(n / 4), static_cast<int>(16)), static_cast<int>(… in configure_G76_f32() local
191 …const int h0 = std::max(std::min(static_cast<int>(n / 4), static_cast<int>(16)), static_cast<int>(… in configure_G76_f32() local
270 const unsigned int h0 = std::max(n / n0, 1U); in configure_G51_f32() local
288 const unsigned int h0 = std::max(n / 4, 1U); in configure_G7x_f16() local
293 const unsigned int h0 = std::max(n / 2, 1U); in configure_G7x_f16() local
470 const unsigned int h0 = std::max(n / n0, 1U); in configure_G51_f16() local
[all …]
DClGemmDefaultConfigReshapedRhsOnlyValhall.cpp107 const unsigned int h0 = std::max(n / 4, 1U); in configure_G77_f32() local
204 const unsigned int h0 = std::max(n / 2, 1U); in configure_G77_f16() local
216 …const int h0 = std::max(std::min(static_cast<int>(n / 4), static_cast<int>(256)), static_cast<int>… in configure_G77_f16() local
228 …const int h0 = std::max(std::min(static_cast<int>(n / 4), static_cast<int>(256)), static_cast<int>… in configure_G77_f16() local
254 const unsigned int h0 = std::max(n / 2, 1U); in configure_G77_u8() local
259 …const int h0 = std::max(std::min(static_cast<int>(n / 4), static_cast<int>(256)), static_cast<int>… in configure_G77_u8() local
/external/libchrome/mojo/public/cpp/system/tests/
Dcore_unittest.cc41 Handle h0; in TEST() local
151 ScopedMessagePipeHandle h0; in TEST() local
208 ScopedMessagePipeHandle h0; in TEST() local
291 ScopedMessagePipeHandle h0; in TEST() local
333 ScopedMessagePipeHandle h0; in TEST() local
389 ScopedSharedBufferHandle h0 = SharedBufferHandle::Create(100); in TEST() local
/external/libchrome/mojo/public/c/system/tests/
Dcore_api_unittest.cc36 MojoHandle h0, h1; in TEST() local
77 MojoHandle h0, h1; in TEST() local
263 MojoHandle h0 = MOJO_HANDLE_INVALID; in TEST() local
/external/cronet/stable/third_party/libc++/src/test/std/time/time.hms/
Dhhmmss.verify.cpp24 …std::chrono::hh_mm_ss<void> h0; // expected-error-re@*:* {{static assertion failed{{.*}}tem… in main() local
/external/cronet/tot/third_party/libc++/src/test/std/time/time.hms/
Dhhmmss.verify.cpp24 …std::chrono::hh_mm_ss<void> h0; // expected-error-re@*:* {{static assertion failed{{.*}}tem… in main() local
/external/libyuv/unit_test/
Dcompare_test.cc230 uint32_t h0 = HammingDistance_C(src_a, src_b, kMaxWidth); in TEST_F() local
289 uint32_t h0 = HammingDistance_C(src_a, src_b, kMaxWidth); in TEST_F() local
320 uint32_t h0 = HammingDistance_C(src_a, src_b, kMaxWidth); in TEST_F() local
353 uint64_t h0 = ComputeHammingDistance(src_a, src_b, kMaxWidth); in TEST_F() local
/external/clang/test/Sema/
Dconstant-builtins.c17 int h0 = __builtin_types_compatible_p(int,float); variable
/external/clang/test/CodeGen/
Dfp16-ops.c16 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
/external/ComputeLibrary/examples/gemm_tuner/
Dcl_gemm_reshaped_rhs_only.cpp58 …size_t h0{ 1 }; /**< Number of horizontal blocks of size (k0xn0) stored on … member
125 …SimpleOption<size_t> *h0; /**< Number of horizontal blocks of size (k0xn0) sto… member in __anonfb0311950111::GemmConfigOptions
Dcl_gemmlowp_reshaped.cpp60 …size_t h0{ 1 }; /**< Number of horizontal blocks of size (k0xn0) stored on the same… member
136 …SimpleOption<size_t> *h0; /**< Number of horizontal blocks of size (k0xn0) stored on t… member in __anon8775b8ca0111::GemmConfigOptions
Dcl_gemmlowp_reshaped_rhs_only_fused_output_stage_fixedpoint.cpp62 …size_t h0{ 1 }; /**< Number of horizontal blocks of size (k0xn0) stored on the same… member
125 …SimpleOption<size_t> *h0; /**< Number of horizontal blocks of size (k0xn0) stored on t… member in __anondf88ede90111::GemmConfigOptions
Dcl_gemm_reshaped.cpp60 …size_t h0{ 1 }; /**< Number of horizontal blocks of size (k0xn0) stored on … member
140 …SimpleOption<size_t> *h0; /**< Number of horizontal blocks of size (k0xn0) stored on t… member in __anonc74742a80111::GemmConfigOptions
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/networking/
Dchksum.c51 uint64_t h0 = load32(cptr + 0); in __chksum() local
/external/arm-optimized-routines/networking/
Dchksum.c50 uint64_t h0 = load32(cptr + 0); in __chksum() local
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/networking/
Dchksum.c51 uint64_t h0 = load32(cptr + 0); in __chksum() local
/external/ComputeLibrary/tests/validation/CL/
DGEMMLowpMatrixMultiplyReshapedOnlyRhsMMUL.cpp86 const auto h0 = framework::dataset::make("H0", 1); variable
/external/musl/src/search/
Dtsearch.c52 int h0 = height(n->a[0]); in __tsearch_balance() local
/external/trusty/musl/src/search/
Dtsearch.c52 int h0 = height(n->a[0]); in __tsearch_balance() local
/external/ComputeLibrary/tests/validation/fixtures/
DGEMMReshapeRHSMatrixFixture.h54 …nt batch_size, DataType data_type, unsigned int n0, unsigned int k0, unsigned int h0, bool interle… in setup()
/external/okio/okio/src/hashFunctions/kotlin/okio/internal/
DSha1.kt26 private var h0 = 1732584193 variable
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/sym/
DTestHashCollisionChars.java123 public void generate3(int h0) { in generate3()
/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_signal.rs433 let mut h0 = DefaultHasher::new(); in test_hash_empty() localVariable
448 let mut h0 = DefaultHasher::new(); in test_hash_all() localVariable
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node_test.cc93 TensorHandle* h0 = in TEST() local
/external/webp/sharpyuv/
Dsharpyuv_neon.c97 const int16x8_t h0 = vaddq_s16(g0, f.val[0]); in SharpYuvFilterRow16_NEON() local
138 const int32x4_t h0 = vaddw_s16(f.val[0], vget_low_s16(g)); in SharpYuvFilterRow32_NEON() local

12345