Searched refs:opposite (Results 1 – 25 of 68) sorted by relevance
123
/external/llvm/test/Linker/Inputs/ |
D | unique-fwd-decl-order.ll | 3 ; These nodes are intentionally in the opposite order from the test-driver.
|
/external/dbus/test/data/valid-messages/ |
D | opposite-endian.message | 1 ## Message of opposite endianness, with lots of random fields in it
|
/external/llvm/test/CodeGen/X86/ |
D | pseudo_cmov_lower2.ll | 76 ; 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
|
D | pseudo_cmov_lower.ll | 19 ; sure the code for the lowering for opposite conditions gets tested.
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
D | inputstream.py | 326 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/ |
D | FixedSizeVectorizable.dox | 26 …time. So for example Matrix3f has fixed size, but MatrixXf doesn't (the opposite of fixed-size is …
|
D | QuickReference.dox | 577 …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/ |
D | new-value-check.s | 9 # invalid: r0 definition predicated on the opposite condition
|
/external/autotest/client/deps/glbench/src/ |
D | yuv2rgb_1.glslf | 130 * as the 'U side,' otherwise it is opposite. 155 // assume multiple of 2, V opposite side to U
|
/external/autotest/tko/ |
D | nightly.py | 202 opposite = 'relative' 205 opposite = 'absolute' 207 return "<a href='%s'> %s </a>" % (url, opposite)
|
/external/dnsmasq/contrib/webmin/ |
D | README | 51 (rather the opposite - I'd be pleased someone found it usefull)
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/ |
D | py_contours_hierarchy.markdown | 43 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/ |
D | fp_add_impl.inc | 70 // have opposite signs, we are performing a subtraction; otherwise addition.
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_morphological_ops/ |
D | py_morphological_ops.markdown | 51 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/ |
D | moprh_lines_detection.md | 22 …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/ |
D | quaternion.inl | 230 // special case when vectors in opposite directions :
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperands.td | 521 // 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/ |
D | basic_geometric_drawing.markdown | 232 - Two opposite vertices of the rectangle are defined by *\* Point( 0, 7*w/8.0 )*\*
|
/external/dbus/test/ |
D | Makefile.am | 277 data/valid-messages/opposite-endian.message \
|
/external/opencv3/modules/core/doc/ |
D | intro.markdown | 6 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/ |
D | README | 132 Indeed, I very much hope the opposite is true. bzip2/libbzip2
|
/external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_basics/ |
D | py_svm_basics.markdown | 38 are close to the opposite group are sufficient. In our image, they are the one blue filled circle
|
/external/libvorbis/doc/ |
D | 02-bitpacking.tex | 43 value +1. A byte's 'most significant' bit (MSb) is at the opposite
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_grabcut/ |
D | py_grabcut.markdown | 25 iteration"* or its opposite for background. Then in the next iteration, you get better results.
|
/external/clang/test/FixIt/ |
D | format-darwin.m | 189 // It is valid to use a specifier with the opposite signedness as long as
|
123