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

  /art/compiler/dex/
verified_method.cc 231 const verifier::RegType& cast_type = local
233 is_safe_cast = cast_type.IsStrictlyAssignableFrom(reg_type);
  /external/opencv3/modules/core/src/
convert.cpp 150 #define SPLIT2_KERNEL_TEMPLATE(data_type, reg_type, cast_type, _mm_deinterleave, flavor) \
167 reg_type v_src0 = _mm_loadu_##flavor((cast_type const *)(src)); \
168 reg_type v_src1 = _mm_loadu_##flavor((cast_type const *)(src + ELEMS_IN_VEC)); \
169 reg_type v_src2 = _mm_loadu_##flavor((cast_type const *)(src + ELEMS_IN_VEC * 2)); \
170 reg_type v_src3 = _mm_loadu_##flavor((cast_type const *)(src + ELEMS_IN_VEC * 3)); \
174 _mm_storeu_##flavor((cast_type *)(dst0), v_src0); \
175 _mm_storeu_##flavor((cast_type *)(dst0 + ELEMS_IN_VEC), v_src1); \
176 _mm_storeu_##flavor((cast_type *)(dst1), v_src2); \
177 _mm_storeu_##flavor((cast_type *)(dst1 + ELEMS_IN_VEC), v_src3); \
183 #define SPLIT3_KERNEL_TEMPLATE(data_type, reg_type, cast_type, _mm_deinterleave, flavor)
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
spreadsort.hpp 402 template<class cast_type, class RandomAccessIter>
403 inline cast_type
406 cast_type result;
407 std::memcpy(&result, &(*floatiter), sizeof(cast_type));
412 template<class data_type, class cast_type>
413 inline cast_type
416 cast_type result;
417 std::memcpy(&result, &data, sizeof(cast_type));
471 template <class RandomAccessIter, class cast_type>
473 find_extremes(RandomAccessIter current, RandomAccessIter last, cast_type & max, cast_type & min)
    [all...]
  /external/vulkan-validation-layers/
vk_helper.py     [all...]
  /art/runtime/verifier/
method_verifier.cc 2620 const RegType& cast_type = ResolveClassAndCheckAccess(instance_of_inst->VRegC_22c()); local
    [all...]
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]

Completed in 2577 milliseconds