Searched refs:towards (Results 1 – 25 of 83) sorted by relevance
1234
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/ |
D | div_ops.ll | 3 ; signed division rounds towards zero, rotma don't.
|
/external/mesa3d/src/gallium/docs/source/drivers/ |
D | openswr.rst | 5 software renderer targeted towards visualization workloads. For such
|
/external/python/cpython2/Lib/test/ |
D | test_turtle.py | 332 self.assertEqual(self.nav.towards(x, y), expected) 333 self.assertEqual(self.nav.towards((x, y)), expected) 334 self.assertEqual(self.nav.towards(Vec2D(x, y)), expected)
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | vector_ptr_load_store.ll | 16 ; consecutive vector of pointers store, therefore we should count it towards the 44 ; NOT count the store towards the widest vector type.
|
/external/llvm/test/CodeGen/X86/ |
D | stackmap-shadow-optimization.ll | 5 ; bar. However, the frame teardown and the return do not count towards the
|
/external/llvm/test/CodeGen/Hexagon/ |
D | cfi-offset.ll | 4 ; allocframe. Since the stack grows towards negative addresses, anything
|
/external/syslinux/gpxe/src/drivers/net/ |
D | cs89x0.txt | 40 commitment towards free software.
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_planet_and_moon.py | 65 self.setheading(self.towards(self.gravSys.planets[0]))
|
/external/llvm/test/CodeGen/AArch64/ |
D | dag-combine-select.ll | 6 ; Ensure that we transform select(C0, x, select(C1, x, y)) towards
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 223 // fp_to_sint always rounds towards zero, which is modifier value 5. 333 // Mode 7 is round towards -inf. 338 // Same idea for ceil, where mode 6 is round towards +inf. 343 // Same idea for trunc, where mode 5 is round towards zero. 348 // Same idea for round, where mode 1 is round towards nearest with
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 39 reimplement, I am leaning a bit more towards creating LLVM from the tree
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 39 reimplement, I am leaning a bit more towards creating LLVM from the tree
|
/external/python/cpython2/Doc/library/ |
D | textwrap.rst | 153 wrapped output. Counts towards the length of the first line. The empty 160 output except the first. Counts towards the length of each line except
|
D | decimal.rst | 386 integer part of the true quotient (truncating towards zero) rather than its 1042 * :const:`ROUND_CEILING` (towards :const:`Infinity`), 1043 * :const:`ROUND_DOWN` (towards zero), 1044 * :const:`ROUND_FLOOR` (towards :const:`-Infinity`), 1045 * :const:`ROUND_HALF_DOWN` (to nearest with ties going towards zero), 1049 * :const:`ROUND_05UP` (away from zero if last digit after rounding towards zero 1050 would have been 0 or 5; otherwise towards zero) 1353 Returns the number closest to *x*, in direction towards *y*.
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1932 FP convert to signed integer, round towards -infinity. 1939 FP convert to signed integer, round towards -infinity. 1946 FP convert to unsigned integer, round towards -infinity. 1953 FP convert to unsigned integer, round towards -infinity. 2002 FP convert to signed integer, round towards +infinity. 2009 FP convert to signed integer, round towards +infinity. 2016 FP convert to unsigned integer, round towards +infinity. 2023 FP convert to unsigned integer, round towards +infinity. 2044 FP convert to signed integer or fixed-point, round towards zero. 2051 FP convert to signed integer or fixed-point, round towards zero. [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLProcessorVersion.src | 93 * Development drops are works in progress towards a
|
/external/gemmlowp/doc/ |
D | less-than-8-bit.txt | 191 effectively implements rounding towards 0. 200 of rounding towards 0. This can be achieved by doing 209 to achieve rounding-to-nearest (while the above rounding towards 0
|
D | less-than-8-bit.md | 209 effectively implements rounding towards 0. 217 rounding towards 0. This can be achieved by doing 226 to achieve rounding-to-nearest (while the above rounding towards 0 corresponded
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | Version.src | 128 * Development drops are works in progress towards a
|
/external/apache-xml/src/main/java/org/apache/xalan/ |
D | Version.src | 131 * Development drops are works in progress towards a
|
/external/ltp/testcases/kdump/doc/ |
D | README | 31 were written and tested on them. Contribution towards supporting more
|
/external/ltp/testcases/kdump/ |
D | README | 31 were written and tested on them. Contribution towards supporting more
|
/external/fonttools/Doc/ |
D | install.txt | 17 TTX/FontTools' functionality is aimed towards font developers and font tool
|
/external/lz4/doc/ |
D | lz4_Block_format.md | 91 (This points towards a maximum achievable compression ratio of about 250).
|
/external/libopus/ |
D | README | 139 towards zero, and
|
1234