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

  /external/compiler-rt/lib/builtins/
fp_extend.h 54 typedef float dst_t; typedef
60 typedef double dst_t; typedef
66 typedef long double dst_t; typedef
83 static __inline dst_t dstFromRep(dst_rep_t x) {
84 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
fp_trunc.h 42 typedef double dst_t; typedef
48 typedef float dst_t; typedef
54 typedef uint16_t dst_t; typedef
71 static __inline dst_t dstFromRep(dst_rep_t x) {
72 const union { dst_t f; dst_rep_t i; } rep = {.i = x};
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 113 dst_t = classify(dst)
114 for action in actions[(src_t, dst_t)]: action(src, dst)
  /external/opencv3/modules/cudaimgproc/src/cuda/
debayer.cu 345 typedef typename TypeVec<uchar, cn>::vec_type dst_t;
350 cudaSafeCall( cudaFuncSetCacheConfig(Bayer2BGR_8u<dst_t>, cudaFuncCachePreferL1) );
352 Bayer2BGR_8u<dst_t><<<grid, block, 0, stream>>>(src, (PtrStepSz<dst_t>)dst, blue_last, start_with_green);
362 typedef typename TypeVec<ushort, cn>::vec_type dst_t;
367 cudaSafeCall( cudaFuncSetCacheConfig(Bayer2BGR_16u<dst_t>, cudaFuncCachePreferL1) );
369 Bayer2BGR_16u<dst_t><<<grid, block, 0, stream>>>(src, (PtrStepSz<dst_t>)dst, blue_last, start_with_green);
525 typedef typename TypeVec<uchar, cn>::vec_type dst_t;
532 MHCdemosaic<dst_t><<<grid, block, 0, stream>>>((PtrStepSz<dst_t>)dst, sourceOffset, firstRed)
    [all...]
color.cu 66 typedef typename func_t::result_type dst_t; \
67 gridTransformUnary(globPtr<src_t>(src), globPtr<dst_t>(dst), op, stream); \
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 565 int& dst_t = dst.top; local
589 if(dst_t < sci_t) {
590 topCutRatio = (float)(sci_t - dst_t) / (float)dst_h;
591 dst_t = sci_t;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 1055 int& dst_t = dst.top; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 1042 int& dst_t = dst.top; local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 1327 int& dst_t = dst.top; local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 1260 int& dst_t = dst.top; local
    [all...]

Completed in 228 milliseconds