/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
SphereTriangleDetector.cpp | 64 btScalar SegmentSqrDistance(const btVector3& from, const btVector3& to,const btVector3 &p, btVector3 &nearest); 66 btScalar SegmentSqrDistance(const btVector3& from, const btVector3& to,const btVector3 &p, btVector3 &nearest) { 83 nearest = from + t*v;
|
/external/libpng/contrib/tools/ |
cvtcolor.c | 56 /* FE_TONEAREST is the IEEE754 round to nearest, preferring even, mode; i.e. 57 * everything rounds to the nearest value except that '.5' rounds to the 58 * nearest even value.
|
/external/valgrind/none/tests/s390x/ |
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]";
|
/libcore/ojluni/src/main/java/java/util/logging/ |
LoggingMXBean.java | 115 * its nearest ancestor with a specific (non-null) level value. 121 * from its nearest ancestor. 141 * @return the name of the nearest existing parent logger;
|
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
callback.rs | 111 // Converts semiplanar YVU to interleaved YUV, nearest neighbor 130 // Converts planar YVU to interleaved YUV, nearest neighbor 148 // Converts interleaved 4:2:2 YUV to interleaved YUV, nearest neighbor
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
mathinline.h | 80 /* Round to nearest integer. */ 154 /* Round to nearest integer. */ 171 /* Round to nearest integer without raising inexact exception. */
|
/external/opencv/cv/src/ |
_cvkdtree.hpp | 56 // J.S. Beis and D.G. Lowe. Shape indexing using approximate nearest-neighbor search in highdimensional spaces. In Proc. IEEE Conf. Comp. Vision Patt. Recog., pages 1000--1006, 1997. http://citeseer.ist.psu.edu/beis97shape.html 301 struct bbf_nn { // info on found neighbors (approx k nearest) 302 const __valuetype *p; // nearest neighbor 362 // called per candidate nearest neighbor; constructs new bbf_nn for 381 // finds (with high probability) the k nearest neighbors of d, 383 // ret_nn_pq is an array containing the (at most) k nearest neighbors 401 // from node nearest query point d, run to leaf
|
/external/deqp/modules/gles3/functional/ |
es3fTextureFormatTests.cpp | 24 * + nearest-neighbor filtering 171 renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); 194 // Setup nearest neighbor filtering and clamp-to-edge. 356 renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); 377 // Setup nearest neighbor filtering and clamp-to-edge. 518 renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); 534 // Setup nearest neighbor filtering and clamp-to-edge [all...] |
/system/media/audio_utils/include/audio_utils/ |
primitives.h | 219 * The data is clamped and rounded to nearest, ties away from zero. See clamp24_from_float() 274 * are guard bits available. Fractional lsb is rounded to nearest, ties away from zero. 301 * Fractional lsb is rounded to nearest, ties away from zero. 331 * Rounding for overflow values is to nearest, ties to even. 356 * If rounding is needed on truncation, the fractional lsb is rounded to nearest, 672 * Rounds to nearest, ties away from 0. 691 * ensure that we round to nearest, ties away from 0. 717 * Rounds to nearest, ties away from 0. 736 * ensure that we round to nearest, ties away from 0. 743 * Rounds to nearest, ties away from 0 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
tgmath.h | 340 /* Nearest integer, absolute value, and remainder functions. */ 358 /* Round X to nearest integral value, rounding halfway cases away from 362 /* Round X to the integral value in floating-point format nearest but 372 /* Round X to nearest integral value according to current rounding 377 /* Round X to nearest integral value, rounding halfway cases away from 393 /* Return the integer nearest X in the direction of the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
tgmath.h | 340 /* Nearest integer, absolute value, and remainder functions. */ 358 /* Round X to nearest integral value, rounding halfway cases away from 362 /* Round X to the integral value in floating-point format nearest but 372 /* Round X to nearest integral value according to current rounding 377 /* Round X to nearest integral value, rounding halfway cases away from 393 /* Return the integer nearest X in the direction of the
|
/bionic/libc/include/ |
dlfcn.h | 40 const char *dli_sname; /* Name of nearest symbol with address
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_remainder.c | 21 * integer nearest x/p (in half way case choose the even one).
|
s_cbrtf.c | 71 /* rounding to 24 bits is perfect in round-to-nearest mode */
|
s_fmaf.c | 55 fegetround() != FE_TONEAREST) /* not round-to-nearest */
|
/development/ndk/platforms/android-21/include/ |
dlfcn.h | 40 const char *dli_sname; /* Name of nearest symbol with address
|
/external/ImageMagick/MagickCore/ |
morphology.h | 99 VoronoiMorphology /* Distance matte channel copy nearest color */
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
SizeMetrics.java | 78 * Same as getRectF but with edges rounded to the nearest full pixel.
|
/external/autotest/client/site_tests/graphics_GLBench/ |
control | 47 - nearest
|
control.bvt-cq | 53 - nearest
|
control.hwqual | 51 - nearest
|
/external/autotest/server/cros/dynamic_suite/ |
frontend_wrappers_unittest.py | 69 # outlined in the function, but, we always round up to the nearest
|
/external/clang/test/SemaCXX/ |
ms-friend-lookup.cpp | 83 // A friend declaration injects a forward declaration into the nearest enclosing
|
/external/compiler-rt/lib/builtins/ |
floatditf.c | 11 // compiler-rt library in the IEEE-754 default round-to-nearest, ties-to-even
|
floatsidf.c | 11 // compiler-rt library in the IEEE-754 default round-to-nearest, ties-to-even
|