Home
last modified time | relevance | path

Searched refs:extreme (Results 1 – 25 of 42) sorted by relevance

12

/external/skia/src/opts/
DSkMorphologyImageFilter_opts.h31 __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/
Dbase84 # the example from cmsmcq at extreme markup 05
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto104 // Check that extreme integer values are handled correctly
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto104 // Check that extreme integer values are handled correctly
/external/nanopb-c/tests/alltypes/
Dalltypes.proto104 // Check that extreme integer values are handled correctly
/external/tagsoup/
DREADME346 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/
Dpy_contours_hierarchy.markdown118 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/
Dxtype_fp.txt90 # Floating point extreme value assistance
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation_geometry_interaction.txt61 the same time. Due to the extreme geometry amplification in certain tests, the
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto114 // A more extreme case, the field name "do" here is a keyword, which will be
/external/llvm/test/CodeGen/X86/
Dwiden_shuffle-1.ll68 ; PR10421: make sure we correctly handle extreme widening with CONCAT_VECTORS
/external/ltrace/testsuite/
DREADME177 some tests in extreme condations.
/external/freetype/src/autofit/
Dafblue.dat90 // note that some fonts have extreme variation in the height of the
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeasResp.txt172 attactive to go with the most extreme/different ISA possible. On one axis
/external/zlib/src/doc/
Dalgorithm.txt123 other extreme, you could make a new table for every bit in the code. In fact,
/external/llvm/test/CodeGen/Hexagon/intrinsics/
Dxtype_fp.ll273 ; Floating point extreme value assistance
/external/pcre/dist/
Dconfig.h.in160 for longer patterns in extreme cases. */
Dconfig.h.generic160 for longer patterns in extreme cases. */
/external/curl/docs/
DINSTALL.devcpp182 Use Custom Makefile. Click on the Folder icon at the extreme right of the
/external/jemalloc/
DINSTALL202 most extreme case increases physical memory usage for the 16 KiB size class
/external/libunwind/doc/
Dlibunwind.tex93 extreme case, a program could maintain a separate cursor for each call
/external/llvm/docs/
DLibFuzzer.rst423 reason for it to exist is extreme speed.
/external/antlr/antlr-3.4/runtime/C/
DChangeLog299 the extreme example case.
/external/libvorbis/doc/
D01-introduction.tex83 lean toward the extreme of forward adaptive.
D04-codec.tex92 Vorbis codec setup is configurable to an extreme degree:

12