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

  /frameworks/av/media/libstagefright/codec2/include/
C2.h 181 typedef typename std::decay<T>::type wide_type; typedef in struct:android::c2_types
182 typedef wide_type narrow_type;
183 typedef wide_type mintype;
195 decltype(true ? std::declval<T>() : std::declval<U>())>::type wide_type; typedef in struct:android::c2_types
199 std::is_signed<T>::value, wide_type, narrow_type>::type mintype;
215 typedef typename c2_types<typename c2_types<T, U>::wide_type, V...>::wide_type wide_type;
226 inline constexpr typename c2_types<T, U>::wide_type c2_max(const T a, const U b) {
227 typedef typename c2_types<T, U>::wide_type wide_type
244 typedef typename c2_types<T, U, V...>::wide_type wide_type; typedef
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 935 struct lp_type wide_type; local
947 memset(&wide_type, 0, sizeof wide_type);
948 wide_type.fixed = TRUE;
949 wide_type.width = type.width*2;
950 wide_type.length = type.length/2;
952 lp_build_context_init(&wide_bld, bld->gallivm, wide_type);
954 lp_build_unpack2(bld->gallivm, type, wide_type, x, &xl, &xh);
955 lp_build_unpack2(bld->gallivm, type, wide_type, v0, &v0l, &v0h);
956 lp_build_unpack2(bld->gallivm, type, wide_type, v1, &v1l, &v1h)
    [all...]

Completed in 557 milliseconds