/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_remquo.c | 25 * quotient, rounded to the nearest integer. We choose n=31 because
|
s_remquof.c | 23 * quotient, rounded to the nearest integer. We choose n=31 because
|
/development/ndk/platforms/android-9/arch-mips/include/ |
fenv.h | 65 * 00 - rounding to nearest (RN)
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
DfpField.java | 37 /** Rounds towards nearest unless both are equidistant in which case it rounds away from zero. */ 40 /** Rounds towards nearest unless both are equidistant in which case it rounds toward zero. */ 43 /** Rounds towards nearest unless both are equidistant in which case it rounds toward the even neighbor. 48 /** Rounds towards nearest unless both are equidistant in which case it rounds toward the odd neighbor. */
|
/external/clang/include/clang/Basic/ |
SourceManagerInternals.h | 111 /// \brief Find the line entry nearest to FID that is before it.
|
/external/compiler-rt/lib/builtins/ |
fp_add_impl.inc | 11 // (to nearest, ties to even).
|
/external/deqp/doc/testspecs/GLES3/ |
functional.texture.format.txt | 39 - Nearest-neighbor filtering
|
/external/deqp/framework/delibs/debase/ |
deFloat16.c | 55 /* Round mantissa to nearest (10+e) */
|
/external/deqp/modules/gles31/functional/ |
es31fTextureFilteringTests.cpp | 377 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise 445 { "nearest", GL_NEAREST }, 459 { "nearest", GL_NEAREST }, 605 isLinear ? "linear" : "nearest", "",
|
/external/google-breakpad/src/processor/ |
range_map.h | 71 // If no range encompasses the supplied address, locates the nearest range
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
MathContext.java | 161 * Rounding mode to round to nearest neighbor, where an equidistant 175 * Rounding mode to round to nearest neighbor, where an equidistant 176 * value is rounded to the nearest even neighbor. 193 * Rounding mode to round to nearest neighbor, where an equidistant
|
/external/javassist/src/main/javassist/bytecode/ |
LineNumberAttribute.java | 121 * the specified line (or the nearest line after the specified one)
|
/external/jmonkeyengine/engine/src/android/com/jme3/asset/ |
AndroidAssetManager.java | 119 tex.setMagFilter(Texture.MagFilter.Nearest);
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
Texture2D.java | 64 setMagFilter(MagFilter.Nearest);
|
Texture3D.java | 64 setMagFilter(MagFilter.Nearest);
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestCartoonEdge.java | 82 // t.setMagFilter(Texture.MagFilter.Nearest);
|
/external/libvpx/libvpx/vp8/common/ |
findnearmv.h | 78 int_mv *nearest, int_mv *nearby, int_mv *best,
|
/external/llvm/include/llvm/Support/ |
GenericDomTree.h | 481 /// findNearestCommonDominator - Find nearest common dominator basic block 487 // If either A or B is a entry block then it is nearest common dominator 495 // If B dominates A then B is nearest common dominator. 499 // If A dominates B then A is nearest common dominator.
|
/external/llvm/test/MC/AArch64/ |
neon-scalar-cvt.s | 75 // Scalar Floating-point Convert To Signed Integer, Rounding To Nearest 87 // Nearest With Ties To Away 119 // Scalar Floating-point Convert To Signed Integer, Rounding To Nearest 131 // Nearest With Ties To Even
|
/external/llvm/test/Transforms/Sink/ |
basic.ll | 40 ; Sink to the nearest post-dominator
|
/external/mesa3d/src/gallium/docs/source/cso/ |
sampler.rst | 34 nearest sampling mode.
|
/external/skia/include/core/ |
SkFont.h | 101 * nearest integer.
|
/external/v8/src/compiler/ |
machine-operator.h | 126 // Floating point operators always operate with IEEE 754 round-to-nearest.
|
/external/webp/src/utils/ |
quant_levels.c | 82 // Keep track of the nearest neighbour 'slot'
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberFormattingTextWatcher.java | 125 * nearest dialable char to the left. For instance, if the number is (650) 123-45678 and '4' is
|