HomeSort by relevance Sort by last modified time
    Searched refs:towards (Results 1 - 25 of 45) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/math/
nextafter.go 7 // Nextafter32 returns the next representable float32 value after x towards y.
29 // Nextafter returns the next representable float64 value after x towards y.
  /prebuilts/go/linux-x86/src/math/
nextafter.go 7 // Nextafter32 returns the next representable float32 value after x towards y.
29 // Nextafter returns the next representable float64 value after x towards y.
  /hardware/interfaces/media/omx/1.0/vts/functional/
README.md 12 This folder includes test fixtures that tests aspects common to all omx compatible components. For instance, port enabling/disabling, enumerating port formats, state transitions, flush, ..., stay common to all components irrespective of the service they offer. Test fixtures here are directed towards testing these (omx core). Every standard OMX compatible component is expected to pass these tests.
17 This folder includes test fixtures associated with testing audio encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
26 This folder includes test fixtures associated with testing video encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
  /external/python/cpython2/Lib/test/
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/
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/python/cpython2/Demo/turtle/
tdemo_planet_and_moon.py 65 self.setheading(self.towards(self.gravSys.planets[0]))
  /external/python/cpython3/Lib/turtledemo/
planet_and_moon.py 64 self.setheading(self.towards(self.gravSys.planets[0]))
  /frameworks/rs/script_api/
rs_vector_math.spec 30 subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and
33 values may be flushed to zero, and rounding towards zero may be used.</li>
rs_math.spec 37 rounding may be done towards zero. In comparison, rs_fp_full requires correct handling of
44 subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and
47 values may be flushed to zero, and rounding towards zero may be used.</li>
1037 Returns the remainder of (numerator / denominator), where the quotient is rounded towards zero.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
numbers.py 196 i.e. "truncate towards 0".
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
numbers.py 196 i.e. "truncate towards 0".
  /external/python/cpython2/Lib/
numbers.py 196 i.e. "truncate towards 0".
  /external/python/cpython3/Lib/
numbers.py 174 i.e. "truncate towards 0".
turtle.py 137 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards',
1860 def towards(self, x, y=None): member in class:TNavigator
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
numbers.py 196 i.e. "truncate towards 0".
  /prebuilts/gdb/linux-x86/lib/python2.7/
numbers.py 196 i.e. "truncate towards 0".
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 196 i.e. "truncate towards 0".
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
numbers.py 196 i.e. "truncate towards 0".
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
schedule.go 10 ScorePhi = iota // towards top of block
17 ScoreControl // towards bottom of block
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
schedule.go 10 ScorePhi = iota // towards top of block
17 ScoreControl // towards bottom of block
  /external/libunwind/doc/
libunwind.tex 75 be moved ``up'' (towards earlier stack frames) by calling
84 ``down'' direction (towards newer stack frames), this effect can be
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
387.go 215 // Load control word which truncates (rounds towards zero).
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
387.go 215 // Load control word which truncates (rounds towards zero).
  /external/python/cpython2/Lib/lib-tk/
turtle.py 136 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards', 'tracer',
1776 def towards(self, x, y=None): member in class:TNavigator
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 136 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards', 'tracer',
1775 def towards(self, x, y=None): member in class:TNavigator
    [all...]

Completed in 703 milliseconds

1 2