HomeSort by relevance Sort by last modified time
    Searched refs:narrow_type (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/codec2/core/include/
C2.h 413 typedef wide_type narrow_type;
428 typename std::conditional<sizeof(T) < sizeof(U), T, U>::type>::type narrow_type;
430 std::is_signed<T>::value, wide_type, narrow_type>::type min_type;
448 typedef typename c2_types<typename c2_types<T, U>::narrow_type, V...>::narrow_type narrow_type;
  /external/gemmlowp/meta/generators/
neon_emitter_64.py 692 narrow_type = _NarrowType(mov_type)
695 _AppendType(narrow_type, destination),
699 _AppendType(narrow_type,
705 narrow_type = _NarrowType(mov_type)
710 _AppendType(narrow_type,
714 _AppendType(narrow_type, destination),
718 narrow_type = _NarrowType(mov_type)
721 _AppendType(narrow_type, destination),
725 _AppendType(narrow_type,
731 narrow_type = _NarrowType(mov_type
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 1242 LLVMTypeRef wide_type, narrow_type; local
1456 struct lp_type narrow_type; local
    [all...]

Completed in 319 milliseconds