HomeSort by relevance Sort by last modified time
    Searched refs:TINY (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_float.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_float.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_float.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py     [all...]
  /external/toolchain-utils/cros_utils/
stats.py 591 TINY = 1e-10
610 if v[j] - mean(nargs[j]) > TINY:
858 TINY = 1.0e-30
871 t = r * math.sqrt(df / ((1.0 - r + TINY) * (1.0 + r + TINY)))
898 TINY = 1e-30
923 TINY = 1e-30
941 t = rpb * math.sqrt(df / ((1.0 - rpb + TINY) * (1.0 + rpb + TINY)))
    [all...]
  /external/eigen/lapack/
dlamch.f 90 $ MINEXPONENT, RADIX, TINY
108 SFMIN = TINY(ZERO)
129 RMACH = tiny(zero)
slamch.f 94 $ MINEXPONENT, RADIX, TINY
112 SFMIN = TINY(ZERO)
133 RMACH = tiny(zero)
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java 151 TINY,
187 mRenderSize = RenderSize.TINY;
205 if (mRenderSize != RenderSize.TINY) {
206 mRenderSize = RenderSize.TINY;
629 // tiny to clearly see the details at 1:1 zoom. We should not scale
    [all...]

Completed in 449 milliseconds