/external/compiler-rt/lib/builtins/ |
D | fp_trunc.h | 20 typedef float src_t; typedef 26 typedef double src_t; typedef 32 typedef long double src_t; typedef 66 static __inline src_rep_t srcToRep(src_t x) { in srcToRep() 67 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep()
|
D | fp_extend.h | 20 typedef float src_t; typedef 27 typedef double src_t; typedef 43 typedef uint16_t src_t; typedef 78 static __inline src_rep_t srcToRep(src_t x) { in srcToRep() 79 const union { src_t f; src_rep_t i; } rep = {.f = x}; in srcToRep()
|
D | fp_extend_impl.inc | 41 static __inline dst_t __extendXfYf2__(src_t a) { 44 const int srcBits = sizeof(src_t)*CHAR_BIT;
|
D | fp_trunc_impl.inc | 42 static __inline dst_t __truncXfYf2__(src_t a) { 45 const int srcBits = sizeof(src_t)*CHAR_BIT;
|
/external/opencv3/modules/cudaimgproc/src/ |
D | histogram.cpp | 266 typedef typename NPPTypeTraits<SDEPTH>::npp_type src_t; typedef 268 … typedef NppStatus (*func_ptr)(const src_t* pSrc, int nSrcStep, NppiSize oSizeROI, Npp32s * pHist, 273 typedef typename NPPTypeTraits<SDEPTH>::npp_type src_t; typedef 275 typedef NppStatus (*func_ptr)(const src_t* pSrc, int nSrcStep, NppiSize oSizeROI, 282 typedef typename NppHistogramEvenFuncC1<SDEPTH>::src_t src_t; typedef 303 … nppSafeCall( func(src.ptr<src_t>(), static_cast<int>(src.step), sz, hist.ptr<Npp32s>(), levels, in hist() 313 typedef typename NppHistogramEvenFuncC4<SDEPTH>::src_t src_t; typedef 337 …nppSafeCall( func(src.ptr<src_t>(), static_cast<int>(src.step), sz, pHist, levels, lowerLevel, upp… in hist() 346 typedef typename NPPTypeTraits<SDEPTH>::npp_type src_t; typedef 350 … typedef NppStatus (*func_ptr)(const src_t* pSrc, int nSrcStep, NppiSize oSizeROI, Npp32s* pHist, [all …]
|
/external/opencv3/modules/superres/src/cuda/ |
D | btv_l1_gpu.cu | 129 typedef typename TypeVec<float, cn>::vec_type src_t; in upscale() typedef 134 …upscaleKernel<src_t><<<grid, block, 0, stream>>>((PtrStepSz<src_t>) src, (PtrStepSz<src_t>) dst, s… in upscale() 224 typedef typename TypeVec<float, cn>::vec_type src_t; in calcBtvRegularization() typedef 229 …calcBtvRegularizationKernel<src_t><<<grid, block>>>((PtrStepSz<src_t>) src, (PtrStepSz<src_t>) dst… in calcBtvRegularization()
|
/external/owasp/sanitizer/tools/ |
D | update_tree_in_svn.py | 112 src_t = classify(src) 114 for action in actions[(src_t, dst_t)]: action(src, dst)
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | color.cu | 65 typedef typename func_t::argument_type src_t; \ 67 gridTransformUnary(globPtr<src_t>(src), globPtr<dst_t>(dst), op, stream); \
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_composite.c | 455 PictTransform *src_t = NULL; in setup_transforms() local 459 src_t = pSrcPicture->transform; in setup_transforms() 464 matrix_from_pict_transform(src_t, exa->transform.src); in setup_transforms()
|
/external/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 859 type src_t, file_type, mountpoint; 1282 allow src_t fs_t:filesystem associate; 1283 allow src_t noxattrfs:filesystem associate;
|
/external/selinux/sepolgen/tests/test_data/ |
D | audit.log | 4403 …82 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=system_u:object_r:src_t:s0 tclass=dir 4418 …02 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=system_u:object_r:src_t:s0 tclass=dir 4420 …5090 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=user_u:object_r:src_t:s0 tclass=dir 4423 …02 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=system_u:object_r:src_t:s0 tclass=dir 4425 …5090 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=user_u:object_r:src_t:s0 tclass=dir 4427 …5090 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=user_u:object_r:src_t:s0 tclass=dir
|