HomeSort by relevance Sort by last modified time
    Searched full:nearest (Results 1 - 25 of 611) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_sampler.java 41 b.setMinification(Value.NEAREST);
42 b.setMagnification(Value.NEAREST);
87 _RS_ASSERT("minification.getMagnification() == Sampler.Value.NEAREST",
88 minification.getMagnification() == Sampler.Value.NEAREST);
100 _RS_ASSERT("magnification.getMinification() == Sampler.Value.NEAREST",
101 magnification.getMinification() == Sampler.Value.NEAREST);
109 _RS_ASSERT("wrapS.getMagnification() == Sampler.Value.NEAREST",
110 wrapS.getMagnification() == Sampler.Value.NEAREST);
111 _RS_ASSERT("wrapS.getMinification() == Sampler.Value.NEAREST",
112 wrapS.getMinification() == Sampler.Value.NEAREST);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Sampler.java 37 NEAREST (0),
97 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
107 b.setMinification(Value.NEAREST);
108 b.setMagnification(Value.NEAREST);
157 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
167 b.setMinification(Value.NEAREST);
168 b.setMagnification(Value.NEAREST);
177 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
233 mMin = Value.NEAREST;
234 mMag = Value.NEAREST;
    [all...]
  /frameworks/base/tests/RenderScriptTests/SampleTest/res/values/
strings.xml 26 <string name="wrapnearest">Wrap Nearest</string>
27 <string name="clampnearest">Clamp Nearest</string>
  /frameworks/native/opengl/libagl/
fixed_asm.S 31 * and doesn't performs round-to-nearest.
46 * this version rounds-to-nearest and saturates numbers
59 addcs r0, r0, #1 /* round-to-nearest */
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SamplerTest.java 33 mMinValues[0] = Sampler.Value.NEAREST;
39 mMagValues[0] = Sampler.Value.NEAREST;
121 assertEquals(Value.NEAREST, Value.valueOf("NEAREST"));
  /external/libvpx/vp8/common/
findnearmv.c 28 MV *nearest,
108 /* See if above-left MV can be merged with NEAREST */
117 /* Swap near and nearest if necessary */
135 *nearest = near_mvs[CNT_NEAREST].as_mv;
138 vp8_clamp_mv(nearest, xd);
  /libcore/luni/src/main/java/java/math/
RoundingMode.java 60 * Rounding mode where values are rounded towards the nearest neighbor. Ties
66 * Rounding mode where values are rounded towards the nearest neighbor. Ties
72 * Rounding mode where values are rounded towards the nearest neighbor. Ties
  /bionic/libm/man/
lround.3 37 .Nd "convert to nearest integral value"
57 function returns the integer nearest to its argument
round.3 34 .Nd round to nearest integral value
51 functions return the nearest integral value to
trunc.3 34 .Nd nearest integral value with magnitude less than or equal to |x|
51 functions return the nearest integral value with magnitude less than
  /external/kernel-headers/original/linux/
leds-an30259a.h 44 * nearest .5 seconds.
46 * Each of the time_slope_* values will get rounded up to the nearest multiple
  /external/chromium/base/third_party/dmg_fp/
dmg_fp.h 10 // Return a nearest machine number to the input decimal
  /external/chromium/chrome/browser/
oom_priority_manager.h 24 // of priority. We round the idle times to the nearest few minutes
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 175 /* Nearest integer, absolute value, and remainder functions. */
278 /* Return the integer nearest X in the direction of the
308 /* Round X to nearest integral value, rounding halfway cases away from
312 /* Round X to the integral value in floating-point format nearest but
324 /* Round X to nearest integral value according to current rounding
329 /* Round X to nearest integral value, rounding halfway cases away from
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 175 /* Nearest integer, absolute value, and remainder functions. */
278 /* Return the integer nearest X in the direction of the
308 /* Round X to nearest integral value, rounding halfway cases away from
312 /* Round X to the integral value in floating-point format nearest but
324 /* Round X to nearest integral value according to current rounding
329 /* Round X to nearest integral value, rounding halfway cases away from
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 175 /* Nearest integer, absolute value, and remainder functions. */
278 /* Return the integer nearest X in the direction of the
308 /* Round X to nearest integral value, rounding halfway cases away from
312 /* Round X to the integral value in floating-point format nearest but
324 /* Round X to nearest integral value according to current rounding
329 /* Round X to nearest integral value, rounding halfway cases away from
  /libcore/luni/src/main/java/java/util/
TreeMap.java 275 Node<K, V> nearest = root; local
278 ? comparableKey.compareTo(nearest.key)
279 : comparator.compare(key, nearest.key);
287 return nearest.prev();
292 return nearest;
294 return nearest.next();
298 Node<K, V> child = (comparison < 0) ? nearest.left : nearest.right;
300 nearest = child;
305 * We found a nearest node. Every key not in the tree has up to tw
    [all...]
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.h 72 // element. The rounding_bias is added in before rounding to the nearest
73 // volume step (use 0.5 to round to nearest).
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fpu_control.h 48 * 00 - rounding to nearest
84 and no interrupts for exceptions, rounding to nearest. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fpu_control.h 48 * 00 - rounding to nearest
84 and no interrupts for exceptions, rounding to nearest. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fpu_control.h 48 * 00 - rounding to nearest
84 and no interrupts for exceptions, rounding to nearest. */
  /bionic/libc/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
  /development/ndk/platforms/android-8/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
  /external/compiler-rt/lib/
subdf3.c 11 // IEEE-754 default rounding (to nearest, ties to even).
subsf3.c 11 // IEEE-754 default rounding (to nearest, ties to even).

Completed in 842 milliseconds

1 2 3 4 5 6 7 8 91011>>