HomeSort by relevance Sort by last modified time
    Searched defs:dtype (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llrint.c 6 #define dtype long long macro
s_llrintf.c 6 #define dtype long long macro
s_llrintl.c 6 #define dtype long long macro
s_lrintf.c 6 #define dtype long macro
s_lrintl.c 6 #define dtype long macro
s_llround.c 6 #define dtype long long macro
s_llroundf.c 6 #define dtype long long macro
s_llroundl.c 6 #define dtype long long macro
s_lrint.c 35 #define dtype long macro
42 * that overflows depends on the rounding mode when 'dtype' has more
46 dtype
50 dtype d;
53 d = (dtype)roundit(x);
s_lroundf.c 6 #define dtype long macro
s_lroundl.c 6 #define dtype long macro
s_lround.c 36 #define dtype long macro
43 * If type has more precision than dtype, the endpoints dtype_(min|max) are
45 * from 0. On the other hand, if type has less precision than dtype, then
55 dtype
61 return ((dtype)x);
  /external/opencv3/modules/core/perf/opencl/
perf_matop.cpp 70 cn = CV_MAT_CN(type), dtype = CV_MAKE_TYPE(ddepth, cn); local
73 checkDeviceMaxMemoryAllocSize(srcSize, dtype);
75 UMat src(srcSize, type), dst(srcSize, dtype);
78 OCL_TEST_CYCLE() src.convertTo(dst, dtype);
perf_channels.cpp 65 const int depth = get<1>(params), cn = get<2>(params), dtype = CV_MAKE_TYPE(depth, cn); local
67 checkDeviceMaxMemoryAllocSize(srcSize, dtype);
69 UMat dst(srcSize, dtype);
  /external/opencv3/3rdparty/libjasper/
jp2_dec.c 103 int dtype; local
240 dtype = jas_image_cmptdtype(dec->image, 0);
242 if (jas_image_cmptdtype(dec->image, i) != dtype) {
250 if ((samedtype && dec->ihdr->data.ihdr.bpc != JP2_DTYPETOBPC(dtype)) ||
  /external/opencv3/modules/imgproc/test/ocl/
test_accumulate.cpp 77 dtype = CV_MAKE_TYPE(ddepth, channels); local
91 randomSubMat(dst, dst_roi, roiSize, dstBorder, dtype, -MAX_VALUE, MAX_VALUE);
  /bionic/libc/kernel/uapi/mtd/
ubi-user.h 102 __s8 dtype; member in struct:ubi_leb_change_req
109 __s8 dtype; member in struct:ubi_map_req
  /external/kernel-headers/original/uapi/mtd/
ubi-user.h 392 * @dtype: pass "3" for better compatibility with old kernels
395 * The @dtype field used to inform UBI about what kind of data will be written
400 * removed this feature in May 2012. UBI currently just ignores the @dtype
402 * set @dtype to 3 (unknown).
407 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_leb_change_req
413 * @dtype: pass "3" for better compatibility with old kernels
419 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_map_req
  /external/strace/linux/
ubi-user.h 375 * @dtype: pass "3" for better compatibility with old kernels
378 * The @dtype field used to inform UBI about what kind of data will be written
383 * removed this feature in May 2012. UBI currently just ignores the @dtype
385 * set @dtype to 3 (unknown).
390 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_leb_change_req
396 * @dtype: pass "3" for better compatibility with old kernels
402 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_map_req
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/
ubi-user.h 376 * @dtype: data type (%UBI_LONGTERM, %UBI_SHORTTERM, %UBI_UNKNOWN)
382 __s8 dtype; member in struct:ubi_leb_change_req
389 * @dtype: data type (%UBI_LONGTERM, %UBI_SHORTTERM, %UBI_UNKNOWN)
394 __s8 dtype; member in struct:ubi_map_req
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/mtd/
ubi-user.h 378 * @dtype: data type (%UBI_LONGTERM, %UBI_SHORTTERM, %UBI_UNKNOWN)
384 __s8 dtype; member in struct:ubi_leb_change_req
391 * @dtype: data type (%UBI_LONGTERM, %UBI_SHORTTERM, %UBI_UNKNOWN)
396 __s8 dtype; member in struct:ubi_map_req
  /external/opencv3/modules/cudaarithm/test/
test_element_operations.cpp 61 int dtype; local
74 dtype = CV_MAKE_TYPE(depth.second, channels);
97 cv::cuda::GpuMat dst = createMat(size, dtype, useRoi);
101 cv::Mat dst_gold(size, dtype, cv::Scalar::all(0));
123 int dtype; local
135 dtype = CV_MAKE_TYPE(depth.second, 1);
159 cv::cuda::GpuMat dst = createMat(size, dtype, useRoi);
163 cv::Mat dst_gold(size, dtype, cv::Scalar::all(0));
364 int dtype; local
377 dtype = CV_MAKE_TYPE(depth.second, channels)
426 int dtype; local
667 int dtype; local
1034 int dtype; local
    [all...]
  /external/opencv3/modules/cudastereo/src/
stereocsbp.cpp 303 const int dtype = disp.fixedType() ? disp.type() : CV_16SC1; local
305 disp.create(rows, cols, dtype);
308 if (dtype != CV_16SC1)
327 if (dtype != CV_16SC1)
328 out.convertTo(disp, dtype, _stream);
  /external/opencv3/modules/flann/src/
miniflann.cpp 468 int dtype = DataType<DistanceType>::type; local
469 CV_Assert(query.type() == type && indices.type() == CV_32S && dists.type() == dtype);
494 int dtype = DataType<DistanceType>::type; local
495 CV_Assert(query.type() == type && indices.type() == CV_32S && dists.type() == dtype);
517 int minCols, int maxCols, int dtype)
537 if( !dists.isContinuous() || dists.type() != dtype ||
542 _dists.create( rows, minCols, dtype );
547 dists.create( rows, minCols, dtype );
555 int dtype = distType == FLANN_DIST_HAMMING ? CV_32S : CV_32F; local
557 createIndicesDists( _indices, _dists, indices, dists, query.rows, knn, knn, dtype );
597 int dtype = distType == FLANN_DIST_HAMMING ? CV_32S : CV_32F; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/vms/
dsc.h 89 unsigned char dtype; member in struct:vms_dsc
97 unsigned char dtype; member in struct:vms_dsc64
107 unsigned char dtype; member in struct:vms_dsc_nca
123 unsigned char dtype; member in struct:vms_dsc_ubs

Completed in 314 milliseconds

1 2 3 4