Home
last modified time | relevance | path

Searched refs:opposite (Results 1 – 25 of 68) sorted by relevance

123

/external/llvm/test/Linker/Inputs/
Dunique-fwd-decl-order.ll3 ; These nodes are intentionally in the opposite order from the test-driver.
/external/dbus/test/data/valid-messages/
Dopposite-endian.message1 ## Message of opposite endianness, with lots of random fields in it
/external/llvm/test/CodeGen/X86/
Dpseudo_cmov_lower2.ll76 ; when the "opposite condition" handling code in the compiler is used.
77 ; This should be the same code as foo3 above, because we use the opposite
Dpseudo_cmov_lower.ll19 ; sure the code for the lowering for opposite conditions gets tested.
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dinputstream.py326 def charsUntil(self, characters, opposite=False): argument
335 chars = charsUntilRegEx[(characters, opposite)]
341 if not opposite:
343 chars = charsUntilRegEx[(characters, opposite)] = re.compile("[%s]+" % regex)
/external/eigen/doc/
DFixedSizeVectorizable.dox26 …time. So for example Matrix3f has fixed size, but MatrixXf doesn't (the opposite of fixed-size is …
DQuickReference.dox577 …of a dense matrix and allows to perform optimized operations on it. The opposite triangular part i…
598 Conversion to a dense matrix setting the opposite triangular part to zero:
623 matrix and perform special and optimized operations. Again the opposite triangular part is never re…
/external/llvm/test/MC/Hexagon/
Dnew-value-check.s9 # invalid: r0 definition predicated on the opposite condition
/external/autotest/client/deps/glbench/src/
Dyuv2rgb_1.glslf130 * as the 'U side,' otherwise it is opposite.
155 // assume multiple of 2, V opposite side to U
/external/autotest/tko/
Dnightly.py202 opposite = 'relative'
205 opposite = 'absolute'
207 return "<a href='%s'> %s </a>" % (url, opposite)
/external/dnsmasq/contrib/webmin/
DREADME51 (rather the opposite - I'd be pleased someone found it usefull)
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/
Dpy_contours_hierarchy.markdown43 Next comes **contour-2a**. It can be considered as a **child of contour-2** (or in opposite way,
79 It is just opposite of **First_Child**. Both for contour-4 and contour-5, parent contour is
/external/compiler-rt/lib/builtins/
Dfp_add_impl.inc70 // have opposite signs, we are performing a subtraction; otherwise addition.
/external/opencv3/doc/py_tutorials/py_imgproc/py_morphological_ops/
Dpy_morphological_ops.markdown51 It is just opposite of erosion. Here, a pixel element is '1' if atleast one pixel under the kernel
/external/opencv3/doc/tutorials/imgproc/morph_lines_detection/
Dmoprh_lines_detection.md22 …he boundaries of the object in an image, while erosion does exactly the opposite. The amount of pi…
/external/vulkan-validation-layers/libs/glm/gtx/
Dquaternion.inl230 // special case when vectors in opposite directions :
/external/llvm/lib/Target/SystemZ/
DSystemZOperands.td521 // pair : used when there is an equivalent instruction with the opposite
523 // only : used when there is no equivalent instruction with the opposite
/external/opencv3/doc/tutorials/core/basic_geometric_drawing/
Dbasic_geometric_drawing.markdown232 - Two opposite vertices of the rectangle are defined by *\* Point( 0, 7*w/8.0 )*\*
/external/dbus/test/
DMakefile.am277 data/valid-messages/opposite-endian.message \
/external/opencv3/modules/core/doc/
Dintro.markdown6 so-called OpenCV 2.x API, which is essentially a C++ API, as opposite to the C-based OpenCV 1.x API.
224 whose elements are such tuples, are called multi-channel arrays, as opposite to the
/external/bzip2/
DREADME132 Indeed, I very much hope the opposite is true. bzip2/libbzip2
/external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_basics/
Dpy_svm_basics.markdown38 are close to the opposite group are sufficient. In our image, they are the one blue filled circle
/external/libvorbis/doc/
D02-bitpacking.tex43 value +1. A byte's 'most significant' bit (MSb) is at the opposite
/external/opencv3/doc/py_tutorials/py_imgproc/py_grabcut/
Dpy_grabcut.markdown25 iteration"* or its opposite for background. Then in the next iteration, you get better results.
/external/clang/test/FixIt/
Dformat-darwin.m189 // It is valid to use a specifier with the opposite signedness as long as

123