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

  /ndk/sources/host-tools/make-3.81/
read.c 871 enum make_word_type wtype;
904 wtype = get_next_mword(line, NULL, &lb_next, &len);
905 switch (wtype)
974 wtype = get_next_mword(lb_next, NULL, &lb_next, &len);
975 if (wtype == w_eol)
991 if (wtype == w_eol)
1043 wtype = get_next_mword (p2, NULL, &p, &len);
1047 if (wtype == w_static)
1052 wtype = get_next_mword (p+len, NULL, &p, &len);
1057 wtype = get_next_mword (p+len, NULL, &p, &len)
867 enum make_word_type wtype; local
2666 enum make_word_type wtype = w_bogus; local
    [all...]
  /external/opencv3/modules/ts/src/
ts_perf.cpp     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 395 static void warmup(cv::InputOutputArray a, WarmUpType wtype = WARMUP_READ);
434 static void warmup_impl(cv::Mat m, WarmUpType wtype);
437 static void declareArray(SizeVector& sizes, cv::InputOutputArray a, WarmUpType wtype);
442 _declareHelper& in(cv::InputOutputArray a1, WarmUpType wtype = WARMUP_READ);
443 _declareHelper& in(cv::InputOutputArray a1, cv::InputOutputArray a2, WarmUpType wtype = WARMUP_READ);
444 _declareHelper& in(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, WarmUpType wtype = WARMUP_READ);
445 _declareHelper& in(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, cv::InputOutputArray a4, WarmUpType wtype = WARMUP_READ);
447 _declareHelper& out(cv::InputOutputArray a1, WarmUpType wtype = WARMUP_WRITE);
448 _declareHelper& out(cv::InputOutputArray a1, cv::InputOutputArray a2, WarmUpType wtype = WARMUP_WRITE);
449 _declareHelper& out(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, WarmUpType wtype = WARMUP_WRITE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 467 wtype = words.type
472 if wtype.code == gdb.TYPE_CODE_ARRAY:
473 tsize = wtype.target ().sizeof
476 tsize = wtype.sizeof
478 nwords = wtype.sizeof / tsize
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 485 wtype = words.type
490 if wtype.code == gdb.TYPE_CODE_ARRAY:
491 tsize = wtype.target ().sizeof
494 tsize = wtype.sizeof
496 nwords = wtype.sizeof / tsize
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 467 wtype = words.type
472 if wtype.code == gdb.TYPE_CODE_ARRAY:
473 tsize = wtype.target ().sizeof
476 tsize = wtype.sizeof
478 nwords = wtype.sizeof / tsize
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 485 wtype = words.type
490 if wtype.code == gdb.TYPE_CODE_ARRAY:
491 tsize = wtype.target ().sizeof
494 tsize = wtype.sizeof
496 nwords = wtype.sizeof / tsize
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 82 int wdepth = CV_32F, wtype = CV_MAKE_TYPE(wdepth, cn); local
93 ocl::typeToStr(type), ocl::typeToStr(depth), ocl::typeToStr(wtype), cn,
257 int wdepth = CV_32F, wtype = CV_MAKE_TYPE(wdepth, cn); local
262 int wtype1 = wtype;
277 format("-D CCORR -D T=%s -D T1=%s -D WT=%s -D WT1=%s -D convertToWT=%s -D convertToWT1=%s -D cn=%d -D PIX_PER_WI_X=%d", ocl::typeToStr(type), ocl::typeToStr(depth), ocl::typeToStr(wtype1), ocl::typeToStr(wtype),
350 int wdepth = CV_32F, wtype = CV_MAKE_TYPE(wdepth, cn); local
355 ocl::typeToStr(wtype), ocl::convertTypeStr(depth, wdepth, cn, cvt), cn));
    [all...]
deriv.cpp 904 int wtype = CV_MAKETYPE(wdepth, cn); local
    [all...]
morph.cpp 1365 int wdepth = depth, wtype = type; local
    [all...]
imgwarp.cpp     [all...]
filter.cpp     [all...]
smooth.cpp 1057 wtype = CV_MAKE_TYPE(wdepth, cn), dtype = CV_MAKE_TYPE(ddepth, cn); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/
printers.py 496 wtype = words.type
501 if wtype.code == gdb.TYPE_CODE_ARRAY:
502 tsize = wtype.target ().sizeof
505 tsize = wtype.sizeof
507 nwords = wtype.sizeof / tsize
    [all...]
  /prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/
printers.py 496 wtype = words.type
501 if wtype.code == gdb.TYPE_CODE_ARRAY:
502 tsize = wtype.target ().sizeof
505 tsize = wtype.sizeof
507 nwords = wtype.sizeof / tsize
    [all...]
  /prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.9/
printers.py 560 wtype = words.type
565 if wtype.code == gdb.TYPE_CODE_ARRAY:
566 tsize = wtype.target ().sizeof
569 tsize = wtype.sizeof
571 nwords = wtype.sizeof / tsize
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/
printers.py 496 wtype = words.type
501 if wtype.code == gdb.TYPE_CODE_ARRAY:
502 tsize = wtype.target ().sizeof
505 tsize = wtype.sizeof
507 nwords = wtype.sizeof / tsize
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.9/
printers.py 560 wtype = words.type
565 if wtype.code == gdb.TYPE_CODE_ARRAY:
566 tsize = wtype.target ().sizeof
569 tsize = wtype.sizeof
571 nwords = wtype.sizeof / tsize
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 496 wtype = words.type
501 if wtype.code == gdb.TYPE_CODE_ARRAY:
502 tsize = wtype.target ().sizeof
505 tsize = wtype.sizeof
507 nwords = wtype.sizeof / tsize
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 496 wtype = words.type
501 if wtype.code == gdb.TYPE_CODE_ARRAY:
502 tsize = wtype.target ().sizeof
505 tsize = wtype.sizeof
507 nwords = wtype.sizeof / tsize
    [all...]
  /external/opencv3/modules/core/src/
arithm.cpp 1936 int wtype, dims1 = psrc1->dims(), dims2 = psrc2->dims(); local
    [all...]
convert.cpp     [all...]
  /external/opencv3/modules/core/test/
test_arithm.cpp 611 int wtype = CV_MAKETYPE(depth <= CV_32S ? CV_32S : depth, cn);
612 scalarToRawData(lb, lbuf.d, wtype, cn);
613 scalarToRawData(rb, rbuf.d, wtype, cn);
    [all...]

Completed in 489 milliseconds