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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/s390x/
srnmb.stderr.exp 4 Continuing using 'round to nearest'. Results may differ!
rounding-6.stdout.exp 1 cfebr 1.250000 -> 1 cc = 2 [-> nearest even]
5 cfebr 1.500000 -> 2 cc = 2 [-> nearest even]
9 cfebr 2.500000 -> 2 cc = 2 [-> nearest even]
13 cfebr 1.750000 -> 2 cc = 2 [-> nearest even]
17 cfebr -1.250000 -> -1 cc = 1 [-> nearest even]
21 cfebr -1.500000 -> -2 cc = 1 [-> nearest even]
25 cfebr -2.500000 -> -2 cc = 1 [-> nearest even]
29 cfebr -1.750000 -> -2 cc = 1 [-> nearest even]
33 cfebr 0.000000 -> 0 cc = 0 [-> nearest even]
37 cgebr 1.250000 -> 1 cc = 2 [-> nearest even
    [all...]
rounding-6.c 11 IRRoundingMode. As a consequence m3=1 which is "round to nearest with
20 case 1: return "[-> nearest away]";
22 case 4: return "[-> nearest even]";
  /external/eigen/doc/examples/
Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp 19 // find nearest neighbour
22 cout << "Nearest neighbour is column " << index << ":" << endl;
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
LensRangeCalculator.java 48 // represents the nearest focus the device can achieve.
55 Float nearest = characteristics.get(CameraCharacteristics.LENS_INFO_MINIMUM_FOCUS_DISTANCE); local
58 if (nearest == null && hyperfocal == null) {
62 nearest = (nearest == null) ? 0.0f : nearest;
65 if (nearest > hyperfocal) {
66 return new LinearScale(hyperfocal, nearest, 0, 1);
69 return new LinearScale(nearest, hyperfocal, 0, 1);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_sampler.java 39 b.setMinification(Sampler.Value.NEAREST);
40 b.setMagnification(Sampler.Value.NEAREST);
85 _RS_ASSERT("minification.getMagnification() == Sampler.Value.NEAREST",
86 minification.getMagnification() == Sampler.Value.NEAREST);
98 _RS_ASSERT("magnification.getMinification() == Sampler.Value.NEAREST",
99 magnification.getMinification() == Sampler.Value.NEAREST);
107 _RS_ASSERT("wrapS.getMagnification() == Sampler.Value.NEAREST",
108 wrapS.getMagnification() == Sampler.Value.NEAREST);
109 _RS_ASSERT("wrapS.getMinification() == Sampler.Value.NEAREST",
110 wrapS.getMinification() == Sampler.Value.NEAREST);
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_sampler.java 39 b.setMinification(Sampler.Value.NEAREST);
40 b.setMagnification(Sampler.Value.NEAREST);
85 _RS_ASSERT("minification.getMagnification() == Sampler.Value.NEAREST",
86 minification.getMagnification() == Sampler.Value.NEAREST);
98 _RS_ASSERT("magnification.getMinification() == Sampler.Value.NEAREST",
99 magnification.getMinification() == Sampler.Value.NEAREST);
107 _RS_ASSERT("wrapS.getMagnification() == Sampler.Value.NEAREST",
108 wrapS.getMagnification() == Sampler.Value.NEAREST);
109 _RS_ASSERT("wrapS.getMinification() == Sampler.Value.NEAREST",
110 wrapS.getMinification() == Sampler.Value.NEAREST);
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_sampler.java 39 b.setMinification(Sampler.Value.NEAREST);
40 b.setMagnification(Sampler.Value.NEAREST);
85 _RS_ASSERT("minification.getMagnification() == Sampler.Value.NEAREST",
86 minification.getMagnification() == Sampler.Value.NEAREST);
98 _RS_ASSERT("magnification.getMinification() == Sampler.Value.NEAREST",
99 magnification.getMinification() == Sampler.Value.NEAREST);
107 _RS_ASSERT("wrapS.getMagnification() == Sampler.Value.NEAREST",
108 wrapS.getMagnification() == Sampler.Value.NEAREST);
109 _RS_ASSERT("wrapS.getMinification() == Sampler.Value.NEAREST",
110 wrapS.getMinification() == Sampler.Value.NEAREST);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.h 21 NEAREST = 0,
  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.c 37 // The nearest 2 blocks are treated differently
132 int_mv *mvlist, int_mv *nearest, int_mv *near) {
139 *nearest = mvlist[0];
146 int_mv *nearest, int_mv *near) {
160 nearest->as_int = mv_list[0].as_int;
165 nearest->as_int = bmi[0].as_mv[ref].as_int;
167 if (nearest->as_int != mv_list[n].as_int) {
179 nearest->as_int = bmi[2].as_mv[ref].as_int;
181 if (nearest->as_int != candidates[n].as_int) {
  /external/skia/include/core/
SkFilterQuality.h 18 kNone_SkFilterQuality, //!< fastest but lowest quality, typically nearest-neighbor
  /frameworks/rs/java/tests/SampleTest/res/values/
strings.xml 26 <string name="wrapnearest">Wrap Nearest</string>
27 <string name="clampnearest">Clamp Nearest</string>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mvref_common.h 41 int_mv *mvlist, int_mv *nearest, int_mv *near);
46 int_mv *nearest, int_mv *near);
  /frameworks/base/rs/java/android/renderscript/
Sampler.java 31 NEAREST (0),
92 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
102 b.setMinification(Value.NEAREST);
103 b.setMagnification(Value.NEAREST);
152 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
162 b.setMinification(Value.NEAREST);
163 b.setMagnification(Value.NEAREST);
212 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
222 b.setMinification(Value.NEAREST);
223 b.setMagnification(Value.NEAREST);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Sampler.java 44 NEAREST (0),
105 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
115 b.setMinification(Value.NEAREST);
116 b.setMagnification(Value.NEAREST);
165 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
175 b.setMinification(Value.NEAREST);
176 b.setMagnification(Value.NEAREST);
225 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
235 b.setMinification(Value.NEAREST);
236 b.setMagnification(Value.NEAREST);
    [all...]
  /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;
124 assertEquals(Value.NEAREST, Value.valueOf("NEAREST"));
  /external/jemalloc/src/
extent.c 11 * Round down to the nearest chunk size that can actually be requested
  /external/nanopb-c/examples/using_double_on_avr/
double_conversion.h 19 * Values are rounded to nearest, 0.5 away from zero.
  /external/skia/src/core/
SkMatrixUtils.h 28 * round-to-nearest behavior (e.g. nearest neighbor sampling). Pass the number
  /hardware/intel/img/psb_video/src/
tng_yuv_processor.h 35 uint32_t coded_width; /* width of the image rounding up to nearest multiple of 16 */
36 uint32_t coded_height; /* height of the image rounding up to nearest multiple of 16 */
  /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
  /external/llvm/test/CodeGen/R600/
llvm.rint.ll 52 %0 = call float @llvm.AMDIL.round.nearest.f32(float %in) #0
57 declare float @llvm.AMDIL.round.nearest.f32(float) #0
  /frameworks/native/opengl/libagl/arch-mips/
fixed_asm.S 23 * this version rounds-to-nearest and saturates numbers
48 addu $v0,$v0,$t4 /* round-to-nearest */
  /bionic/libm/include/amd64/machine/
fpu.h 38 * The i387 defaults to Intel extended precision mode and round to nearest,

Completed in 5197 milliseconds

1 2 3 4 5 6 7 8 91011>>