HomeSort by relevance Sort by last modified time
    Searched full:nearest (Results 251 - 275 of 1437) sorted by null

<<11121314151617181920>>

  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsic3DLUT.java 23 * allocation. The 8 nearest values are sampled and linearly interpolated. The
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
resize.rs 26 uchar4 __attribute__((kernel)) nearest(uint32_t x, uint32_t y) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
resize.rs 26 uchar4 __attribute__((kernel)) nearest(uint32_t x, uint32_t y) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
resize.rs 26 uchar4 __attribute__((kernel)) nearest(uint32_t x, uint32_t y) {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsic3DLUT.java 25 * allocation. The 8 nearest values are sampled and linearly interpolated. The
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmUtils.java 66 // Round delta upwards to the nearest whole minute. (e.g. 7m 58s -> 8m)
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ResendMessageAction.java 71 // MMS expects timestamp rounded to nearest second
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
time.h 29 /* A time value that is accurate to the nearest
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
time.h 29 /* A time value that is accurate to the nearest
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
divworst.c 12 * toward 0 and to nearest are different.
  /prebuilts/go/darwin-x86/src/math/
remainder.go 25 // integer nearest x/y (in half way cases, choose the even one).
  /prebuilts/go/linux-x86/src/math/
remainder.go 25 // integer nearest x/y (in half way cases, choose the even one).
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/machine/
fenv.h 38 * * 00 - Round to Nearest (RN) mode;
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/machine/
fenv.h 65 * 00 - rounding to nearest (RN)
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/machine/
fenv.h 65 * 00 - rounding to nearest (RN)
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/machine/
fenv.h 38 * * 00 - Round to Nearest (RN) mode;
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/machine/
fenv.h 65 * 00 - rounding to nearest (RN)
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/machine/
fenv.h 65 * 00 - rounding to nearest (RN)
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/machine/
fenv.h 38 * * 00 - Round to Nearest (RN) mode;
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/machine/
fenv.h 65 * 00 - rounding to nearest (RN)
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/machine/
fenv.h 65 * 00 - rounding to nearest (RN)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 309 // Active nearest line
340 // Active nearest line
368 // Active nearest line
429 // No active nearest line when you're over the self pos!
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GLTexture.java 34 protected TextureFilter minFilter = TextureFilter.Nearest;
35 protected TextureFilter magFilter = TextureFilter.Nearest;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/
FreeTypePackTest.java 190 packer.updateTextureRegions(regions, TextureFilter.Nearest, TextureFilter.Nearest, false);
  /external/libgdx/tests/gdx-tests-android/assets/data/maps/tiled-atlas-processed/tileset/
packed.atlas 5 filter: Nearest,Nearest

Completed in 322 milliseconds

<<11121314151617181920>>