Home
last modified time | relevance | path

Searched defs:max_vec (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_vectorize.c52 uint32_t num_components, uint32_t max_vec) in hash_alu_src()
67 uint32_t max_vec) in hash_phi_src()
134 uint32_t max_vec) in alu_srcs_equal()
145 const nir_phi_src *src2, uint32_t max_vec) in phi_srcs_equal()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/
Dadd_int8.c84 const int8x16_t max_vec = vdupq_n_s8(params->max_); in AddInt8() local
172 const int8x16_t max_vec = vdupq_n_s8(params->max_); in AddOptInt8() local
308 const __m128i max_vec = _mm_set1_epi8(params->max_); in AddInt8_AVX2() local
424 const __m128i max_vec = _mm_set1_epi8(params->max_); in AddOptInt8_AVX2() local
/third_party/vixl/test/aarch64/
Dtest-assembler-neon-aarch64.cc10597 uint64_t max_vec = Float16ToV4H(max); in FminFmaxFloat16Helper() local