Searched refs:towards (Results 1 – 25 of 170) sorted by relevance
1234567
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Roll.pbtxt | 7 elements are shifted positively (towards larger indices) along the dimension 25 positively (towards larger indices) by the offsets of `shift` along the 31 The elements are shifted positively (towards larger indices) by the offset of
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/ |
D | div_ops.ll | 3 ; signed division rounds towards zero, rotma don't.
|
/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/python/cpython3/Lib/test/ |
D | test_turtle.py | 336 self.assertEqual(self.nav.towards(x, y), expected) 337 self.assertEqual(self.nav.towards((x, y)), expected) 338 self.assertEqual(self.nav.towards(Vec2D(x, y)), expected)
|
/external/mesa3d/src/gallium/docs/source/drivers/ |
D | openswr.rst | 5 software renderer targeted towards visualization workloads. For such
|
/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/swiftshader/third_party/llvm-7.0/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/skia/resources/text/ |
D | english.txt | 1 …y and rights. They are endowed with reason and conscience and should act towards one another in a …
|
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
D | control.memory_pressure | 13 # FAST tests tend to run towards the end of a suite, where memory_pressure can do less damage
|
/external/perfetto/docs/ |
D | multi-layer-tracing.md | 18 to our IPC) towards the Android's `traced` service, passing back the shared
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | stackmap-shadow-optimization.ll | 5 ; bar. However, the frame teardown and the return do not count towards the
|
/external/swiftshader/third_party/llvm-7.0/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/X86/ |
D | stackmap-shadow-optimization.ll | 5 ; bar. However, the frame teardown and the return do not count towards the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | combine_loads_from_build_pair.ll | 8 ; The target is big-endian, and stack grows towards higher addresses,
|
/external/iperf3/.github/ |
D | ISSUE_TEMPLATE.md | 4 towards the iperf3 mailing list at iperf-dev@google-groups.com or
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | cfi-offset.ll | 4 ; allocframe. Since the stack grows towards negative addresses, anything
|
/external/llvm/test/CodeGen/Hexagon/ |
D | cfi-offset.ll | 4 ; allocframe. Since the stack grows towards negative addresses, anything
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_planet_and_moon.py | 65 self.setheading(self.towards(self.gravSys.planets[0]))
|
/external/python/cpython3/Lib/turtledemo/ |
D | planet_and_moon.py | 64 self.setheading(self.towards(self.gravSys.planets[0]))
|
/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-7.0/llvm/test/CodeGen/AArch64/ |
D | dag-combine-select.ll | 6 ; Ensure that we transform select(C0, x, select(C1, x, y)) towards
|
/external/llvm/test/CodeGen/AArch64/ |
D | dag-combine-select.ll | 6 ; Ensure that we transform select(C0, x, select(C1, x, y)) towards
|
/external/tensorflow/tensorflow/lite/models/smartreply/g3doc/ |
D | README.md | 14 The On-device Smart Reply model is targeted towards text chat use cases. It has 37 The On-Device Smart Reply model is aimed towards improving the messaging
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 267 // fp_to_sint always rounds towards zero, which is modifier value 5. 389 // Mode 7 is round towards -inf. 394 // Same idea for ceil, where mode 6 is round towards +inf. 399 // Same idea for trunc, where mode 5 is round towards zero. 404 // 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
|
1234567