Home
last modified time | relevance | path

Searched defs:val_high (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/
H A DNEMath.inl655 const float32x4_t val_high = vcvt_f32_f16(vget_high_f16(val)); local
667 const float32x2_t val_high = vget_high_f32(val_f32); local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_conversion_builder.h379 nir_def *val_low = low, *val_high = high; in nir_clamp_to_type_range() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEQLSTMLayerNormalizationKernel.cpp194 const int32x4_t val_high = vmovl(vgethigh(val)); in sum_qsymm16() local
/aosp_15_r20/external/libvpx/vpx_dsp/ppc/
H A Ddeblock_vsx.c227 const int16x8_t val_high = unpack_to_s16_h(val); in vpx_mbpost_proc_across_ip_vsx() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A Dint8mm_kernel.cpp196 auto val_high = vcvt_f32_f16(vget_high_f16(f16_val)); in load_as_float32x4x2() local
H A Dint4mm_kernel.cpp349 auto val_high = vcvt_f32_f16(f16_val.val[1]); in load_as_float32x4x2() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Doptimized_ops.h6281 const int32x4_t val_high = vmovl_s16(input_s16_high); in Dequantize() local
6320 const int32x4_t val_high = vmovl_s16(input_s16_high); in Dequantize() local
6357 const int32x4_t val_high = vmovl_s16(input_s16_high); in Dequantize() local
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86.cc2012 int32_t val_high = High32Bits(value); in GenerateLongComparesAndJumps() local
5393 int32_t val_high = 0; in VisitCompare() local