Searched refs:dst_t (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/builtins/ |
D | 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) { in dstFromRep() 72 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; in dstFromRep()
|
D | 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) { in dstFromRep() 84 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; in dstFromRep()
|
D | fp_extend_impl.inc | 41 static __inline dst_t __extendXfYf2__(src_t a) { 56 const int dstBits = sizeof(dst_t)*CHAR_BIT; 105 // Apply the signbit to (dst_t)abs(a).
|
D | fp_trunc_impl.inc | 42 static __inline dst_t __truncXfYf2__(src_t a) { 60 const int dstBits = sizeof(dst_t)*CHAR_BIT; 132 // Apply the signbit to (dst_t)abs(a).
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | debayer.cu | 345 typedef typename TypeVec<uchar, cn>::vec_type dst_t; in Bayer2BGR_8u_gpu() typedef 350 cudaSafeCall( cudaFuncSetCacheConfig(Bayer2BGR_8u<dst_t>, cudaFuncCachePreferL1) ); in Bayer2BGR_8u_gpu() 352 …Bayer2BGR_8u<dst_t><<<grid, block, 0, stream>>>(src, (PtrStepSz<dst_t>)dst, blue_last, start_with_… in Bayer2BGR_8u_gpu() 362 typedef typename TypeVec<ushort, cn>::vec_type dst_t; in Bayer2BGR_16u_gpu() typedef 367 cudaSafeCall( cudaFuncSetCacheConfig(Bayer2BGR_16u<dst_t>, cudaFuncCachePreferL1) ); in Bayer2BGR_16u_gpu() 369 …Bayer2BGR_16u<dst_t><<<grid, block, 0, stream>>>(src, (PtrStepSz<dst_t>)dst, blue_last, start_with… in Bayer2BGR_16u_gpu() 525 typedef typename TypeVec<uchar, cn>::vec_type dst_t; in MHCdemosaic() typedef 532 … MHCdemosaic<dst_t><<<grid, block, 0, stream>>>((PtrStepSz<dst_t>)dst, sourceOffset, firstRed); in MHCdemosaic()
|
D | color.cu | 66 typedef typename func_t::result_type dst_t; \ 67 gridTransformUnary(globPtr<src_t>(src), globPtr<dst_t>(dst), op, stream); \
|
/external/owasp/sanitizer/tools/ |
D | update_tree_in_svn.py | 113 dst_t = classify(dst) 114 for action in actions[(src_t, dst_t)]: action(src, dst)
|