Searched refs:extreme (Results 1 – 25 of 42) sorted by relevance
12
/external/skia/src/opts/ |
D | SkMorphologyImageFilter_opts.h | 31 __m128i extreme = (type == kDilate) ? _mm_setzero_si128() in morph() local 35 extreme = (type == kDilate) ? _mm_max_epu8(src_pixel, extreme) in morph() 36 : _mm_min_epu8(src_pixel, extreme); in morph() 38 *dptr = _mm_cvtsi128_si32(extreme); in morph() 64 uint8x8_t extreme = vdup_n_u8(type == kDilate ? 0 : 255); in morph() local 67 extreme = (type == kDilate) ? vmax_u8(src_pixel, extreme) in morph() 68 : vmin_u8(src_pixel, extreme); in morph() 70 *dptr = vget_lane_u32(vreinterpret_u32_u8(extreme), 0); in morph()
|
/external/libxml2/test/expr/ |
D | base | 84 # the example from cmsmcq at extreme markup 05
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 104 // Check that extreme integer values are handled correctly
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 104 // Check that extreme integer values are handled correctly
|
/external/nanopb-c/tests/alltypes/ |
D | alltypes.proto | 104 // Check that extreme integer values are handled correctly
|
/external/tagsoup/ |
D | README | 346 15. http://www.extrememarkup.com/extreme/2004 350 19. http://home.ccil.org/~cowan/XML/tagsoup/extreme.html 351 20. http://home.ccil.org/~cowan/XML/tagsoup/extreme.xhtml
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/ |
D | py_contours_hierarchy.markdown | 118 If you use this flag, it returns only extreme outer flags. All child contours are left behind. **We 122 So, in our image, how many extreme outer contours are there? ie at hierarchy-0 level?. Only 3, ie
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
D | xtype_fp.txt | 90 # Floating point extreme value assistance
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation_geometry_interaction.txt | 61 the same time. Due to the extreme geometry amplification in certain tests, the
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_test_bad_identifiers.proto | 114 // A more extreme case, the field name "do" here is a keyword, which will be
|
/external/llvm/test/CodeGen/X86/ |
D | widen_shuffle-1.ll | 68 ; PR10421: make sure we correctly handle extreme widening with CONCAT_VECTORS
|
/external/ltrace/testsuite/ |
D | README | 177 some tests in extreme condations.
|
/external/freetype/src/autofit/ |
D | afblue.dat | 90 // note that some fonts have extreme variation in the height of the
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeasResp.txt | 172 attactive to go with the most extreme/different ISA possible. On one axis
|
/external/zlib/src/doc/ |
D | algorithm.txt | 123 other extreme, you could make a new table for every bit in the code. In fact,
|
/external/llvm/test/CodeGen/Hexagon/intrinsics/ |
D | xtype_fp.ll | 273 ; Floating point extreme value assistance
|
/external/pcre/dist/ |
D | config.h.in | 160 for longer patterns in extreme cases. */
|
D | config.h.generic | 160 for longer patterns in extreme cases. */
|
/external/curl/docs/ |
D | INSTALL.devcpp | 182 Use Custom Makefile. Click on the Folder icon at the extreme right of the
|
/external/jemalloc/ |
D | INSTALL | 202 most extreme case increases physical memory usage for the 16 KiB size class
|
/external/libunwind/doc/ |
D | libunwind.tex | 93 extreme case, a program could maintain a separate cursor for each call
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 423 reason for it to exist is extreme speed.
|
/external/antlr/antlr-3.4/runtime/C/ |
D | ChangeLog | 299 the extreme example case.
|
/external/libvorbis/doc/ |
D | 01-introduction.tex | 83 lean toward the extreme of forward adaptive.
|
D | 04-codec.tex | 92 Vorbis codec setup is configurable to an extreme degree:
|
12